Searched refs:link_chg_task (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.c | 101 schedule_work(&adapter->link_chg_task); in atlx_check_for_link() 201 adapter = container_of(work, struct atlx_adapter, link_chg_task); in atlx_link_chg_task()
|
H A D | atl2.h | 446 struct work_struct link_chg_task; member
|
H A D | atl1.h | 755 struct work_struct link_chg_task; member
|
H A D | atl2.c | 567 schedule_work(&adapter->link_chg_task); in atl2_check_for_link() 1245 adapter = container_of(work, struct atl2_adapter, link_chg_task); in atl2_link_chg_task() 1421 INIT_WORK(&adapter->link_chg_task, atl2_link_chg_task); in atl2_probe() 1474 cancel_work_sync(&adapter->link_chg_task); in atl2_remove()
|
H A D | atl1.c | 3055 INIT_WORK(&adapter->link_chg_task, atlx_link_chg_task); in atl1_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.c | 101 schedule_work(&adapter->link_chg_task); in atlx_check_for_link() 201 adapter = container_of(work, struct atlx_adapter, link_chg_task); in atlx_link_chg_task()
|
H A D | atl2.h | 446 struct work_struct link_chg_task; member
|
H A D | atl1.h | 755 struct work_struct link_chg_task; member
|
H A D | atl2.c | 567 schedule_work(&adapter->link_chg_task); in atl2_check_for_link() 1245 adapter = container_of(work, struct atl2_adapter, link_chg_task); in atl2_link_chg_task() 1421 INIT_WORK(&adapter->link_chg_task, atl2_link_chg_task); in atl2_probe() 1474 cancel_work_sync(&adapter->link_chg_task); in atl2_remove()
|
H A D | atl1.c | 3057 INIT_WORK(&adapter->link_chg_task, atlx_link_chg_task); in atl1_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 435 struct work_struct link_chg_task; member
|
H A D | atl1e_main.c | 204 adapter = container_of(work, struct atl1e_adapter, link_chg_task); in atl1e_link_chg_task() 230 schedule_work(&adapter->link_chg_task); in atl1e_link_chg_event() 241 cancel_work_sync(&adapter->link_chg_task); in atl1e_cancel_work() 2405 INIT_WORK(&adapter->link_chg_task, atl1e_link_chg_task); in atl1e_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 435 struct work_struct link_chg_task; member
|
H A D | atl1e_main.c | 204 adapter = container_of(work, struct atl1e_adapter, link_chg_task); in atl1e_link_chg_task() 230 schedule_work(&adapter->link_chg_task); in atl1e_link_chg_event() 241 cancel_work_sync(&adapter->link_chg_task); in atl1e_cancel_work() 2403 INIT_WORK(&adapter->link_chg_task, atl1e_link_chg_task); in atl1e_probe()
|
Completed in 30 milliseconds