Searched defs:ipath_qp (Results 1 – 1 of 1) sorted by relevance
357 struct ipath_qp { struct359 struct ipath_qp *next; /* link list for QPN hash table */ argument360 struct ipath_qp *timer_next; /* link list for ipath_ib_timer() */ argument361 struct ipath_qp *pio_next; /* link for ipath_ib_piobufavail() */ argument362 struct list_head piowait; /* link for wait PIO buf */363 struct list_head timerwait; /* link for waiting for timeouts */364 struct ib_ah_attr remote_ah_attr;365 struct ipath_ib_header s_hdr; /* next packet header to send */366 atomic_t refcount;367 wait_queue_head_t wait;[all …]