Searched defs:ipoib_cm_tx (Results 1 – 1 of 1) sorted by relevance
245 struct ipoib_cm_tx { struct246 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;[all …]