Home
last modified time | relevance | path

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

/linux-3.3/drivers/infiniband/hw/ipath/
Dipath_verbs.h357 struct ipath_qp { struct
359 struct ipath_qp *next; /* link list for QPN hash table */ argument
360 struct ipath_qp *timer_next; /* link list for ipath_ib_timer() */ argument
361 struct ipath_qp *pio_next; /* link for ipath_ib_piobufavail() */ argument
362 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 …]