Searched defs:srp_rdma_ch (Results 1 – 1 of 1) sorted by relevance
137 struct srp_rdma_ch { struct139 struct list_head free_tx;140 spinlock_t lock;141 s32 req_lim;144 struct srp_target_port *target ____cacheline_aligned_in_smp;145 struct ib_cq *send_cq;146 struct ib_cq *recv_cq;147 struct ib_qp *qp;148 union {157 struct completion done;[all …]