Searched defs:iser_tx_desc (Results 1 – 2 of 2) sorted by relevance
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
245 struct iser_tx_desc { struct246 struct iser_ctrl iser_header;247 struct iscsi_hdr iscsi_header;248 enum iser_desc_type type;249 u64 dma_addr;250 struct ib_sge tx_sg[2];251 int num_sge;252 struct ib_cqe cqe;253 bool mapped;254 struct ib_reg_wr reg_wr;[all …]