Lines Matching refs:bnxt
17 int bnxt_vf_reps_create(struct bnxt *bp);
18 void bnxt_vf_reps_destroy(struct bnxt *bp);
19 void bnxt_vf_reps_close(struct bnxt *bp);
20 void bnxt_vf_reps_open(struct bnxt *bp);
21 void bnxt_vf_rep_rx(struct bnxt *bp, struct sk_buff *skb);
22 struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code);
23 int bnxt_vf_reps_alloc(struct bnxt *bp);
24 void bnxt_vf_reps_free(struct bnxt *bp);
29 struct bnxt *bp = vf_rep->bp; in bnxt_vf_rep_get_fid()
41 static inline int bnxt_vf_reps_create(struct bnxt *bp) in bnxt_vf_reps_create()
46 static inline void bnxt_vf_reps_close(struct bnxt *bp) in bnxt_vf_reps_close()
50 static inline void bnxt_vf_reps_open(struct bnxt *bp) in bnxt_vf_reps_open()
54 static inline void bnxt_vf_rep_rx(struct bnxt *bp, struct sk_buff *skb) in bnxt_vf_rep_rx()
58 static inline struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code) in bnxt_get_vf_rep()
73 static inline int bnxt_vf_reps_alloc(struct bnxt *bp) in bnxt_vf_reps_alloc()
78 static inline void bnxt_vf_reps_free(struct bnxt *bp) in bnxt_vf_reps_free()