| 821 | } |
| 822 | |
| 823 | static int |
| 824 | ionic_dev_configure(struct rte_eth_dev *eth_dev) |
| 825 | { |
| 826 | struct ionic_lif *lif = IONIC_ETH_DEV_TO_LIF(eth_dev); |
| 827 | |
| 828 | IONIC_PRINT_CALL(); |
| 829 | |
| 830 | ionic_lif_configure(lif); |
| 831 | |
| 832 | return 0; |
| 833 | } |
| 834 | |
| 835 | static inline uint32_t |
| 836 | ionic_parse_link_speeds(uint16_t link_speeds) |
nothing calls this directly
no test coverage detected