Searched refs:vlan_table (Results 1 – 6 of 6) sorted by relevance
481 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()
126 struct bnxt_vlan_table_entry *vlan_table);129 struct bnxt_vlan_antispoof_table_entry *vlan_table);
369 struct bnxt_vlan_table_entry *vlan_table) in bnxt_hwrm_cfa_l2_set_rx_mask() argument397 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() argument442 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()
222 struct bnxt_vlan_table_entry *vlan_table; member
220 u32 vlan_table, reg, mask, bit, len; in fm10k_update_vlan_pf() local251 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()
2925 struct vlan_table_s vlan_table; member