Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Drx.c883 channel->rps_flow_id[rc] = flow_id; in ef4_filter_rfs()
917 flow_id = channel->rps_flow_id[index]; in __ef4_filter_rfs_expire()
924 channel->rps_flow_id[index] = RPS_FLOW_ID_INVALID; in __ef4_filter_rfs_expire()
Defx.c1709 channel->rps_flow_id = in ef4_probe_filters()
1711 sizeof(*channel->rps_flow_id), in ef4_probe_filters()
1713 if (!channel->rps_flow_id) in ef4_probe_filters()
1719 channel->rps_flow_id[i] = in ef4_probe_filters()
1725 kfree(channel->rps_flow_id); in ef4_probe_filters()
1746 kfree(channel->rps_flow_id); in ef4_remove_filters()
Dnet_driver.h430 u32 *rps_flow_id; member
/Linux-v4.19/drivers/net/ethernet/sfc/
Drx.c872 channel->rps_flow_id[rc] = req->flow_id; in efx_filter_rfs_work()
1013 flow_id = channel->rps_flow_id[index]; in __efx_filter_rfs_expire()
1020 channel->rps_flow_id[index] = RPS_FLOW_ID_INVALID; in __efx_filter_rfs_expire()
Defx.c1842 channel->rps_flow_id = in efx_probe_filters()
1844 sizeof(*channel->rps_flow_id), in efx_probe_filters()
1846 if (!channel->rps_flow_id) in efx_probe_filters()
1852 channel->rps_flow_id[i] = in efx_probe_filters()
1858 kfree(channel->rps_flow_id); in efx_probe_filters()
1879 kfree(channel->rps_flow_id); in efx_remove_filters()
Dnet_driver.h482 u32 *rps_flow_id; member