Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_verbs.h363 struct ipath_qp { struct
365 struct ipath_qp *next; /* link list for QPN hash table */ argument
366 struct ipath_qp *timer_next; /* link list for ipath_ib_timer() */ argument
367 struct ipath_qp *pio_next; /* link for ipath_ib_piobufavail() */ argument
368 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 …]