Lines Matching refs:bnxt
17 void bnxt_vf_reps_destroy(struct bnxt *bp);
18 void bnxt_vf_reps_close(struct bnxt *bp);
19 void bnxt_vf_reps_open(struct bnxt *bp);
20 void bnxt_vf_rep_rx(struct bnxt *bp, struct sk_buff *skb);
21 struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code);
22 int bnxt_vf_reps_alloc(struct bnxt *bp);
23 void bnxt_vf_reps_free(struct bnxt *bp);
28 struct bnxt *bp = vf_rep->bp; in bnxt_vf_rep_get_fid()
40 static inline void bnxt_vf_reps_close(struct bnxt *bp) in bnxt_vf_reps_close()
44 static inline void bnxt_vf_reps_open(struct bnxt *bp) in bnxt_vf_reps_open()
48 static inline void bnxt_vf_rep_rx(struct bnxt *bp, struct sk_buff *skb) in bnxt_vf_rep_rx()
52 static inline struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code) in bnxt_get_vf_rep()
67 static inline int bnxt_vf_reps_alloc(struct bnxt *bp) in bnxt_vf_reps_alloc()
72 static inline void bnxt_vf_reps_free(struct bnxt *bp) in bnxt_vf_reps_free()