Home
last modified time | relevance | path

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

/f-stack/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.c1052 client_info->vlan_count * in bond_ethdev_tx_burst_alb()
/f-stack/freebsd/netgraph/
H A Dng_vlan.c261 int i, vlan_count; in ng_vlan_rcvmsg() local
383 vlan_count = 0; in ng_vlan_rcvmsg()
387 vlan_count ++; in ng_vlan_rcvmsg()
392 vlan_count * sizeof(*t->filter), M_NOWAIT); in ng_vlan_rcvmsg()
/f-stack/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.h125 uint16_t vlan_count,
128 uint16_t vlan_count,
H A Dbnxt.h230 uint16_t vlan_count; member
H A Dbnxt_hwrm.c368 uint16_t vlan_count, in bnxt_hwrm_cfa_l2_set_rx_mask() argument
402 req.num_vlan_tags = rte_cpu_to_le_32((uint32_t)vlan_count); in bnxt_hwrm_cfa_l2_set_rx_mask()
415 uint16_t vlan_count, in bnxt_hwrm_cfa_vlan_antispoof_cfg() argument
443 req.num_vlan_entries = rte_cpu_to_le_32((uint32_t)vlan_count); in bnxt_hwrm_cfa_vlan_antispoof_cfg()
/f-stack/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.h168 uint16_t vlan_count; member
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c529 vfinfo[vf].vlan_count++; in txgbe_vf_set_vlan()
530 else if (vfinfo[vf].vlan_count) in txgbe_vf_set_vlan()
531 vfinfo[vf].vlan_count--; in txgbe_vf_set_vlan()
H A Dtxgbe_ethdev.h106 uint16_t vlan_count; member
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c548 vfinfo[vf].vlan_count++; in ixgbe_vf_set_vlan()
549 else if (vfinfo[vf].vlan_count) in ixgbe_vf_set_vlan()
550 vfinfo[vf].vlan_count--; in ixgbe_vf_set_vlan()
H A Dixgbe_ethdev.h268 uint16_t vlan_count; member