MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ixgbe_mrqc_reg_get

Function ixgbe_mrqc_reg_get

dpdk/drivers/net/ixgbe/ixgbe_ethdev.c:7469–7479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7467}
7468
7469uint32_t
7470ixgbe_mrqc_reg_get(enum ixgbe_mac_type mac_type) {
7471 switch (mac_type) {
7472 case ixgbe_mac_X550_vf:
7473 case ixgbe_mac_X550EM_x_vf:
7474 case ixgbe_mac_X550EM_a_vf:
7475 return IXGBE_VFMRQC;
7476 default:
7477 return IXGBE_MRQC;
7478 }
7479}
7480
7481uint32_t
7482ixgbe_rssrk_reg_get(enum ixgbe_mac_type mac_type, uint8_t i) {

Callers 4

ixgbe_mrqc_rss_removeFunction · 0.85
ixgbe_rss_enabledFunction · 0.85
ixgbe_hw_rss_hash_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected