Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Drx.c877 channel->rps_flow_id[rc] = flow_id; in ef4_filter_rfs()
911 flow_id = channel->rps_flow_id[index]; in __ef4_filter_rfs_expire()
918 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
/Linux-v5.4/drivers/net/ethernet/sfc/
Drx.c865 channel->rps_flow_id[rc] = req->flow_id; in efx_filter_rfs_work()
1006 flow_id = channel->rps_flow_id[index]; in __efx_filter_rfs_expire()
1013 channel->rps_flow_id[index] = RPS_FLOW_ID_INVALID; in __efx_filter_rfs_expire()
Defx.c1839 channel->rps_flow_id = in efx_probe_filters()
1841 sizeof(*channel->rps_flow_id), in efx_probe_filters()
1843 if (!channel->rps_flow_id) in efx_probe_filters()
1849 channel->rps_flow_id[i] = in efx_probe_filters()
1855 kfree(channel->rps_flow_id); in efx_probe_filters()
1876 kfree(channel->rps_flow_id); in efx_remove_filters()
Dnet_driver.h479 u32 *rps_flow_id; member