Searched defs:srp_rdma_ch (Results 1 – 1 of 1) sorted by relevance
149 struct srp_rdma_ch { struct151 struct list_head free_tx;152 spinlock_t lock;153 s32 req_lim;156 struct srp_target_port *target ____cacheline_aligned_in_smp;157 struct ib_cq *send_cq;158 struct ib_cq *recv_cq;159 struct ib_qp *qp;160 struct srp_fr_pool *fr_pool;161 uint32_t max_it_iu_len;[all …]