Searched refs:ipoib_cm_tx (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib.h177 struct ipoib_cm_tx { struct
325 struct ipoib_cm_tx *cm;
461 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh)
466 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx)
471 void ipoib_cm_send(struct net_device *dev, struct sk_buff *skb, struct ipoib_cm_tx *tx);
477 struct ipoib_cm_tx *ipoib_cm_create_tx(struct net_device *dev, struct ipoib_path *path,
479 void ipoib_cm_destroy_tx(struct ipoib_cm_tx *tx);
485 struct ipoib_cm_tx;
503 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh)
508 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *t
[all...]
H A Dipoib_cm.c484 struct ipoib_cm_tx *tx,
498 void ipoib_cm_send(struct net_device *dev, struct sk_buff *skb, struct ipoib_cm_tx *tx)
553 static void ipoib_cm_handle_tx_wc(struct net_device *dev, struct ipoib_cm_tx *tx,
628 struct ipoib_cm_tx *tx = tx_ptr;
735 struct ipoib_cm_tx *p = cm_id->context;
877 static int ipoib_cm_tx_init(struct ipoib_cm_tx *p, u32 qpn,
952 static void ipoib_cm_tx_destroy(struct ipoib_cm_tx *p)
990 struct ipoib_cm_tx *tx = cm_id->context;
1041 struct ipoib_cm_tx *ipoib_cm_create_tx(struct net_device *dev, struct ipoib_path *path,
1045 struct ipoib_cm_tx *t
[all...]

Completed in 38 milliseconds