Home
last modified time | relevance | path

Searched refs:scsi_sge (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/qedi/
H A Dqedi_fw_scsi.h16 struct scsi_sge *sgl;
49 struct scsi_sge extended_cdb_sge;
H A Dqedi_fw.c1006 struct scsi_sge *resp_sge = NULL; in qedi_send_iscsi_login()
1013 resp_sge = (struct scsi_sge *)qedi_conn->gen_pdu.resp_bd_tbl; in qedi_send_iscsi_login()
1053 (struct scsi_sge *)qedi_conn->gen_pdu.req_bd_tbl; in qedi_send_iscsi_login()
1062 (struct scsi_sge *)qedi_conn->gen_pdu.resp_bd_tbl; in qedi_send_iscsi_login()
1602 struct scsi_sge *req_sge = NULL; in qedi_send_iscsi_text()
1603 struct scsi_sge *resp_sge = NULL; in qedi_send_iscsi_text()
1610 req_sge = (struct scsi_sge *)qedi_conn->gen_pdu.req_bd_tbl; in qedi_send_iscsi_text()
1611 resp_sge = (struct scsi_sge *)qedi_conn->gen_pdu.resp_bd_tbl; in qedi_send_iscsi_text()
1645 (struct scsi_sge *)qedi_conn->gen_pdu.req_bd_tbl; in qedi_send_iscsi_text()
1654 (struct scsi_sge *)qedi_conn->gen_pdu.resp_bd_tbl; in qedi_send_iscsi_text()
[all …]
H A Dqedi_iscsi.h103 struct scsi_sge *sge_tbl;
H A Dqedi_iscsi.c175 sizeof(struct scsi_sge), in qedi_destroy_cmd_pool()
191 struct scsi_sge *sge; in qedi_alloc_sget()
723 struct scsi_sge *bd_tbl; in qedi_iscsi_prep_generic_pdu_bd()
725 bd_tbl = (struct scsi_sge *)qedi_conn->gen_pdu.req_bd_tbl; in qedi_iscsi_prep_generic_pdu_bd()
732 bd_tbl = (struct scsi_sge *)qedi_conn->gen_pdu.resp_bd_tbl; in qedi_iscsi_prep_generic_pdu_bd()
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Ddrv_scsi_fw_funcs.h12 struct scsi_sge *sgl;
56 struct scsi_sge extended_cdb_sge;
H A Dqedf.h61 struct scsi_sge *mp_req_bd;
68 struct scsi_sge *mp_resp_bd;
429 struct scsi_sge *bd_tbl;
H A Dqedf_io.c130 bd_tbl_sz = QEDF_MAX_BDS_PER_CMD * sizeof(struct scsi_sge); in qedf_cmd_mgr_free()
283 QEDF_MAX_BDS_PER_CMD * sizeof(struct scsi_sge), in qedf_cmd_mgr_alloc()
412 uint64_t sz = sizeof(struct scsi_sge); in qedf_free_mp_resc()
482 struct scsi_sge *bd = io_req->bd_tbl->bd_tbl; in qedf_map_sg()
536 struct scsi_sge *bd = io_req->bd_tbl->bd_tbl; in qedf_build_bd_list_from_sg()
2064 struct scsi_sge *mp_req_bd; in qedf_init_mp_req()
2065 struct scsi_sge *mp_resp_bd; in qedf_init_mp_req()
2099 sz = sizeof(struct scsi_sge); in qedf_init_mp_req()
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Dstorage_common.h62 struct scsi_sge { struct
70 struct scsi_sge sge[4]; argument
H A Dfcoe_common.h126 struct scsi_sge cached_dix_sge;
H A Discsi_common.h306 struct scsi_sge cdb_sge;