Lines Matching defs:ipoib_cm_tx
245 struct ipoib_cm_tx { struct
246 struct ib_cm_id *id;
247 struct ib_qp *qp;
248 struct list_head list;
249 struct net_device *dev;
250 struct ipoib_neigh *neigh;
251 struct ipoib_tx_buf *tx_ring;
252 unsigned int tx_head;
253 unsigned int tx_tail;
254 unsigned long flags;
255 u32 mtu;
256 unsigned int max_send_sge;