Home
last modified time | relevance | path

Searched refs:vlan_count (Results 1 – 16 of 16) sorted by relevance

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_alb.c107 client_info->vlan_count != offset / sizeof(struct rte_vlan_hdr) || in bond_mode_alb_arp_recv()
121 client_info->vlan_count = offset / sizeof(struct rte_vlan_hdr); in bond_mode_alb_arp_recv()
174 client_info->vlan_count = offset / sizeof(struct rte_vlan_hdr); in bond_mode_alb_arp_xmit()
193 client_info->vlan_count = offset / sizeof(struct rte_vlan_hdr); in bond_mode_alb_arp_xmit()
218 if (client_info->vlan_count > 0) in bond_mode_alb_arp_upd()
225 + client_info->vlan_count * sizeof(struct rte_vlan_hdr)); in bond_mode_alb_arp_upd()
228 client_info->vlan_count * sizeof(struct rte_vlan_hdr)); in bond_mode_alb_arp_upd()
H A Drte_eth_bond_alb.h34 uint8_t vlan_count; member
H A Drte_eth_bond_pmd.c1048 client_info->vlan_count * in bond_ethdev_tx_burst_alb()
/dpdk/drivers/net/bnxt/
H A Drte_pmd_bnxt.c332 bp->pf->vf_info[vf].vlan_count, in rte_pmd_bnxt_set_vf_vlan_anti_spoof()
480 bp->pf->vf_info[vf].vlan_count, in bnxt_set_vf_table()
513 cnt = bp->pf->vf_info[i].vlan_count; in rte_pmd_bnxt_set_vf_vlan_filter()
547 cnt = bp->pf->vf_info[i].vlan_count++; in rte_pmd_bnxt_set_vf_vlan_filter()
577 cnt = --bp->pf->vf_info[i].vlan_count; in rte_pmd_bnxt_set_vf_vlan_filter()
H A Dbnxt_hwrm.h147 uint16_t vlan_count,
150 uint16_t vlan_count,
H A Dbnxt.h223 uint16_t vlan_count; member
H A Dbnxt_hwrm.c483 uint16_t vlan_count, in bnxt_hwrm_cfa_l2_set_rx_mask() argument
517 req.num_vlan_tags = rte_cpu_to_le_32((uint32_t)vlan_count); in bnxt_hwrm_cfa_l2_set_rx_mask()
530 uint16_t vlan_count, in bnxt_hwrm_cfa_vlan_antispoof_cfg() argument
558 req.num_vlan_entries = rte_cpu_to_le_32((uint32_t)vlan_count); in bnxt_hwrm_cfa_vlan_antispoof_cfg()
/dpdk/drivers/net/e1000/
H A Digb_pf.c379 vfinfo[vf].vlan_count++; in igb_vf_set_vlan()
380 else if (vfinfo[vf].vlan_count) in igb_vf_set_vlan()
381 vfinfo[vf].vlan_count--; in igb_vf_set_vlan()
H A De1000_ethdev.h169 uint16_t vlan_count; member
/dpdk/drivers/net/ngbe/
H A Dngbe_pf.c440 vfinfo[vf].vlan_count++; in ngbe_vf_set_vlan()
441 else if (vfinfo[vf].vlan_count) in ngbe_vf_set_vlan()
442 vfinfo[vf].vlan_count--; in ngbe_vf_set_vlan()
H A Dngbe_ethdev.h112 uint16_t vlan_count; member
/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c528 vfinfo[vf].vlan_count++; in txgbe_vf_set_vlan()
529 else if (vfinfo[vf].vlan_count) in txgbe_vf_set_vlan()
530 vfinfo[vf].vlan_count--; in txgbe_vf_set_vlan()
H A Dtxgbe_ethdev.h185 uint16_t vlan_count; member
/dpdk/drivers/net/i40e/
H A Di40e_hash.c356 int vlan_count = 0; in i40e_hash_get_pattern_type() local
380 if (vlan_count >= 2) in i40e_hash_get_pattern_type()
382 vlan_count++; in i40e_hash_get_pattern_type()
401 vlan_count = 0; in i40e_hash_get_pattern_type()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c545 vfinfo[vf].vlan_count++; in ixgbe_vf_set_vlan()
546 else if (vfinfo[vf].vlan_count) in ixgbe_vf_set_vlan()
547 vfinfo[vf].vlan_count--; in ixgbe_vf_set_vlan()
H A Dixgbe_ethdev.h263 uint16_t vlan_count; member