Home
last modified time | relevance | path

Searched refs:cfa_code (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/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() argument
Dbnxt_vfr.c186 struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code) in bnxt_get_vf_rep() argument
190 if (cfa_code && bp->cfa_code_map && BNXT_PF(bp)) { in bnxt_get_vf_rep()
191 vf_idx = bp->cfa_code_map[cfa_code]; in bnxt_get_vf_rep()
Dbnxt.h1063 u16 cfa_code; /* cfa_code in TPA start compl */ member
Dbnxt.c1441 tpa_info->cfa_code = TPA_START_CFA_CODE(tpa_start1); in bnxt_tpa_metadata()
1754 static struct net_device *bnxt_get_pkt_dev(struct bnxt *bp, u16 cfa_code) in bnxt_get_pkt_dev() argument
1756 struct net_device *dev = bnxt_get_vf_rep(bp, cfa_code); in bnxt_get_pkt_dev()
1879 dev = bnxt_get_pkt_dev(bp, tpa_info->cfa_code); in bnxt_tpa_end()
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/
Droce_hsi.h4074 __le16 cfa_code; member