Home
last modified time | relevance | path

Searched refs:rps_flow_id (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/ethernet/sfc/
H A Drx_common.c769 channel->rps_flow_id = in efx_probe_filters()
771 sizeof(*channel->rps_flow_id), in efx_probe_filters()
773 if (!channel->rps_flow_id) in efx_probe_filters()
779 channel->rps_flow_id[i] = in efx_probe_filters()
787 kfree(channel->rps_flow_id); in efx_probe_filters()
788 channel->rps_flow_id = NULL; in efx_probe_filters()
808 kfree(channel->rps_flow_id); in efx_remove_filters()
809 channel->rps_flow_id = NULL; in efx_remove_filters()
855 if (channel->rps_flow_id[rc] == RPS_FLOW_ID_INVALID) in efx_filter_rfs_work()
857 channel->rps_flow_id[rc] = req->flow_id; in efx_filter_rfs_work()
[all …]
H A Dnet_driver.h549 u32 *rps_flow_id; member
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Drx_common.c758 channel->rps_flow_id = in efx_siena_probe_filters()
760 sizeof(*channel->rps_flow_id), in efx_siena_probe_filters()
762 if (!channel->rps_flow_id) in efx_siena_probe_filters()
768 channel->rps_flow_id[i] = in efx_siena_probe_filters()
776 kfree(channel->rps_flow_id); in efx_siena_probe_filters()
796 kfree(channel->rps_flow_id); in efx_siena_remove_filters()
797 channel->rps_flow_id = NULL; in efx_siena_remove_filters()
845 if (channel->rps_flow_id[rc] == RPS_FLOW_ID_INVALID) in efx_filter_rfs_work()
847 channel->rps_flow_id[rc] = req->flow_id; in efx_filter_rfs_work()
1012 flow_id = channel->rps_flow_id[index]; in __efx_siena_filter_rfs_expire()
[all …]
H A Dnet_driver.h519 u32 *rps_flow_id; member
/linux-6.15/drivers/net/ethernet/sfc/falcon/
H A Drx.c889 channel->rps_flow_id[rc] = flow_id; in ef4_filter_rfs()
923 flow_id = channel->rps_flow_id[index]; in __ef4_filter_rfs_expire()
930 channel->rps_flow_id[index] = RPS_FLOW_ID_INVALID; in __ef4_filter_rfs_expire()
H A Defx.c1696 channel->rps_flow_id = in ef4_probe_filters()
1698 sizeof(*channel->rps_flow_id), in ef4_probe_filters()
1700 if (!channel->rps_flow_id) in ef4_probe_filters()
1706 channel->rps_flow_id[i] = in ef4_probe_filters()
1712 kfree(channel->rps_flow_id); in ef4_probe_filters()
1733 kfree(channel->rps_flow_id); in ef4_remove_filters()
H A Dnet_driver.h427 u32 *rps_flow_id; member