Searched refs:reset_service (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_intr.c | 2421 rte_eal_alarm_cancel(hw->reset.ops->reset_service, hns); in hns3_schedule_reset() 2426 rte_eal_alarm_set(SWITCH_CONTEXT_US, hw->reset.ops->reset_service, hns); in hns3_schedule_reset() 2446 rte_eal_alarm_set(DEFERRED_SCHED_US, hw->reset.ops->reset_service, hns); in hns3_schedule_delayed_reset() 2710 hw->reset.ops->reset_service, hns); in hns3_reset_post() 2765 hw->reset.ops->reset_service, hns); in hns3_reset_post() 2901 rte_eal_alarm_cancel(hw->reset.ops->reset_service, hns); in hns3_reset_abort()
|
| H A D | hns3_ethdev.h | 383 void (*reset_service)(void *arg); member
|
| H A D | hns3_ethdev_vf.c | 2293 .reset_service = hns3vf_reset_service,
|
| H A D | hns3_ethdev.c | 6567 .reset_service = hns3_reset_service,
|