Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/sfc/
Drx_common.c812 channel->rps_flow_id = in efx_probe_filters()
814 sizeof(*channel->rps_flow_id), in efx_probe_filters()
816 if (!channel->rps_flow_id) in efx_probe_filters()
822 channel->rps_flow_id[i] = in efx_probe_filters()
830 kfree(channel->rps_flow_id); in efx_probe_filters()
850 kfree(channel->rps_flow_id); in efx_remove_filters()
851 channel->rps_flow_id = NULL; in efx_remove_filters()
899 if (channel->rps_flow_id[rc] == RPS_FLOW_ID_INVALID) in efx_filter_rfs_work()
901 channel->rps_flow_id[rc] = req->flow_id; in efx_filter_rfs_work()
1063 flow_id = channel->rps_flow_id[index]; in __efx_filter_rfs_expire()
[all …]
Dnet_driver.h520 u32 *rps_flow_id; member
/Linux-v5.10/drivers/net/ethernet/sfc/falcon/
Drx.c879 channel->rps_flow_id[rc] = flow_id; in ef4_filter_rfs()
913 flow_id = channel->rps_flow_id[index]; in __ef4_filter_rfs_expire()
920 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