Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_vfr.h21 struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code);
52 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.c1613 struct net_device *dev = bnxt_get_vf_rep(bp, cfa_code); in bnxt_get_pkt_dev()