Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/sfc/
Drx_common.c806 channel->rps_flow_id = in efx_probe_filters()
808 sizeof(*channel->rps_flow_id), in efx_probe_filters()
810 if (!channel->rps_flow_id) in efx_probe_filters()
816 channel->rps_flow_id[i] = in efx_probe_filters()
824 kfree(channel->rps_flow_id); in efx_probe_filters()
843 kfree(channel->rps_flow_id); in efx_remove_filters()
844 channel->rps_flow_id = NULL; in efx_remove_filters()
890 if (channel->rps_flow_id[rc] == RPS_FLOW_ID_INVALID) in efx_filter_rfs_work()
892 channel->rps_flow_id[rc] = req->flow_id; in efx_filter_rfs_work()
1054 flow_id = channel->rps_flow_id[index]; in __efx_filter_rfs_expire()
[all …]
Dnet_driver.h523 u32 *rps_flow_id; member
/Linux-v6.1/drivers/net/ethernet/sfc/siena/
Drx_common.c813 channel->rps_flow_id = in efx_siena_probe_filters()
815 sizeof(*channel->rps_flow_id), in efx_siena_probe_filters()
817 if (!channel->rps_flow_id) in efx_siena_probe_filters()
823 channel->rps_flow_id[i] = in efx_siena_probe_filters()
831 kfree(channel->rps_flow_id); in efx_siena_probe_filters()
851 kfree(channel->rps_flow_id); in efx_siena_remove_filters()
852 channel->rps_flow_id = NULL; in efx_siena_remove_filters()
900 if (channel->rps_flow_id[rc] == RPS_FLOW_ID_INVALID) in efx_filter_rfs_work()
902 channel->rps_flow_id[rc] = req->flow_id; in efx_filter_rfs_work()
1066 flow_id = channel->rps_flow_id[index]; in __efx_siena_filter_rfs_expire()
[all …]
Dnet_driver.h519 u32 *rps_flow_id; member
/Linux-v6.1/drivers/net/ethernet/sfc/falcon/
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()
Defx.c1697 channel->rps_flow_id = in ef4_probe_filters()
1699 sizeof(*channel->rps_flow_id), in ef4_probe_filters()
1701 if (!channel->rps_flow_id) in ef4_probe_filters()
1707 channel->rps_flow_id[i] = in ef4_probe_filters()
1713 kfree(channel->rps_flow_id); in ef4_probe_filters()
1734 kfree(channel->rps_flow_id); in ef4_remove_filters()
Dnet_driver.h427 u32 *rps_flow_id; member