Searched defs:qedf_mp_req (Results 1 – 2 of 2) sorted by relevance
57 struct qedf_mp_req { struct58 uint32_t req_len;59 void *req_buf;60 dma_addr_t req_buf_dma;61 struct scsi_sge *mp_req_bd;62 dma_addr_t mp_req_bd_dma;63 struct fc_frame_header req_fc_hdr;65 uint32_t resp_len;66 void *resp_buf;67 dma_addr_t resp_buf_dma;[all …]
54 struct qedf_mp_req { struct55 uint32_t req_len;56 void *req_buf;57 dma_addr_t req_buf_dma;58 struct scsi_sge *mp_req_bd;59 dma_addr_t mp_req_bd_dma;60 struct fc_frame_header req_fc_hdr;62 uint32_t resp_len;63 void *resp_buf;64 dma_addr_t resp_buf_dma;[all …]