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

/linux-master/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) argument
H A Dbnxt_vfr.c186 struct net_device *bnxt_get_vf_rep(struct bnxt *bp, u16 cfa_code) argument
190 if (cfa_code && bp->cfa_code_map && BNXT_PF(bp)) {
191 vf_idx = bp->cfa_code_map[cfa_code];
505 /* storage for cfa_code to vf-idx mapping */
H A Dbnxt.h1034 u16 cfa_code; /* cfa_code in TPA start compl */ member in struct:bnxt_tpa_info
2522 u16 *cfa_code_map; /* cfa_code -> vf_idx map */
H A Dbnxt.c1386 tpa_info->cfa_code = TPA_START_CFA_CODE(tpa_start1);
1696 /* Given the cfa_code of a received packet determine which
1699 static struct net_device *bnxt_get_pkt_dev(struct bnxt *bp, u16 cfa_code) argument
1701 struct net_device *dev = bnxt_get_vf_rep(bp, cfa_code);
1824 dev = bnxt_get_pkt_dev(bp, tpa_info->cfa_code);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Droce_hsi.h4028 __le16 cfa_code; member in struct:cq_res_ud_cfa

Completed in 385 milliseconds