Lines Matching defs:iser_tx_desc
237 struct iser_tx_desc { struct
238 struct iser_ctrl iser_header;
239 struct iscsi_hdr iscsi_header;
240 enum iser_desc_type type;
241 u64 dma_addr;
242 struct ib_sge tx_sg[2];
243 int num_sge;
244 struct ib_cqe cqe;
245 bool mapped;
246 struct ib_reg_wr reg_wr;
247 struct ib_send_wr send_wr;
248 struct ib_send_wr inv_wr;