Searched refs:filter_work (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx_channels.c | 499 channel = container_of(dwork, struct efx_channel, filter_work); in efx_filter_rfs_expire() 534 INIT_DELAYED_WORK(&channel->filter_work, efx_filter_rfs_expire); in efx_alloc_channel() 613 INIT_DELAYED_WORK(&channel->filter_work, efx_filter_rfs_expire); in efx_copy_channel() 1233 mod_delayed_work(system_wq, &channel->filter_work, 0); in efx_poll()
|
H A D | net_driver.h | 462 * @filter_work: Work item for efx_filter_rfs_expire() 518 struct delayed_work filter_work; member
|
H A D | rx_common.c | 862 cancel_delayed_work_sync(&channel->filter_work); in efx_remove_filters()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | efx_channels.c | 519 channel = container_of(dwork, struct efx_channel, filter_work); in efx_filter_rfs_expire() 554 INIT_DELAYED_WORK(&channel->filter_work, efx_filter_rfs_expire); in efx_alloc_channel() 633 INIT_DELAYED_WORK(&channel->filter_work, efx_filter_rfs_expire); in efx_copy_channel() 1277 mod_delayed_work(system_wq, &channel->filter_work, 0); in efx_poll()
|
H A D | net_driver.h | 451 * @filter_work: Work item for efx_filter_rfs_expire() 509 struct delayed_work filter_work; member
|
H A D | rx_common.c | 847 cancel_delayed_work_sync(&channel->filter_work); in efx_remove_filters()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx_channels.c | 520 channel = container_of(dwork, struct efx_channel, filter_work); in efx_filter_rfs_expire() 556 INIT_DELAYED_WORK(&channel->filter_work, efx_filter_rfs_expire); in efx_alloc_channel() 636 INIT_DELAYED_WORK(&channel->filter_work, efx_filter_rfs_expire); in efx_copy_channel() 1302 mod_delayed_work(system_wq, &channel->filter_work, 0); in efx_poll()
|
H A D | net_driver.h | 461 * @filter_work: Work item for efx_filter_rfs_expire() 517 struct delayed_work filter_work; member
|
H A D | rx_common.c | 850 cancel_delayed_work_sync(&channel->filter_work); in efx_siena_remove_filters()
|
Completed in 20 milliseconds