Home
last modified time | relevance | path

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

/linux-3.3/drivers/infiniband/hw/qib/
Dqib_verbs.h413 struct qib_qp { struct
415 struct qib_qp *next; /* link list for QPN hash table */ argument
416 struct qib_qp *timer_next; /* link list for qib_ib_timer() */ argument
417 struct list_head iowait; /* link for wait PIO buf */
418 struct list_head rspwait; /* link for waititing to respond */
419 struct ib_ah_attr remote_ah_attr;
420 struct ib_ah_attr alt_ah_attr;
421 struct qib_ib_header s_hdr; /* next packet header to send */
422 atomic_t refcount;
423 wait_queue_head_t wait;
[all …]