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

Function ixgbe_rssrk_reg_get

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

Source from the content-addressed store, hash-verified

7479}
7480
7481uint32_t
7482ixgbe_rssrk_reg_get(enum ixgbe_mac_type mac_type, uint8_t i) {
7483 switch (mac_type) {
7484 case ixgbe_mac_X550_vf:
7485 case ixgbe_mac_X550EM_x_vf:
7486 case ixgbe_mac_X550EM_a_vf:
7487 return IXGBE_VFRSSRK(i);
7488 default:
7489 return IXGBE_RSSRK(i);
7490 }
7491}
7492
7493bool
7494ixgbe_rss_update_sp(enum ixgbe_mac_type mac_type) {

Callers 2

ixgbe_hw_rss_hash_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected