Home
last modified time | relevance | path

Searched defs:opcode (Results 51 – 75 of 737) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dfault.h72 bool opcode; member
95 u32 opcode) in hfi1_dbg_should_fault_tx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_cmd.c72 static bool hclgevf_is_special_opcode(u16 opcode) in hclgevf_is_special_opcode()
167 enum hclgevf_opcode_type opcode, bool is_read) in hclgevf_cmd_setup_basic_desc()
229 u16 opcode; in hclgevf_cmd_send() local
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Damp.c217 u16 opcode, struct sk_buff *skb) in read_local_amp_assoc_complete()
318 u16 opcode, struct sk_buff *skb) in write_remote_amp_assoc_complete()
416 u16 opcode) in create_phylink_complete()
464 u16 opcode) in accept_phylink_complete()
H A Dhci_request.c102 static void hci_req_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_req_sync_complete()
127 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_ev()
184 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync()
289 struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_prepare_cmd()
316 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add_ev()
346 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add()
1177 static void suspend_req_complete(struct hci_dev *hdev, u8 status, u16 opcode) in suspend_req_complete()
1801 u16 opcode) in enable_addr_resolution_complete()
1822 static void adv_enable_complete(struct hci_dev *hdev, u8 status, u16 opcode) in adv_enable_complete()
2736 static void abort_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode) in abort_conn_complete()
/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dgsi_trans.c405 enum ipa_cmd_opcode opcode) in gsi_trans_cmd_add()
483 static __le16 gsi_tre_len_opcode(enum ipa_cmd_opcode opcode, u32 len) in gsi_tre_len_opcode()
490 static __le32 gsi_tre_flags(bool last_tre, bool bei, enum ipa_cmd_opcode opcode) in gsi_tre_flags()
514 enum ipa_cmd_opcode opcode) in gsi_trans_tre_fill()
544 enum ipa_cmd_opcode opcode = IPA_CMD_NONE; in __gsi_trans_commit() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Djump_label.c65 const void *opcode = __jump_label_set_jump_code(entry, type, init); in __jump_label_transform() local
105 const void *opcode; in arch_jump_label_transform_queue() local
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Ddevx.c193 static u16 get_legacy_obj_type(u16 opcode) in get_legacy_obj_type()
211 u16 opcode; in get_dec_obj_type() local
289 static u64 get_enc_obj_id(u32 opcode, u32 obj_id) in get_enc_obj_id()
296 u16 opcode = MLX5_GET(general_obj_in_cmd_hdr, in, opcode); in devx_get_obj_id() local
538 u16 opcode; in devx_is_valid_obj_id() local
607 u16 opcode = MLX5_GET(general_obj_in_cmd_hdr, in, opcode); in devx_set_umem_valid() local
696 static bool devx_is_obj_create_cmd(const void *in, u16 *opcode) in devx_is_obj_create_cmd()
751 u16 opcode = MLX5_GET(general_obj_in_cmd_hdr, in, opcode); in devx_is_obj_modify_cmd() local
797 u16 opcode = MLX5_GET(general_obj_in_cmd_hdr, in, opcode); in devx_is_obj_query_cmd() local
833 u16 opcode = MLX5_GET(general_obj_in_cmd_hdr, in, opcode); in devx_is_whitelist_cmd() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c367 unsigned int opcode = *(u8 *)rsp; in chtls_recv_packet() local
385 unsigned int opcode; in chtls_recv_rsp() local
425 unsigned int opcode; in chtls_recv() local
442 unsigned int opcode; in chtls_uld_rx_handler() local
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dcore.c340 __u16 opcode; member
366 int nci_core_cmd(struct nci_dev *ndev, __u16 opcode, size_t len, __u8 *payload) in nci_core_cmd()
1341 int nci_send_cmd(struct nci_dev *ndev, __u16 opcode, __u8 plen, void *payload) in nci_send_cmd()
1375 __u16 opcode) in ops_cmd_lookup()
1418 int nci_prop_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_rsp_packet()
1425 int nci_prop_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_ntf_packet()
1432 int nci_core_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_rsp_packet()
1439 int nci_core_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_ntf_packet()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.c89 enum hclge_opcode_type opcode, bool is_read) in hclge_cmd_setup_basic_desc()
167 static bool hclge_is_special_opcode(u16 opcode) in hclge_is_special_opcode()
227 u16 opcode, desc_ret; in hclge_cmd_check_retval() local
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dftrace.c94 unsigned long opcode = 0x46000000; in gen_sethi_insn() local
103 unsigned long opcode = 0x58000000; in gen_ori_insn() local
113 unsigned long opcode = 0x4a000001; in gen_jral_insn() local
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c86 static void probe_hcall_entry(void *ignored, unsigned long opcode, unsigned long *args) in probe_hcall_entry()
98 static void probe_hcall_exit(void *ignored, unsigned long opcode, long retval, in probe_hcall_exit()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dmmc_ops.c247 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) in mmc_send_cxd_native()
271 u32 opcode, void *buf, unsigned len) in mmc_send_cxd_data()
660 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error) in mmc_send_tuning()
729 int mmc_abort_tuning(struct mmc_host *host, u32 opcode) in mmc_abort_tuning()
755 mmc_send_bus_test(struct mmc_card *card, struct mmc_host *host, u8 opcode, in mmc_send_bus_test()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc-zx.c88 static int dw_mci_zx_emmc_execute_tuning(struct dw_mci_slot *slot, u32 opcode) in dw_mci_zx_emmc_execute_tuning()
141 static int dw_mci_zx_execute_tuning(struct dw_mci_slot *slot, u32 opcode) in dw_mci_zx_execute_tuning()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dpsargs.c366 u16 opcode; in acpi_ps_get_next_simple_arg() local
461 u16 opcode; in acpi_ps_get_next_field() local
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnvme_ioctl.h13 __u8 opcode; member
28 __u8 opcode; member
49 __u8 opcode; member
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcpacf.h174 static __always_inline void __cpacf_query(unsigned int opcode, cpacf_mask_t *mask) in __cpacf_query()
189 static __always_inline int __cpacf_check_opcode(unsigned int opcode) in __cpacf_check_opcode()
214 static __always_inline int cpacf_query(unsigned int opcode, cpacf_mask_t *mask) in cpacf_query()
229 static __always_inline int cpacf_query_func(unsigned int opcode, unsigned int func) in cpacf_query_func()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dcmd.h33 static inline int mlxsw_cmd_exec_in(struct mlxsw_core *mlxsw_core, u16 opcode, in mlxsw_cmd_exec_in()
41 static inline int mlxsw_cmd_exec_out(struct mlxsw_core *mlxsw_core, u16 opcode, in mlxsw_cmd_exec_out()
51 static inline int mlxsw_cmd_exec_none(struct mlxsw_core *mlxsw_core, u16 opcode, in mlxsw_cmd_exec_none()
79 static inline const char *mlxsw_cmd_opcode_str(u16 opcode) in mlxsw_cmd_opcode_str()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmmiotrace.h93 unsigned char opcode; /* one of MMIO_{READ,WRITE,UNKNOWN_OP} */ member
102 unsigned char opcode; /* MMIO_PROBE or MMIO_UNPROBE */ member
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxext.c384 CARD8 opcode; in __glXDispatch() local
438 CARD8 opcode; in __glXSwapDispatch() local
/OK3568_Linux_fs/kernel/drivers/spmi/
H A Dspmi.c92 spmi_cmd(struct spmi_controller *ctrl, u8 opcode, u8 sid) in spmi_cmd()
104 static inline int spmi_read_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_read_cmd()
118 static inline int spmi_write_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_write_cmd()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c583 static int sdhci_send_tuning(struct sdhci_host *host, u32 opcode)
617 static int __sdhci_execute_tuning(struct sdhci_host *host, u32 opcode)
647 static int sdhci_execute_tuning(struct udevice *dev, u32 opcode)
/OK3568_Linux_fs/kernel/arch/x86/platform/intel/
H A Diosf_mbi.c97 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) in iosf_mbi_read()
120 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write()
143 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) in iosf_mbi_modify()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c63 static int spi_nor_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in spi_nor_write_reg()
245 static u8 spi_nor_convert_opcode(u8 opcode, const u8 table[][2], size_t size) in spi_nor_convert_opcode()
257 static u8 spi_nor_convert_3to4_read(u8 opcode) in spi_nor_convert_3to4_read()
278 static u8 spi_nor_convert_3to4_program(u8 opcode) in spi_nor_convert_3to4_program()
292 static u8 spi_nor_convert_3to4_erase(u8 opcode) in spi_nor_convert_3to4_erase()
1490 u8 opcode; member
1495 u8 opcode; member
1556 u8 opcode, in spi_nor_set_read_settings()
1567 u8 opcode, in spi_nor_set_pp_settings()
1963 u8 opcode; in spi_nor_parse_bfpt() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_if.h117 u8 opcode; member
150 u8 opcode; member
169 u8 opcode; member
188 u8 opcode; member
209 u8 opcode; member
303 u8 opcode; member
478 u8 opcode; member
506 u8 opcode; member
590 u8 opcode; member
794 static inline u64 encode_txq_desc_cmd(u8 opcode, u8 flags, in encode_txq_desc_cmd()
[all …]

12345678910>>...30