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

Function atl_dev_reset

dpdk/drivers/net/atlantic/atl_ethdev.c:715–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715static int
716atl_dev_reset(struct rte_eth_dev *dev)
717{
718 int ret;
719
720 ret = atl_dev_close(dev);
721 if (ret)
722 return ret;
723
724 ret = eth_atl_dev_init(dev);
725
726 return ret;
727}
728
729static int
730atl_dev_configure_macsec(struct rte_eth_dev *dev)

Callers

nothing calls this directly

Calls 2

atl_dev_closeFunction · 0.85
eth_atl_dev_initFunction · 0.85

Tested by

no test coverage detected