Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_vfr.h21 struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code);
50 static inline struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code) in bnxt_get_vf_rep() function
Dbnxt_vfr.c182 struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code) in bnxt_get_vf_rep() function
Dbnxt.c1494 struct net_device *dev = bnxt_get_vf_rep(bp, cfa_code); in bnxt_get_pkt_dev()