Lines Matching defs:qedf_mp_req
54 struct qedf_mp_req { struct
55 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;
65 struct scsi_sge *mp_resp_bd;
66 dma_addr_t mp_resp_bd_dma;
67 struct fc_frame_header resp_fc_hdr;