Lines Matching defs:ipoib_cm_dev_priv
254 struct ipoib_cm_dev_priv { struct
255 struct ib_srq *srq;
256 struct ipoib_cm_rx_buf *srq_ring;
257 struct ib_cm_id *id;
258 struct list_head passive_ids; /* state: LIVE */
259 struct list_head rx_error_list; /* state: ERROR */
260 struct list_head rx_flush_list; /* state: FLUSH, drain not started */
261 struct list_head rx_drain_list; /* state: FLUSH, drain started */
262 struct list_head rx_reap_list; /* state: FLUSH, drain done */
263 struct work_struct start_task;
264 struct work_struct reap_task;
265 struct work_struct skb_task;
266 struct work_struct rx_reap_task;
267 struct delayed_work stale_task;
268 struct sk_buff_head skb_queue;
269 struct list_head start_list;
270 struct list_head reap_list;
271 struct ib_wc ibwc[IPOIB_NUM_WC];
272 struct ib_sge rx_sge[IPOIB_CM_RX_SG];
273 struct ib_recv_wr rx_wr;
274 int nonsrq_conn_qp;
275 int max_cm_mtu;
276 int num_frags;