Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Drx_common.c764 channel->rps_flow_id = in efx_probe_filters()
766 sizeof(*channel->rps_flow_id), in efx_probe_filters()
768 if (!channel->rps_flow_id) in efx_probe_filters()
774 channel->rps_flow_id[i] = in efx_probe_filters()
782 kfree(channel->rps_flow_id); in efx_probe_filters()
783 channel->rps_flow_id = NULL; in efx_probe_filters()
803 kfree(channel->rps_flow_id); in efx_remove_filters()
804 channel->rps_flow_id = NULL; in efx_remove_filters()
850 if (channel->rps_flow_id[rc] == RPS_FLOW_ID_INVALID) in efx_filter_rfs_work()
852 channel->rps_flow_id[rc] = req->flow_id; in efx_filter_rfs_work()
[all …]
H A Dnet_driver.h547 u32 *rps_flow_id; member
/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.c753 channel->rps_flow_id = in efx_siena_probe_filters()
755 sizeof(*channel->rps_flow_id), in efx_siena_probe_filters()
757 if (!channel->rps_flow_id) in efx_siena_probe_filters()
763 channel->rps_flow_id[i] = in efx_siena_probe_filters()
771 kfree(channel->rps_flow_id); in efx_siena_probe_filters()
791 kfree(channel->rps_flow_id); in efx_siena_remove_filters()
792 channel->rps_flow_id = NULL; in efx_siena_remove_filters()
840 if (channel->rps_flow_id[rc] == RPS_FLOW_ID_INVALID) in efx_filter_rfs_work()
842 channel->rps_flow_id[rc] = req->flow_id; in efx_filter_rfs_work()
1007 flow_id = channel->rps_flow_id[index]; in __efx_siena_filter_rfs_expire()
[all …]
H A Dnet_driver.h517 u32 *rps_flow_id; member
/linux/drivers/net/ethernet/sfc/falcon/
H A Drx.c888 channel->rps_flow_id[rc] = flow_id; in ef4_filter_rfs()
922 flow_id = channel->rps_flow_id[index]; in __ef4_filter_rfs_expire()
929 channel->rps_flow_id[index] = RPS_FLOW_ID_INVALID; in __ef4_filter_rfs_expire()
H A Defx.c1695 channel->rps_flow_id = in ef4_probe_filters()
1697 sizeof(*channel->rps_flow_id), in ef4_probe_filters()
1699 if (!channel->rps_flow_id) in ef4_probe_filters()
1705 channel->rps_flow_id[i] = in ef4_probe_filters()
1711 kfree(channel->rps_flow_id); in ef4_probe_filters()
1732 kfree(channel->rps_flow_id); in ef4_remove_filters()