Searched refs:pool_map (Results 1 – 11 of 11) sorted by relevance
| /dpdk/examples/vmdq_dcb/ |
| H A D | main.c | 87 .pool_map = {{0, 0},}, 100 .pool_map = {{0, 0},}, 154 conf.pool_map[i].vlan_id = vlan_tags[i]; in get_eth_conf() 155 vmdq_conf.pool_map[i].vlan_id = vlan_tags[i]; in get_eth_conf() 156 conf.pool_map[i].pools = 1UL << i; in get_eth_conf() 157 vmdq_conf.pool_map[i].pools = 1UL << i; in get_eth_conf()
|
| /dpdk/examples/vmdq/ |
| H A D | main.c | 85 .pool_map = {{0, 0},}, 151 conf.pool_map[i].vlan_id = vlan_tags[i]; in get_eth_conf() 152 conf.pool_map[i].pools = (1UL << (i % num_pools)); in get_eth_conf()
|
| /dpdk/examples/vhost/ |
| H A D | main.c | 150 .pool_map = {{0, 0},}, 368 conf.pool_map[i].vlan_id = vlan_tags[ i ]; in get_eth_conf() 369 conf.pool_map[i].pools = (1UL << i); in get_eth_conf()
|
| /dpdk/drivers/net/fm10k/ |
| H A D | fm10k_ethdev.c | 432 sizeof(vmdq_conf->pool_map[0].pools) * CHAR_BIT || in fm10k_check_mq_mode() 479 if (!vmdq_conf->pool_map[i].pools) in fm10k_dev_vmdq_rx_configure() 482 fm10k_update_vlan(hw, vmdq_conf->pool_map[i].vlan_id, 0, true); in fm10k_dev_vmdq_rx_configure() 1628 if (!(vmdq_conf->pool_map[i].pools & (1UL << pool))) in fm10k_MAC_filter_set_vmdq() 1632 vmdq_conf->pool_map[i].vlan_id, add, 0); in fm10k_MAC_filter_set_vmdq()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 3165 (cfg->pool_map[i].vlan_id & 0xFFF))); in txgbe_vmdq_dcb_configure() 3167 wr32(hw, TXGBE_PSRVLANPLM(0), cfg->pool_map[i].pools); in txgbe_vmdq_dcb_configure() 3799 TXGBE_PSRVLAN_VID(cfg->pool_map[i].vlan_id))); in txgbe_vmdq_rx_hw_configure() 3805 if (((cfg->pool_map[i].pools >> 32) & UINT32_MAX) == 0) in txgbe_vmdq_rx_hw_configure() 3807 (cfg->pool_map[i].pools & UINT32_MAX)); in txgbe_vmdq_rx_hw_configure() 3810 ((cfg->pool_map[i].pools >> 32) & UINT32_MAX)); in txgbe_vmdq_rx_hw_configure()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_rxtx.c | 3789 (cfg->pool_map[i].vlan_id & 0xFFF))); in ixgbe_vmdq_dcb_configure() 3795 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(i*2), cfg->pool_map[i].pools); in ixgbe_vmdq_dcb_configure() 4418 (cfg->pool_map[i].vlan_id & IXGBE_RXD_VLAN_ID_MASK))); in ixgbe_vmdq_rx_hw_configure() 4424 if (((cfg->pool_map[i].pools >> 32) & UINT32_MAX) == 0) in ixgbe_vmdq_rx_hw_configure() 4426 (cfg->pool_map[i].pools & UINT32_MAX)); in ixgbe_vmdq_rx_hw_configure() 4429 ((cfg->pool_map[i].pools >> 32) & UINT32_MAX)); in ixgbe_vmdq_rx_hw_configure()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.h | 1104 } pool_map[RTE_ETH_VMDQ_MAX_VLAN_FILTERS]; /**< VMDq VLAN pool maps. */ member 1137 } pool_map[RTE_ETH_VMDQ_MAX_VLAN_FILTERS]; /**< VMDq VLAN pool maps. */ member
|
| /dpdk/drivers/net/e1000/ |
| H A D | igb_rxtx.c | 2217 (cfg->pool_map[i].vlan_id & RTE_ETH_VLAN_ID_MAX) | in igb_vmdq_rx_hw_configure() 2218 ((cfg->pool_map[i].pools << E1000_VLVF_POOLSEL_SHIFT) & in igb_vmdq_rx_hw_configure()
|
| /dpdk/app/test-pmd/ |
| H A D | testpmd.c | 3899 vmdq_rx_conf->pool_map[i].vlan_id = vlan_tags[i]; in get_eth_dcb_conf() 3900 vmdq_rx_conf->pool_map[i].pools = in get_eth_dcb_conf()
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_hwrm.c | 632 conf->pool_map[j].pools & (1UL << j)) { in bnxt_hwrm_set_l2_filter() 635 conf->pool_map[j].vlan_id, j); in bnxt_hwrm_set_l2_filter() 637 filter->l2_ivlan = conf->pool_map[j].vlan_id; in bnxt_hwrm_set_l2_filter()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 6502 loop = sizeof(vmdq_conf->pool_map[0].pools) * CHAR_BIT; in i40e_vmdq_setup() 6505 if (vmdq_conf->pool_map[i].pools & (1UL << j)) { in i40e_vmdq_setup() 6507 vmdq_conf->pool_map[i].vlan_id, j); in i40e_vmdq_setup() 6510 vmdq_conf->pool_map[i].vlan_id); in i40e_vmdq_setup()
|