Home
last modified time | relevance | path

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

/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.h148 struct bnxt_vlan_table_entry *vlan_table);
151 struct bnxt_vlan_antispoof_table_entry *vlan_table);
H A Dbnxt_hwrm.c484 struct bnxt_vlan_table_entry *vlan_table) in bnxt_hwrm_cfa_l2_set_rx_mask() argument
512 if (vlan_table) { in bnxt_hwrm_cfa_l2_set_rx_mask()
516 rte_cpu_to_le_64(rte_malloc_virt2iova(vlan_table)); in bnxt_hwrm_cfa_l2_set_rx_mask()
531 struct bnxt_vlan_antispoof_table_entry *vlan_table) in bnxt_hwrm_cfa_vlan_antispoof_cfg() argument
557 rte_cpu_to_le_64(rte_malloc_virt2iova(vlan_table)); in bnxt_hwrm_cfa_vlan_antispoof_cfg()
806 rte_free(bp->pf->vf_info[i].vlan_table); in bnxt_free_vf_info()
807 bp->pf->vf_info[i].vlan_table = NULL; in bnxt_free_vf_info()
832 vf_info[i].vlan_table = rte_zmalloc("VF VLAN table", in bnxt_alloc_vf_info()
834 if (vf_info[i].vlan_table == NULL) { in bnxt_alloc_vf_info()
838 rte_mem_lock_page(vf_info[i].vlan_table); in bnxt_alloc_vf_info()
H A Dbnxt.h215 struct bnxt_vlan_table_entry *vlan_table; member
/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()
/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h2925 struct vlan_table_s vlan_table; member