Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dverbs.h435 struct hfi1_qp { struct
440 struct hfi1_qp __rcu *next; /* link list for QPN hash table */ argument
441 struct hfi1_swqe *s_wq; /* send work queue */
442 struct hfi1_mmap_info *ip;
443 struct ahg_ib_header *s_hdr; /* next packet header to send */
444 u8 s_sc; /* SC[0..4] for next packet */
445 unsigned long timeout_jiffies; /* computed from timeout */
447 enum ib_mtu path_mtu;
448 int srate_mbps; /* s_srate (below) converted to Mbit/s */
449 u32 remote_qpn;
[all …]