Lines Matching defs:qedf_mp_req
57 struct qedf_mp_req { struct
58 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;
68 struct scsi_sge *mp_resp_bd;
69 dma_addr_t mp_resp_bd_dma;
70 struct fc_frame_header resp_fc_hdr;