Searched refs:mrqc (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/e1000/ |
| H A D | igb_rxtx.c | 1920 uint32_t mrqc; in igb_rss_disable() local 1924 mrqc &= ~E1000_MRQC_ENABLE_MASK; in igb_rss_disable() 1933 uint32_t mrqc; in igb_hw_rss_hash_set() local 1953 mrqc |= E1000_MRQC_RSS_FIELD_IPV4; in igb_hw_rss_hash_set() 1957 mrqc |= E1000_MRQC_RSS_FIELD_IPV6; in igb_hw_rss_hash_set() 1978 uint32_t mrqc; in eth_igb_rss_hash_update() local 2009 uint32_t mrqc; in eth_igb_rss_hash_conf_get() local 2135 uint32_t mrqc, vt_ctl, vmolr, rctl; in igb_vmdq_rx_hw_configure() local 2156 mrqc |= E1000_MRQC_ENABLE_VMDQ; in igb_vmdq_rx_hw_configure() 2268 uint32_t mrqc; in igb_dev_mq_rx_configure() local [all …]
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 2875 uint32_t mrqc; in txgbe_dev_rss_hash_update() local 2931 mrqc = rd32(hw, TXGBE_RACTL); in txgbe_dev_rss_hash_update() 2932 mrqc &= ~TXGBE_RACTL_RSSMASK; in txgbe_dev_rss_hash_update() 2934 mrqc |= TXGBE_RACTL_RSSIPV4; in txgbe_dev_rss_hash_update() 2939 mrqc |= TXGBE_RACTL_RSSIPV6; in txgbe_dev_rss_hash_update() 2950 mrqc |= TXGBE_RACTL_RSSENA; in txgbe_dev_rss_hash_update() 2952 mrqc &= ~TXGBE_RACTL_RSSENA; in txgbe_dev_rss_hash_update() 2954 wr32(hw, TXGBE_RACTL, mrqc); in txgbe_dev_rss_hash_update() 2966 uint32_t mrqc; in txgbe_dev_rss_hash_conf_get() local 3897 uint32_t mrqc; in txgbe_config_vf_rss() local [all …]
|
| /dpdk/drivers/net/fm10k/ |
| H A D | fm10k_ethdev.c | 502 uint32_t mrqc, *key, i, reta, j; in fm10k_dev_rss_configure() local 550 mrqc = 0; in fm10k_dev_rss_configure() 551 mrqc |= (hf & RTE_ETH_RSS_IPV4) ? FM10K_MRQC_IPV4 : 0; in fm10k_dev_rss_configure() 561 if (mrqc == 0) { in fm10k_dev_rss_configure() 567 FM10K_WRITE_REG(hw, FM10K_MRQC(0), mrqc); in fm10k_dev_rss_configure() 2187 uint32_t mrqc; in fm10k_rss_hash_update() local 2200 mrqc = 0; in fm10k_rss_hash_update() 2212 if (mrqc == 0) in fm10k_rss_hash_update() 2219 FM10K_WRITE_REG(hw, FM10K_MRQC(0), mrqc); in fm10k_rss_hash_update() 2230 uint32_t mrqc; in fm10k_rss_hash_conf_get() local [all …]
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_rxtx.c | 3468 uint32_t mrqc; in ixgbe_rss_disable() local 3474 mrqc &= ~IXGBE_MRQC_RSSEN; in ixgbe_rss_disable() 3482 uint32_t mrqc; in ixgbe_hw_rss_hash_set() local 3533 uint32_t mrqc; in ixgbe_dev_rss_hash_update() local 3575 uint32_t mrqc; in ixgbe_dev_rss_hash_conf_get() local 4364 uint32_t mrqc, vt_ctl, vlanctrl; in ixgbe_vmdq_rx_hw_configure() local 4376 mrqc = IXGBE_MRQC_VMDQEN; in ixgbe_vmdq_rx_hw_configure() 4515 uint32_t mrqc; in ixgbe_config_vf_rss() local 4523 mrqc &= ~IXGBE_MRQC_MRQE_MASK; in ixgbe_config_vf_rss() 4526 mrqc |= IXGBE_MRQC_VMDQRSS64EN; in ixgbe_config_vf_rss() [all …]
|
| /dpdk/drivers/net/igc/ |
| H A D | igc_txrx.c | 826 uint32_t mrqc; in igc_rss_disable() local 828 mrqc = IGC_READ_REG(hw, IGC_MRQC); in igc_rss_disable() 829 mrqc &= ~IGC_MRQC_ENABLE_MASK; in igc_rss_disable() 830 IGC_WRITE_REG(hw, IGC_MRQC, mrqc); in igc_rss_disable() 837 uint32_t mrqc; in igc_hw_rss_hash_set() local 852 mrqc |= IGC_MRQC_RSS_FIELD_IPV4; in igc_hw_rss_hash_set() 854 mrqc |= IGC_MRQC_RSS_FIELD_IPV4_TCP; in igc_hw_rss_hash_set() 856 mrqc |= IGC_MRQC_RSS_FIELD_IPV6; in igc_hw_rss_hash_set() 858 mrqc |= IGC_MRQC_RSS_FIELD_IPV6_EX; in igc_hw_rss_hash_set() 860 mrqc |= IGC_MRQC_RSS_FIELD_IPV6_TCP; in igc_hw_rss_hash_set() [all …]
|
| H A D | igc_ethdev.c | 2352 uint32_t mrqc; in eth_igc_rss_hash_conf_get() local 2372 mrqc = IGC_READ_REG(hw, IGC_MRQC); in eth_igc_rss_hash_conf_get() 2373 if ((mrqc & IGC_MRQC_ENABLE_RSS_4Q) == 0) in eth_igc_rss_hash_conf_get() 2377 if (mrqc & IGC_MRQC_RSS_FIELD_IPV4) in eth_igc_rss_hash_conf_get() 2379 if (mrqc & IGC_MRQC_RSS_FIELD_IPV4_TCP) in eth_igc_rss_hash_conf_get() 2381 if (mrqc & IGC_MRQC_RSS_FIELD_IPV6) in eth_igc_rss_hash_conf_get() 2383 if (mrqc & IGC_MRQC_RSS_FIELD_IPV6_EX) in eth_igc_rss_hash_conf_get() 2385 if (mrqc & IGC_MRQC_RSS_FIELD_IPV6_TCP) in eth_igc_rss_hash_conf_get() 2387 if (mrqc & IGC_MRQC_RSS_FIELD_IPV6_TCP_EX) in eth_igc_rss_hash_conf_get() 2389 if (mrqc & IGC_MRQC_RSS_FIELD_IPV4_UDP) in eth_igc_rss_hash_conf_get() [all …]
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_rxtx.c | 2537 uint32_t mrqc; in ngbe_dev_rss_hash_update() local 2563 mrqc = rd32(hw, NGBE_RACTL); in ngbe_dev_rss_hash_update() 2564 mrqc &= ~NGBE_RACTL_RSSMASK; in ngbe_dev_rss_hash_update() 2566 mrqc |= NGBE_RACTL_RSSIPV4; in ngbe_dev_rss_hash_update() 2571 mrqc |= NGBE_RACTL_RSSIPV6; in ngbe_dev_rss_hash_update() 2582 mrqc |= NGBE_RACTL_RSSENA; in ngbe_dev_rss_hash_update() 2584 mrqc &= ~NGBE_RACTL_RSSENA; in ngbe_dev_rss_hash_update() 2586 wr32(hw, NGBE_RACTL, mrqc); in ngbe_dev_rss_hash_update() 2597 uint32_t mrqc; in ngbe_dev_rss_hash_conf_get() local 2616 mrqc = rd32(hw, NGBE_RACTL); in ngbe_dev_rss_hash_conf_get() [all …]
|