Searched defs:srp_rdma_ch (Results 1 – 1 of 1) sorted by relevance
134 struct srp_rdma_ch { struct136 struct list_head free_tx;137 spinlock_t lock;138 s32 req_lim;141 struct srp_target_port *target ____cacheline_aligned_in_smp;142 struct ib_cq *send_cq;143 struct ib_cq *recv_cq;144 struct ib_qp *qp;145 union {154 struct completion done;[all …]