| 7491 | } |
| 7492 | |
| 7493 | bool |
| 7494 | ixgbe_rss_update_sp(enum ixgbe_mac_type mac_type) { |
| 7495 | switch (mac_type) { |
| 7496 | case ixgbe_mac_82599_vf: |
| 7497 | case ixgbe_mac_X540_vf: |
| 7498 | return 0; |
| 7499 | default: |
| 7500 | return 1; |
| 7501 | } |
| 7502 | } |
| 7503 | |
| 7504 | static int |
| 7505 | ixgbe_dev_get_dcb_info(struct rte_eth_dev *dev, |
no outgoing calls
no test coverage detected