Searched defs:iser_tx_desc (Results 1 – 2 of 2) sorted by relevance
237 struct iser_tx_desc { struct238 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;[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