Home
last modified time | relevance | path

Searched refs:bnxt_get_vf_rep (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_vfr.h22 struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code);
58 static inline struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code) in bnxt_get_vf_rep() function
H A Dbnxt_vfr.c186 struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code) in bnxt_get_vf_rep() function
H A Dbnxt.c1756 struct net_device *dev = bnxt_get_vf_rep(bp, cfa_code); in bnxt_get_pkt_dev()