| 7467 | } |
| 7468 | |
| 7469 | uint32_t |
| 7470 | ixgbe_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 | |
| 7481 | uint32_t |
| 7482 | ixgbe_rssrk_reg_get(enum ixgbe_mac_type mac_type, uint8_t i) { |
no outgoing calls
no test coverage detected