Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/
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
Dbnxt_vfr.c186 struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code) in bnxt_get_vf_rep() function
Dbnxt.c1583 struct net_device *dev = bnxt_get_vf_rep(bp, cfa_code); in bnxt_get_pkt_dev()