Lines Matching refs:ipoib_cm_tx
245 struct ipoib_cm_tx { struct
448 struct ipoib_cm_tx *cm;
644 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh) in ipoib_cm_get()
649 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx) in ipoib_cm_set()
666 void ipoib_cm_send(struct net_device *dev, struct sk_buff *skb, struct ipoib_cm_tx *tx);
672 struct ipoib_cm_tx *ipoib_cm_create_tx(struct net_device *dev, struct ipoib_path *path,
674 void ipoib_cm_destroy_tx(struct ipoib_cm_tx *tx);
681 struct ipoib_cm_tx;
701 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh) in ipoib_cm_get()
706 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx) in ipoib_cm_set()
721 void ipoib_cm_send(struct net_device *dev, struct sk_buff *skb, struct ipoib_cm_tx *tx) in ipoib_cm_send()
751 struct ipoib_cm_tx *ipoib_cm_create_tx(struct net_device *dev, struct ipoib_path *path, in ipoib_cm_create_tx()
758 void ipoib_cm_destroy_tx(struct ipoib_cm_tx *tx) in ipoib_cm_destroy_tx()