Searched defs:qib_qp (Results 1 – 1 of 1) sorted by relevance
413 struct qib_qp { struct415 struct qib_qp *next; /* link list for QPN hash table */ argument416 struct qib_qp *timer_next; /* link list for qib_ib_timer() */ argument417 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 …]