Searched defs:hfi1_qp (Results 1 – 1 of 1) sorted by relevance
435 struct hfi1_qp { struct440 struct hfi1_qp __rcu *next; /* link list for QPN hash table */ argument441 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 …]