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

Function ionic_dev_configure

dpdk/drivers/net/ionic/ionic_ethdev.c:823–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821}
822
823static int
824ionic_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
835static inline uint32_t
836ionic_parse_link_speeds(uint16_t link_speeds)

Callers

nothing calls this directly

Calls 1

ionic_lif_configureFunction · 0.85

Tested by

no test coverage detected