Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Drx_common.c823 channel->rps_flow_id = in efx_probe_filters()
825 sizeof(*channel->rps_flow_id), in efx_probe_filters()
827 if (!channel->rps_flow_id) in efx_probe_filters()
833 channel->rps_flow_id[i] = in efx_probe_filters()
841 kfree(channel->rps_flow_id); in efx_probe_filters()
861 kfree(channel->rps_flow_id); in efx_remove_filters()
862 channel->rps_flow_id = NULL; in efx_remove_filters()
910 if (channel->rps_flow_id[rc] == RPS_FLOW_ID_INVALID) in efx_filter_rfs_work()
912 channel->rps_flow_id[rc] = req->flow_id; in efx_filter_rfs_work()
1074 flow_id = channel->rps_flow_id[index]; in __efx_filter_rfs_expire()
[all …]
Dnet_driver.h520 u32 *rps_flow_id; member
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
Drx.c887 channel->rps_flow_id[rc] = flow_id; in ef4_filter_rfs()
921 flow_id = channel->rps_flow_id[index]; in __ef4_filter_rfs_expire()
928 channel->rps_flow_id[index] = RPS_FLOW_ID_INVALID; in __ef4_filter_rfs_expire()
Defx.c1706 channel->rps_flow_id = in ef4_probe_filters()
1708 sizeof(*channel->rps_flow_id), in ef4_probe_filters()
1710 if (!channel->rps_flow_id) in ef4_probe_filters()
1716 channel->rps_flow_id[i] = in ef4_probe_filters()
1722 kfree(channel->rps_flow_id); in ef4_probe_filters()
1743 kfree(channel->rps_flow_id); in ef4_remove_filters()
Dnet_driver.h427 u32 *rps_flow_id; member