Lines Matching defs:ipoib_cm_dev_priv
265 struct ipoib_cm_dev_priv { struct
266 struct ib_srq *srq;
267 struct ipoib_cm_rx_buf *srq_ring;
268 struct ib_cm_id *id;
269 struct list_head passive_ids; /* state: LIVE */
270 struct list_head rx_error_list; /* state: ERROR */
271 struct list_head rx_flush_list; /* state: FLUSH, drain not started */
272 struct list_head rx_drain_list; /* state: FLUSH, drain started */
273 struct list_head rx_reap_list; /* state: FLUSH, drain done */
274 struct work_struct start_task;
275 struct work_struct reap_task;
276 struct work_struct skb_task;
277 struct work_struct rx_reap_task;
278 struct delayed_work stale_task;
279 struct sk_buff_head skb_queue;
280 struct list_head start_list;
281 struct list_head reap_list;
282 struct ib_wc ibwc[IPOIB_NUM_WC];
283 struct ib_sge rx_sge[IPOIB_CM_RX_SG];
284 struct ib_recv_wr rx_wr;
285 int nonsrq_conn_qp;
286 int max_cm_mtu;
287 int num_frags;