Searched defs:iser_tx_desc (Results 1 – 2 of 2) sorted by relevance
254 struct iser_tx_desc { struct255 struct iser_ctrl iser_header;256 struct iscsi_hdr iscsi_header;257 enum iser_desc_type type;258 u64 dma_addr;259 struct ib_sge tx_sg[2];260 int num_sge;261 struct ib_cqe cqe;262 bool mapped;263 u8 wr_idx;[all …]
98 struct iser_tx_desc { struct109 static inline struct iser_tx_desc *cqe_to_tx_desc(struct ib_cqe *cqe) in cqe_to_tx_desc() argument