| /OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/ |
| H A D | ql4_bsg.c | 43 offset = bsg_req->rqst_data.h_vendor.vendor_cmd[1]; in qla4xxx_read_flash() 110 offset = bsg_req->rqst_data.h_vendor.vendor_cmd[1]; in qla4xxx_update_flash() 111 options = bsg_req->rqst_data.h_vendor.vendor_cmd[2]; in qla4xxx_update_flash() 175 acb_idx = bsg_req->rqst_data.h_vendor.vendor_cmd[1]; in qla4xxx_get_acb_state() 176 ip_idx = bsg_req->rqst_data.h_vendor.vendor_cmd[2]; in qla4xxx_get_acb_state() 227 offset = bsg_req->rqst_data.h_vendor.vendor_cmd[1]; in qla4xxx_read_nvram() 298 offset = bsg_req->rqst_data.h_vendor.vendor_cmd[1]; in qla4xxx_update_nvram() 365 region = bsg_req->rqst_data.h_vendor.vendor_cmd[1]; in qla4xxx_restore_defaults() 366 field0 = bsg_req->rqst_data.h_vendor.vendor_cmd[2]; in qla4xxx_restore_defaults() 367 field1 = bsg_req->rqst_data.h_vendor.vendor_cmd[3]; in qla4xxx_restore_defaults() [all …]
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | scsi_bsg_iscsi.h | 55 uint32_t vendor_cmd[]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/ |
| H A D | Makefile | 3 boot.o init.o debugfs.o scan.o sysfs.o vendor_cmd.o
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/ |
| H A D | scsi_bsg_fc.h | 225 uint32_t vendor_cmd[0]; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/ |
| H A D | scsi_bsg_fc.h | 225 uint32_t vendor_cmd[0]; member
|
| /OK3568_Linux_fs/kernel/include/uapi/scsi/ |
| H A D | scsi_bsg_fc.h | 212 __u32 vendor_cmd[0]; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/ |
| H A D | be_mgmt.c | 47 region = bsg_req->rqst_data.h_vendor.vendor_cmd[1]; in mgmt_vendor_specific_fw_cmd() 48 sector_size = bsg_req->rqst_data.h_vendor.vendor_cmd[2]; in mgmt_vendor_specific_fw_cmd() 49 sector = bsg_req->rqst_data.h_vendor.vendor_cmd[3]; in mgmt_vendor_specific_fw_cmd() 50 offset = bsg_req->rqst_data.h_vendor.vendor_cmd[4]; in mgmt_vendor_specific_fw_cmd() 57 switch (bsg_req->rqst_data.h_vendor.vendor_cmd[0]) { in mgmt_vendor_specific_fw_cmd() 73 bsg_req->rqst_data.h_vendor.vendor_cmd[0]); in mgmt_vendor_specific_fw_cmd()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | cec-funcs.h | 1115 __u8 size, const __u8 *vendor_cmd) in cec_msg_vendor_command() argument 1121 memcpy(msg->msg + 2, vendor_cmd, size); in cec_msg_vendor_command() 1126 const __u8 **vendor_cmd) in cec_ops_vendor_command() argument 1132 *vendor_cmd = msg->msg + 2; in cec_ops_vendor_command() 1137 const __u8 *vendor_cmd) in cec_msg_vendor_command_with_id() argument 1146 memcpy(msg->msg + 5, vendor_cmd, size); in cec_msg_vendor_command_with_id() 1151 const __u8 **vendor_cmd) in cec_ops_vendor_command_with_id() argument 1158 *vendor_cmd = msg->msg + 5; in cec_ops_vendor_command_with_id()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | cec-funcs.h | 1115 __u8 size, const __u8 *vendor_cmd) in cec_msg_vendor_command() argument 1121 memcpy(msg->msg + 2, vendor_cmd, size); in cec_msg_vendor_command() 1126 const __u8 **vendor_cmd) in cec_ops_vendor_command() argument 1132 *vendor_cmd = msg->msg + 2; in cec_ops_vendor_command() 1137 const __u8 *vendor_cmd) in cec_msg_vendor_command_with_id() argument 1146 memcpy(msg->msg + 5, vendor_cmd, size); in cec_msg_vendor_command_with_id() 1151 const __u8 **vendor_cmd) in cec_ops_vendor_command_with_id() argument 1158 *vendor_cmd = msg->msg + 5; in cec_ops_vendor_command_with_id()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cec-funcs.h | 1117 __u8 size, const __u8 *vendor_cmd) in cec_msg_vendor_command() argument 1123 memcpy(msg->msg + 2, vendor_cmd, size); in cec_msg_vendor_command() 1128 const __u8 **vendor_cmd) in cec_ops_vendor_command() argument 1134 *vendor_cmd = msg->msg + 2; in cec_ops_vendor_command() 1139 const __u8 *vendor_cmd) in cec_msg_vendor_command_with_id() argument 1148 memcpy(msg->msg + 5, vendor_cmd, size); in cec_msg_vendor_command_with_id() 1153 const __u8 **vendor_cmd) in cec_ops_vendor_command_with_id() argument 1160 *vendor_cmd = msg->msg + 5; in cec_ops_vendor_command_with_id()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_bsg.c | 43 &bsg_request->rqst_data.h_vendor.vendor_cmd[1]; in qla2x00_bsg_sp_free() 144 oper = bsg_request->rqst_data.h_vendor.vendor_cmd[1]; in qla24xx_proc_fcp_prio_cfg_cmd() 803 elreq.options = bsg_request->rqst_data.h_vendor.vendor_cmd[1]; in qla2x00_process_loopback() 805 bsg_request->rqst_data.h_vendor.vendor_cmd[2]; in qla2x00_process_loopback() 974 flag = bsg_request->rqst_data.h_vendor.vendor_cmd[1]; in qla84xx_reset() 1056 flag = bsg_request->rqst_data.h_vendor.vendor_cmd[1]; in qla84xx_updatefw() 1401 start = bsg_request->rqst_data.h_vendor.vendor_cmd[1]; in qla2x00_optrom_setup() 1978 &bsg_request->rqst_data.h_vendor.vendor_cmd[1]; in qlafx00_mgmt_cmd() 2318 uint32_t *cmd = bsg_request->rqst_data.h_vendor.vendor_cmd; in qla2x00_get_priv_stats() 2453 switch (bsg_request->rqst_data.h_vendor.vendor_cmd[0]) { in qla2x00_process_vendor_specific()
|
| H A D | qla_mr.c | 3271 &bsg_request->rqst_data.h_vendor.vendor_cmd[1]; in qlafx00_fxdisc_iocb()
|
| H A D | qla_isr.c | 2740 thread_id = bsg_request->rqst_data.h_vendor.vendor_cmd[1]; in qla25xx_process_bidir_status_iocb()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_bsg.c | 1228 bsg_request->rqst_data.h_vendor.vendor_cmd; in lpfc_bsg_hba_set_event() 1312 bsg_request->rqst_data.h_vendor.vendor_cmd; in lpfc_bsg_hba_get_event() 1633 bsg_request->rqst_data.h_vendor.vendor_cmd; in lpfc_bsg_send_mgmt_rsp() 1824 bsg_request->rqst_data.h_vendor.vendor_cmd; in lpfc_sli3_bsg_diag_loopback_mode() 2084 bsg_request->rqst_data.h_vendor.vendor_cmd; in lpfc_sli4_bsg_diag_loopback_mode() 2346 bsg_request->rqst_data.h_vendor.vendor_cmd; in lpfc_sli4_bsg_diag_mode_end() 2446 bsg_request->rqst_data.h_vendor.vendor_cmd; in lpfc_sli4_bsg_link_diag_test() 3914 (struct dfc_mbox_req *)bsg_request->rqst_data.h_vendor.vendor_cmd; in lpfc_bsg_sli_cfg_read_cmd_ext() 4101 (struct dfc_mbox_req *)bsg_request->rqst_data.h_vendor.vendor_cmd; in lpfc_bsg_sli_cfg_write_cmd_ext() 4651 (struct dfc_mbox_req *)bsg_request->rqst_data.h_vendor.vendor_cmd; in lpfc_bsg_handle_sli_cfg_ext() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfad_bsg.c | 3127 uint32_t vendor_cmd = bsg_request->rqst_data.h_vendor.vendor_cmd[0]; in bfad_im_bsg_vendor_request() local 3147 rc = bfad_iocmd_handler(bfad, vendor_cmd, payload_kbuf, in bfad_im_bsg_vendor_request()
|