Home
last modified time | relevance | path

Searched defs:srp_target_port (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/infiniband/ulp/srp/
Dib_srp.h127 struct srp_target_port { struct
129 struct list_head free_tx;
130 struct list_head free_reqs;
131 spinlock_t lock;
132 s32 req_lim;
135 struct ib_cq *send_cq ____cacheline_aligned_in_smp;
136 struct ib_cq *recv_cq;
137 struct ib_qp *qp;
138 u32 lkey;
139 u32 rkey;
[all …]