Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h284 struct ipoib_cm_dev_priv { struct
285 struct ib_srq *srq;
286 struct ipoib_cm_rx_buf *srq_ring;
287 struct ib_cm_id *id;
288 struct list_head passive_ids; /* state: LIVE */
289 struct list_head rx_error_list; /* state: ERROR */
290 struct list_head rx_flush_list; /* state: FLUSH, drain not started */
291 struct list_head rx_drain_list; /* state: FLUSH, drain started */
292 struct list_head rx_reap_list; /* state: FLUSH, drain done */
293 struct work_struct start_task;
[all …]