Searched refs:mrqc (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | igb_rxtx.c | 1934 uint32_t mrqc; in igb_rss_disable() local 1938 mrqc &= ~E1000_MRQC_ENABLE_MASK; in igb_rss_disable() 1947 uint32_t mrqc; in igb_hw_rss_hash_set() local 1967 mrqc |= E1000_MRQC_RSS_FIELD_IPV4; in igb_hw_rss_hash_set() 1971 mrqc |= E1000_MRQC_RSS_FIELD_IPV6; in igb_hw_rss_hash_set() 1992 uint32_t mrqc; in eth_igb_rss_hash_update() local 2023 uint32_t mrqc; in eth_igb_rss_hash_conf_get() local 2149 uint32_t mrqc, vt_ctl, vmolr, rctl; in igb_vmdq_rx_hw_configure() local 2170 mrqc |= E1000_MRQC_ENABLE_VMDQ; in igb_vmdq_rx_hw_configure() 2282 uint32_t mrqc; in igb_dev_mq_rx_configure() local [all …]
|
| /f-stack/dpdk/drivers/net/fm10k/ |
| H A D | fm10k_ethdev.c | 501 uint32_t mrqc, *key, i, reta, j; in fm10k_dev_rss_configure() local 549 mrqc = 0; in fm10k_dev_rss_configure() 550 mrqc |= (hf & ETH_RSS_IPV4) ? FM10K_MRQC_IPV4 : 0; in fm10k_dev_rss_configure() 560 if (mrqc == 0) { in fm10k_dev_rss_configure() 566 FM10K_WRITE_REG(hw, FM10K_MRQC(0), mrqc); in fm10k_dev_rss_configure() 2188 uint32_t mrqc; in fm10k_rss_hash_update() local 2201 mrqc = 0; in fm10k_rss_hash_update() 2213 if (mrqc == 0) in fm10k_rss_hash_update() 2220 FM10K_WRITE_REG(hw, FM10K_MRQC(0), mrqc); in fm10k_rss_hash_update() 2231 uint32_t mrqc; in fm10k_rss_hash_conf_get() local [all …]
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 2784 uint32_t mrqc; in txgbe_dev_rss_hash_update() local 2809 mrqc = rd32(hw, TXGBE_RACTL); in txgbe_dev_rss_hash_update() 2810 mrqc &= ~TXGBE_RACTL_RSSMASK; in txgbe_dev_rss_hash_update() 2812 mrqc |= TXGBE_RACTL_RSSIPV4; in txgbe_dev_rss_hash_update() 2817 mrqc |= TXGBE_RACTL_RSSIPV6; in txgbe_dev_rss_hash_update() 2828 mrqc |= TXGBE_RACTL_RSSENA; in txgbe_dev_rss_hash_update() 2830 mrqc &= ~TXGBE_RACTL_RSSENA; in txgbe_dev_rss_hash_update() 2832 wr32(hw, TXGBE_RACTL, mrqc); in txgbe_dev_rss_hash_update() 2843 uint32_t mrqc; in txgbe_dev_rss_hash_conf_get() local 3753 uint32_t mrqc; in txgbe_config_vf_rss() local [all …]
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_rxtx.c | 3429 uint32_t mrqc; in ixgbe_rss_disable() local 3435 mrqc &= ~IXGBE_MRQC_RSSEN; in ixgbe_rss_disable() 3443 uint32_t mrqc; in ixgbe_hw_rss_hash_set() local 3494 uint32_t mrqc; in ixgbe_dev_rss_hash_update() local 3536 uint32_t mrqc; in ixgbe_dev_rss_hash_conf_get() local 4326 uint32_t mrqc, vt_ctl, vlanctrl; in ixgbe_vmdq_rx_hw_configure() local 4338 mrqc = IXGBE_MRQC_VMDQEN; in ixgbe_vmdq_rx_hw_configure() 4477 uint32_t mrqc; in ixgbe_config_vf_rss() local 4485 mrqc &= ~IXGBE_MRQC_MRQE_MASK; in ixgbe_config_vf_rss() 4488 mrqc |= IXGBE_MRQC_VMDQRSS64EN; in ixgbe_config_vf_rss() [all …]
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_txrx.c | 843 uint32_t mrqc; in igc_rss_disable() local 845 mrqc = IGC_READ_REG(hw, IGC_MRQC); in igc_rss_disable() 846 mrqc &= ~IGC_MRQC_ENABLE_MASK; in igc_rss_disable() 847 IGC_WRITE_REG(hw, IGC_MRQC, mrqc); in igc_rss_disable() 854 uint32_t mrqc; in igc_hw_rss_hash_set() local 869 mrqc |= IGC_MRQC_RSS_FIELD_IPV4; in igc_hw_rss_hash_set() 871 mrqc |= IGC_MRQC_RSS_FIELD_IPV4_TCP; in igc_hw_rss_hash_set() 873 mrqc |= IGC_MRQC_RSS_FIELD_IPV6; in igc_hw_rss_hash_set() 875 mrqc |= IGC_MRQC_RSS_FIELD_IPV6_EX; in igc_hw_rss_hash_set() 877 mrqc |= IGC_MRQC_RSS_FIELD_IPV6_TCP; in igc_hw_rss_hash_set() [all …]
|
| H A D | igc_ethdev.c | 2370 uint32_t mrqc; in eth_igc_rss_hash_conf_get() local 2390 mrqc = IGC_READ_REG(hw, IGC_MRQC); in eth_igc_rss_hash_conf_get() 2391 if ((mrqc & IGC_MRQC_ENABLE_RSS_4Q) == 0) in eth_igc_rss_hash_conf_get() 2395 if (mrqc & IGC_MRQC_RSS_FIELD_IPV4) in eth_igc_rss_hash_conf_get() 2397 if (mrqc & IGC_MRQC_RSS_FIELD_IPV4_TCP) in eth_igc_rss_hash_conf_get() 2399 if (mrqc & IGC_MRQC_RSS_FIELD_IPV6) in eth_igc_rss_hash_conf_get() 2401 if (mrqc & IGC_MRQC_RSS_FIELD_IPV6_EX) in eth_igc_rss_hash_conf_get() 2403 if (mrqc & IGC_MRQC_RSS_FIELD_IPV6_TCP) in eth_igc_rss_hash_conf_get() 2405 if (mrqc & IGC_MRQC_RSS_FIELD_IPV6_TCP_EX) in eth_igc_rss_hash_conf_get() 2407 if (mrqc & IGC_MRQC_RSS_FIELD_IPV4_UDP) in eth_igc_rss_hash_conf_get() [all …]
|