Searched refs:filter_work (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | efx_channels.c | 518 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() 634 INIT_DELAYED_WORK(&channel->filter_work, efx_filter_rfs_expire); in efx_copy_channel() 1300 mod_delayed_work(system_wq, &channel->filter_work, 0); in efx_poll()
|
D | net_driver.h | 517 struct delayed_work filter_work; member
|
D | rx_common.c | 850 cancel_delayed_work_sync(&channel->filter_work); in efx_siena_remove_filters()
|
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | efx_channels.c | 517 channel = container_of(dwork, struct efx_channel, filter_work); in efx_filter_rfs_expire() 552 INIT_DELAYED_WORK(&channel->filter_work, efx_filter_rfs_expire); in efx_alloc_channel() 631 INIT_DELAYED_WORK(&channel->filter_work, efx_filter_rfs_expire); in efx_copy_channel() 1296 mod_delayed_work(system_wq, &channel->filter_work, 0); in efx_poll()
|
D | net_driver.h | 521 struct delayed_work filter_work; member
|
D | rx_common.c | 842 cancel_delayed_work_sync(&channel->filter_work); in efx_remove_filters()
|