Home
last modified time | relevance | path

Searched refs:reset_service (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_intr.c1793 rte_eal_alarm_cancel(hw->reset.ops->reset_service, hns); in hns3_schedule_reset()
1796 rte_eal_alarm_set(SWITCH_CONTEXT_US, hw->reset.ops->reset_service, hns); in hns3_schedule_reset()
1814 rte_eal_alarm_set(DEFERRED_SCHED_US, hw->reset.ops->reset_service, hns); in hns3_schedule_delayed_reset()
2078 hw->reset.ops->reset_service, hns); in hns3_reset_post()
2134 hw->reset.ops->reset_service, hns); in hns3_reset_post()
2261 rte_eal_alarm_cancel(hw->reset.ops->reset_service, hns); in hns3_reset_abort()
H A Dhns3_ethdev.h333 void (*reset_service)(void *arg); member
H A Dhns3_ethdev_vf.c2711 .reset_service = hns3vf_reset_service,
H A Dhns3_ethdev.c6070 .reset_service = hns3_reset_service,