Home
last modified time | relevance | path

Searched refs:cfa_code (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A 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() argument
H A Dbnxt_vfr.c182 struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code) in bnxt_get_vf_rep() argument
186 if (cfa_code && bp->cfa_code_map && BNXT_PF(bp)) { in bnxt_get_vf_rep()
187 vf_idx = bp->cfa_code_map[cfa_code]; in bnxt_get_vf_rep()
407 /* storage for cfa_code to vf-idx mapping */ in bnxt_vf_reps_create()
H A Dbnxt.c1273 /* Store cfa_code in tpa_info to use in tpa_end in bnxt_tpa_start()
1276 tpa_info->cfa_code = TPA_START_CFA_CODE(tpa_start1); in bnxt_tpa_start()
1527 /* Given the cfa_code of a received packet determine which
1530 static struct net_device *bnxt_get_pkt_dev(struct bnxt *bp, u16 cfa_code) in bnxt_get_pkt_dev() argument
1532 struct net_device *dev = bnxt_get_vf_rep(bp, cfa_code); in bnxt_get_pkt_dev()
1650 eth_type_trans(skb, bnxt_get_pkt_dev(bp, tpa_info->cfa_code)); in bnxt_tpa_end()
1722 u16 cfa_code, cons, prod, cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt() local
1883 cfa_code = RX_CMP_CFA_CODE(rxcmp1); in bnxt_rx_pkt()
1884 skb->protocol = eth_type_trans(skb, bnxt_get_pkt_dev(bp, cfa_code)); in bnxt_rx_pkt()
H A Dbnxt.h868 u16 cfa_code; /* cfa_code in TPA start compl */ member
2001 u16 *cfa_code_map; /* cfa_code -> vf_idx map */
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A 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
H A 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()
505 /* storage for cfa_code to vf-idx mapping */ in bnxt_vf_reps_create()
H A Dbnxt.c1324 /* Store cfa_code in tpa_info to use in tpa_end in bnxt_tpa_start()
1327 tpa_info->cfa_code = TPA_START_CFA_CODE(tpa_start1); in bnxt_tpa_start()
1578 /* Given the cfa_code of a received packet determine which
1581 static struct net_device *bnxt_get_pkt_dev(struct bnxt *bp, u16 cfa_code) in bnxt_get_pkt_dev() argument
1583 struct net_device *dev = bnxt_get_vf_rep(bp, cfa_code); in bnxt_get_pkt_dev()
1705 eth_type_trans(skb, bnxt_get_pkt_dev(bp, tpa_info->cfa_code)); in bnxt_tpa_end()
1794 u16 cfa_code, cons, prod, cp_cons = RING_CMP(tmp_raw_cons); in bnxt_rx_pkt() local
1994 cfa_code = RX_CMP_CFA_CODE(rxcmp1); in bnxt_rx_pkt()
1995 skb->protocol = eth_type_trans(skb, bnxt_get_pkt_dev(bp, cfa_code)); in bnxt_rx_pkt()
H A Dbnxt.h896 u16 cfa_code; /* cfa_code in TPA start compl */ member
2189 u16 *cfa_code_map; /* cfa_code -> vf_idx map */
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Droce_hsi.h3927 __le16 cfa_code; member

Completed in 59 milliseconds