Lines Matching defs:ipoib_cm_dev_priv
233 struct ipoib_cm_dev_priv { struct
234 struct ib_srq *srq;
235 struct ipoib_cm_rx_buf *srq_ring;
236 struct ib_cm_id *id;
237 struct list_head passive_ids; /* state: LIVE */
238 struct list_head rx_error_list; /* state: ERROR */
239 struct list_head rx_flush_list; /* state: FLUSH, drain not started */
240 struct list_head rx_drain_list; /* state: FLUSH, drain started */
241 struct list_head rx_reap_list; /* state: FLUSH, drain done */
242 struct work_struct start_task;
243 struct work_struct reap_task;
244 struct work_struct skb_task;
245 struct work_struct rx_reap_task;
246 struct delayed_work stale_task;
247 struct sk_buff_head skb_queue;
248 struct list_head start_list;
249 struct list_head reap_list;
250 struct ib_wc ibwc[IPOIB_NUM_WC];
251 struct ib_sge rx_sge[IPOIB_CM_RX_SG];
252 struct ib_recv_wr rx_wr;
253 int nonsrq_conn_qp;
254 int max_cm_mtu;
255 int num_frags;