Searched defs:iser_tx_desc (Results 1 – 2 of 2) sorted by relevance
241 struct iser_tx_desc { struct242 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;[all …]
124 struct iser_tx_desc { struct135 static inline struct iser_tx_desc *cqe_to_tx_desc(struct ib_cqe *cqe) in cqe_to_tx_desc() argument