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