Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_vfr.h21 struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code);
49 static inline struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code) in bnxt_get_vf_rep() function
Dbnxt_vfr.c197 struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code) in bnxt_get_vf_rep() function
Dbnxt.c1335 struct net_device *dev = bnxt_get_vf_rep(bp, cfa_code); in bnxt_get_pkt_dev()