Searched refs:phy_monitor_work (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/drivers/ethernet/phy/ |
| D | phy_ti_dp83825.c | 63 struct k_work_delayable phy_monitor_work; member 128 ret = k_work_reschedule(&data->phy_monitor_work, K_NO_WAIT); in phy_ti_dp83825_interrupt_handler() 378 k_work_cancel_delayable(&data->phy_monitor_work); in phy_ti_dp83825_cfg_link() 381 k_work_cancel_delayable(&data->phy_monitor_work); in phy_ti_dp83825_cfg_link() 449 k_work_reschedule(&data->phy_monitor_work, K_MSEC(CONFIG_PHY_MONITOR_PERIOD)); in phy_ti_dp83825_cfg_link() 452 k_work_reschedule(&data->phy_monitor_work, K_MSEC(CONFIG_PHY_MONITOR_PERIOD)); in phy_ti_dp83825_cfg_link() 476 CONTAINER_OF(dwork, struct ti_dp83825_data, phy_monitor_work); in phy_ti_dp83825_monitor_work_handler() 504 k_work_reschedule(&data->phy_monitor_work, K_MSEC(CONFIG_PHY_MONITOR_PERIOD)); in phy_ti_dp83825_monitor_work_handler() 507 k_work_reschedule(&data->phy_monitor_work, K_MSEC(CONFIG_PHY_MONITOR_PERIOD)); in phy_ti_dp83825_monitor_work_handler() 535 k_work_init_delayable(&data->phy_monitor_work, phy_ti_dp83825_monitor_work_handler); in phy_ti_dp83825_init() [all …]
|
| D | phy_realtek_rtl8211f.c | 79 struct k_work_delayable phy_monitor_work; member 300 k_work_cancel_delayable(&data->phy_monitor_work); in phy_rt_rtl8211f_cfg_link() 303 k_work_cancel_delayable(&data->phy_monitor_work); in phy_rt_rtl8211f_cfg_link() 376 k_work_reschedule(&data->phy_monitor_work, K_MSEC(CONFIG_PHY_MONITOR_PERIOD)); in phy_rt_rtl8211f_cfg_link() 379 k_work_reschedule(&data->phy_monitor_work, K_MSEC(CONFIG_PHY_MONITOR_PERIOD)); in phy_rt_rtl8211f_cfg_link() 434 ret = k_work_reschedule(&data->phy_monitor_work, K_NO_WAIT); in phy_rt_rtl8211f_interrupt_handler() 445 CONTAINER_OF(dwork, struct rt_rtl8211f_data, phy_monitor_work); in phy_rt_rtl8211f_monitor_work_handler() 473 k_work_reschedule(&data->phy_monitor_work, K_MSEC(CONFIG_PHY_MONITOR_PERIOD)); in phy_rt_rtl8211f_monitor_work_handler() 476 k_work_reschedule(&data->phy_monitor_work, K_MSEC(CONFIG_PHY_MONITOR_PERIOD)); in phy_rt_rtl8211f_monitor_work_handler() 554 k_work_init_delayable(&data->phy_monitor_work, phy_rt_rtl8211f_monitor_work_handler); in phy_rt_rtl8211f_init() [all …]
|
| D | phy_ti_dp83867.c | 62 struct k_work_delayable phy_monitor_work; member 127 ret = k_work_reschedule(&data->phy_monitor_work, K_NO_WAIT); in phy_ti_dp83867_interrupt_handler() 327 k_work_cancel_delayable(&data->phy_monitor_work); in phy_ti_dp83867_cfg_link() 330 k_work_cancel_delayable(&data->phy_monitor_work); in phy_ti_dp83867_cfg_link() 407 k_work_reschedule(&data->phy_monitor_work, K_MSEC(CONFIG_PHY_MONITOR_PERIOD)); in phy_ti_dp83867_cfg_link() 430 CONTAINER_OF(dwork, struct ti_dp83867_data, phy_monitor_work); in phy_ti_dp83867_monitor_work_handler() 461 k_work_reschedule(&data->phy_monitor_work, K_MSEC(CONFIG_PHY_MONITOR_PERIOD)); in phy_ti_dp83867_monitor_work_handler() 495 k_work_init_delayable(&data->phy_monitor_work, phy_ti_dp83867_monitor_work_handler); in phy_ti_dp83867_init() 521 phy_ti_dp83867_monitor_work_handler(&data->phy_monitor_work.work); in phy_ti_dp83867_init()
|
| D | phy_microchip_ksz8081.c | 59 struct k_work_delayable phy_monitor_work; member 352 k_work_cancel_delayable(&data->phy_monitor_work); in phy_mc_ksz8081_cfg_link() 426 k_work_reschedule(&data->phy_monitor_work, in phy_mc_ksz8081_cfg_link() 451 CONTAINER_OF(dwork, struct mc_ksz8081_data, phy_monitor_work); in phy_mc_ksz8081_monitor_work_handler() 466 k_work_reschedule(&data->phy_monitor_work, K_MSEC(CONFIG_PHY_MONITOR_PERIOD)); in phy_mc_ksz8081_monitor_work_handler() 513 k_work_init_delayable(&data->phy_monitor_work, in phy_mc_ksz8081_init()
|
| D | phy_microchip_t1s.c | 103 struct k_work_delayable phy_monitor_work; member 224 struct mc_t1s_data *const data = CONTAINER_OF(dwork, struct mc_t1s_data, phy_monitor_work); in phy_monitor_work_handler() 236 k_work_reschedule(&data->phy_monitor_work, K_MSEC(CONFIG_PHY_MONITOR_PERIOD)); in phy_monitor_work_handler() 528 k_work_init_delayable(&data->phy_monitor_work, phy_monitor_work_handler); in phy_mc_t1s_init() 529 phy_monitor_work_handler(&data->phy_monitor_work.work); in phy_mc_t1s_init()
|