Searched refs:lsi_event_callback (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/examples/link_status_interrupt/ |
| H A D | main.c | 440 lsi_event_callback(uint16_t port_id, enum rte_eth_event_type type, void *param, in lsi_event_callback() function 650 RTE_ETH_EVENT_INTR_LSC, lsi_event_callback, NULL); in main()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | link_status_intr.rst | 157 lsi_event_callback(uint16_t port_id, enum rte_eth_event_type type, void *param) 187 The application registers the lsi_event_callback and a NULL parameter to the link status interrupt … 191 … rte_eth_dev_callback_register((uint8_t)portid, RTE_ETH_EVENT_INTR_LSC, lsi_event_callback, NULL);
|