Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_intr.c2421 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 Dhns3_ethdev.h383 void (*reset_service)(void *arg); member
H A Dhns3_ethdev_vf.c2293 .reset_service = hns3vf_reset_service,
H A Dhns3_ethdev.c6567 .reset_service = hns3_reset_service,