Home
last modified time | relevance | path

Searched refs:vlan_as_table (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Drte_pmd_bnxt.c333 bp->pf->vf_info[vf].vlan_as_table)) in rte_pmd_bnxt_set_vf_vlan_anti_spoof()
521 if (bp->pf->vf_info[i].vlan_as_table == NULL) { in rte_pmd_bnxt_set_vf_vlan_filter()
552 vase = &bp->pf->vf_info[i].vlan_as_table[cnt]; in rte_pmd_bnxt_set_vf_vlan_filter()
572 memmove(&bp->pf->vf_info[i].vlan_as_table[j], in rte_pmd_bnxt_set_vf_vlan_filter()
573 &bp->pf->vf_info[i].vlan_as_table[j + 1], in rte_pmd_bnxt_set_vf_vlan_filter()
H A Dbnxt.h223 struct bnxt_vlan_antispoof_table_entry *vlan_as_table; member
H A Dbnxt_hwrm.c683 rte_free(bp->pf->vf_info[i].vlan_as_table); in bnxt_hwrm_free_vf_info()
684 bp->pf->vf_info[i].vlan_as_table = NULL; in bnxt_hwrm_free_vf_info()
738 bp->pf->vf_info[i].vlan_as_table = in __bnxt_hwrm_func_qcaps()
742 if (bp->pf->vf_info[i].vlan_as_table == NULL) in __bnxt_hwrm_func_qcaps()
748 bp->pf->vf_info[i].vlan_as_table); in __bnxt_hwrm_func_qcaps()