Searched defs:ipoib_cm_tx (Results 1 – 1 of 1) sorted by relevance
235 struct ipoib_cm_tx { struct236 struct ib_cm_id *id;237 struct ib_qp *qp;238 struct list_head list;239 struct net_device *dev;240 struct ipoib_neigh *neigh;241 struct ipoib_path *path;242 struct ipoib_tx_buf *tx_ring;243 unsigned tx_head;244 unsigned tx_tail;[all …]