Home
last modified time | relevance | path

Searched refs:ixgbe_mrqc_reg_get (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h666 uint32_t ixgbe_mrqc_reg_get(enum ixgbe_mac_type mac_type);
H A Dixgbe_rxtx.c3433 mrqc_reg = ixgbe_mrqc_reg_get(hw->mac.type); in ixgbe_rss_disable()
3450 mrqc_reg = ixgbe_mrqc_reg_get(hw->mac.type); in ixgbe_hw_rss_hash_set()
3505 mrqc_reg = ixgbe_mrqc_reg_get(hw->mac.type); in ixgbe_dev_rss_hash_update()
3544 mrqc_reg = ixgbe_mrqc_reg_get(hw->mac.type); in ixgbe_dev_rss_hash_conf_get()
H A Dixgbe_ethdev.c7391 ixgbe_mrqc_reg_get(enum ixgbe_mac_type mac_type) { in ixgbe_mrqc_reg_get() function