Searched defs:ipath_qp (Results 1 – 1 of 1) sorted by relevance
363 struct ipath_qp { struct365 struct ipath_qp *next; /* link list for QPN hash table */ argument366 struct ipath_qp *timer_next; /* link list for ipath_ib_timer() */ argument367 struct ipath_qp *pio_next; /* link for ipath_ib_piobufavail() */ argument368 struct list_head piowait; /* link for wait PIO buf */369 struct list_head timerwait; /* link for waiting for timeouts */370 struct ib_ah_attr remote_ah_attr;371 struct ipath_ib_header s_hdr; /* next packet header to send */372 atomic_t refcount;373 wait_queue_head_t wait;[all …]