Home
last modified time | relevance | path

Searched defs:opcode (Results 651 - 675 of 1936) sorted by relevance

1...<<21222324252627282930>>...78

/kernel/linux/linux-5.10/drivers/scsi/
H A Dconstants.c27 int opcode; member
260 bool scsi_opcode_sa_name(int opcode, int service_action, in scsi_opcode_sa_name() argument
H A Dwd719x.c126 static int wd719x_direct_cmd(struct wd719x *wd, u8 opcode, u8 dev, u8 lun, in wd719x_direct_cmd() argument
485 static int wd719x_reset(struct scsi_cmnd *cmd, u8 opcode, u8 device) in wd719x_reset() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_mm.c285 uint8_t opcode; in handle_drvrcmd() local
360 uint8_t opcode; in mimd_to_kioc() local
807 uint8_t opcode; kioc_to_mimd() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H A Dqedi_fw_api.c169 u8 opcode = GET_FIELD(pdu_header->hdr_first_byte, in init_sqe() local
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_els.c550 u8 opcode; in qedf_srr_compl() local
848 u8 opcode; in qedf_rec_compl() local
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_isr.c664 uint32_t opcode = 0; in qla4xxx_isr_decode_mailbox() local
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dupd78f0730.c97 u8 opcode; member
104 u8 opcode; member
110 u8 opcode; member
117 u8 opcode; member
123 u8 opcode; member
[all...]
/kernel/linux/linux-5.10/include/linux/spi/
H A Dspi-mem.h103 u16 opcode; member
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Dinsn.h30 struct insn_field opcode; /* member
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dcfg.c179 __u8 opcode = BPF_OP(cur->code); in func_partition_bb_head() local
/kernel/linux/linux-5.10/include/rdma/
H A Dib_pma.h35 u8 opcode; member
/kernel/linux/linux-5.10/net/bluetooth/
H A Da2mp.c286 read_local_amp_info_complete(struct hci_dev *hdev, u8 status, u16 opcode) read_local_amp_info_complete() argument
H A Damp.c216 read_local_amp_assoc_complete(struct hci_dev *hdev, u8 status, u16 opcode, struct sk_buff *skb) read_local_amp_assoc_complete() argument
317 write_remote_amp_assoc_complete(struct hci_dev *hdev, u8 status, u16 opcode, struct sk_buff *skb) write_remote_amp_assoc_complete() argument
415 create_phylink_complete(struct hci_dev *hdev, u8 status, u16 opcode) create_phylink_complete() argument
463 accept_phylink_complete(struct hci_dev *hdev, u8 status, u16 opcode) accept_phylink_complete() argument
/kernel/linux/linux-5.10/net/mptcp/
H A Doptions.c308 int opcode = *ptr++; in mptcp_get_options() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Dintel_sideband.c93 vlv_sideband_rw(struct drm_i915_private *i915, u32 devfn, u32 port, u32 opcode, u32 addr, u32 *val) vlv_sideband_rw() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.c106 cdn_dp_mailbox_validate_receive(struct cdn_dp_device *dp, u8 module_id, u8 opcode, u16 req_size) cdn_dp_mailbox_validate_receive() argument
158 cdn_dp_mailbox_send(struct cdn_dp_device *dp, u8 module_id, u8 opcode, u16 size, u8 *message) cdn_dp_mailbox_send() argument
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_nl.h112 uint32_t opcode; member
145 uint8_t opcode; member
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddw_mmc-k3.c202 static int dw_mci_hi6220_execute_tuning(struct dw_mci_slot *slot, u32 opcode) in dw_mci_hi6220_execute_tuning() argument
367 static int dw_mci_hi3660_execute_tuning(struct dw_mci_slot *slot, u32 opcode) in dw_mci_hi3660_execute_tuning() argument
H A Dsdricoh_cs.c154 unsigned char opcode = cmd->opcode; in sdricoh_mmc_cmd() local
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/controllers/
H A Dnxp-spifi.c125 static int nxp_spifi_read_reg(struct spi_nor *nor, u8 opcode, u8 *buf, in nxp_spifi_read_reg() argument
148 static int nxp_spifi_write_reg(struct spi_nor *nor, u8 opcode, const u8 *buf, in nxp_spifi_write_reg() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_cmd.c268 static bool hclge_comm_is_special_opcode(u16 opcode) in hclge_comm_is_special_opcode() argument
350 static u32 hclge_get_cmdq_tx_timeout(u16 opcode, u32 tx_timeout) in hclge_get_cmdq_tx_timeout() argument
364 static void hclge_comm_wait_for_resp(struct hclge_comm_hw *hw, u16 opcode, in hclge_comm_wait_for_resp() argument
63 hclge_comm_cmd_setup_basic_desc(struct hclge_desc *desc, enum hclge_opcode_type opcode, bool is_read) hclge_comm_cmd_setup_basic_desc() argument
411 u16 opcode, desc_ret; hclge_comm_cmd_check_retval() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Ddevlink.c429 static int mlx5_sf_vhca_event(struct notifier_block *nb, unsigned long opcode, void *data) in mlx5_sf_vhca_event() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c31 static void nfp_net_crypto_set_op(struct nfp_net *nn, u8 opcode, bool on) in nfp_net_crypto_set_op() argument
49 u8 opcode; in __nfp_net_tls_conn_cnt_changed() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c335 u8 opcode, status = 0; in mlx5_fpga_conn_handle_cqe() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_controlq.c1136 void ice_fill_dflt_direct_cmd_desc(struct ice_aq_desc *desc, u16 opcode) in ice_fill_dflt_direct_cmd_desc() argument
[all...]

Completed in 22 milliseconds

1...<<21222324252627282930>>...78