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

Function atl_dev_lsc_interrupt_setup

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

Source from the content-addressed store, hash-verified

1277 */
1278
1279static int
1280atl_dev_lsc_interrupt_setup(struct rte_eth_dev *dev, uint8_t on __rte_unused)
1281{
1282 atl_dev_link_status_print(dev);
1283 return 0;
1284}
1285
1286static int
1287atl_dev_rxq_interrupt_setup(struct rte_eth_dev *dev __rte_unused)

Callers 1

atl_dev_startFunction · 0.85

Calls 1

Tested by

no test coverage detected