Home
last modified time | relevance | path

Searched refs:vlan_table (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Drte_pmd_bnxt.c481 bp->pf->vf_info[vf].vlan_table)) in bnxt_set_vf_table()
517 if (bp->pf->vf_info[i].vlan_table == NULL) { in rte_pmd_bnxt_set_vf_vlan_filter()
529 bp->pf->vf_info[i].vlan_table[j].vid) == in rte_pmd_bnxt_set_vf_vlan_filter()
557 ve = &bp->pf->vf_info[i].vlan_table[cnt]; in rte_pmd_bnxt_set_vf_vlan_filter()
565 bp->pf->vf_info[i].vlan_table[j].vid) != in rte_pmd_bnxt_set_vf_vlan_filter()
568 memmove(&bp->pf->vf_info[i].vlan_table[j], in rte_pmd_bnxt_set_vf_vlan_filter()
569 &bp->pf->vf_info[i].vlan_table[j + 1], in rte_pmd_bnxt_set_vf_vlan_filter()
H A Dbnxt_hwrm.h126 struct bnxt_vlan_table_entry *vlan_table);
129 struct bnxt_vlan_antispoof_table_entry *vlan_table);
H A Dbnxt_hwrm.c369 struct bnxt_vlan_table_entry *vlan_table) in bnxt_hwrm_cfa_l2_set_rx_mask() argument
397 if (vlan_table) { in bnxt_hwrm_cfa_l2_set_rx_mask()
401 rte_cpu_to_le_64(rte_malloc_virt2iova(vlan_table)); in bnxt_hwrm_cfa_l2_set_rx_mask()
416 struct bnxt_vlan_antispoof_table_entry *vlan_table) in bnxt_hwrm_cfa_vlan_antispoof_cfg() argument
442 rte_cpu_to_le_64(rte_malloc_virt2iova(vlan_table)); in bnxt_hwrm_cfa_vlan_antispoof_cfg()
681 rte_free(bp->pf->vf_info[i].vlan_table); in bnxt_hwrm_free_vf_info()
682 bp->pf->vf_info[i].vlan_table = NULL; in bnxt_hwrm_free_vf_info()
727 bp->pf->vf_info[i].vlan_table = in __bnxt_hwrm_func_qcaps()
731 if (bp->pf->vf_info[i].vlan_table == NULL) in __bnxt_hwrm_func_qcaps()
737 bp->pf->vf_info[i].vlan_table); in __bnxt_hwrm_func_qcaps()
H A Dbnxt.h222 struct bnxt_vlan_table_entry *vlan_table; member
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_pf.c220 u32 vlan_table, reg, mask, bit, len; in fm10k_update_vlan_pf() local
251 vlan_table = FM10K_READ_REG(hw, reg); in fm10k_update_vlan_pf()
257 mask &= set ? ~vlan_table : vlan_table; in fm10k_update_vlan_pf()
259 FM10K_WRITE_REG(hw, reg, vlan_table ^ mask); in fm10k_update_vlan_pf()
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h2925 struct vlan_table_s vlan_table; member