Home
last modified time | relevance | path

Searched refs:h_vendor (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_bsg.c43 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 Dscsi_bsg_iscsi.h70 struct iscsi_bsg_host_vendor h_vendor; member
/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 Dscsi_bsg_fc.h289 struct fc_bsg_host_vendor h_vendor; 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 Dscsi_bsg_fc.h289 struct fc_bsg_host_vendor h_vendor; member
/OK3568_Linux_fs/kernel/include/uapi/scsi/
H A Dscsi_bsg_fc.h276 struct fc_bsg_host_vendor h_vendor; member
/OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c47 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/kernel/drivers/scsi/qla2xxx/
H A Dqla_bsg.c43 &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 Dqla_mr.c3271 &bsg_request->rqst_data.h_vendor.vendor_cmd[1]; in qlafx00_fxdisc_iocb()
H A Dqla_isr.c2740 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 Dlpfc_bsg.c1228 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/
H A Dscsi_transport_fc.c3638 (bsg_request->rqst_data.h_vendor.vendor_id != in fc_bsg_host_dispatch()
H A Dscsi_transport_iscsi.c1493 (req->rqst_data.h_vendor.vendor_id != in iscsi_bsg_host_dispatch()
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfad_bsg.c3127 uint32_t vendor_cmd = bsg_request->rqst_data.h_vendor.vendor_cmd[0]; in bfad_im_bsg_vendor_request()