Searched refs:rps_flow_id (Results 1 – 7 of 7) sorted by relevance
766 channel->rps_flow_id = in efx_probe_filters()768 sizeof(*channel->rps_flow_id), in efx_probe_filters()770 if (!channel->rps_flow_id) in efx_probe_filters()776 channel->rps_flow_id[i] = in efx_probe_filters()784 kfree(channel->rps_flow_id); in efx_probe_filters()785 channel->rps_flow_id = NULL; in efx_probe_filters()805 kfree(channel->rps_flow_id); in efx_remove_filters()806 channel->rps_flow_id = NULL; in efx_remove_filters()852 if (channel->rps_flow_id[rc] == RPS_FLOW_ID_INVALID) in efx_filter_rfs_work()854 channel->rps_flow_id[rc] = req->flow_id; in efx_filter_rfs_work()[all …]
547 u32 *rps_flow_id; member
755 channel->rps_flow_id = in efx_siena_probe_filters()757 sizeof(*channel->rps_flow_id), in efx_siena_probe_filters()759 if (!channel->rps_flow_id) in efx_siena_probe_filters()765 channel->rps_flow_id[i] = in efx_siena_probe_filters()773 kfree(channel->rps_flow_id); in efx_siena_probe_filters()793 kfree(channel->rps_flow_id); in efx_siena_remove_filters()794 channel->rps_flow_id = NULL; in efx_siena_remove_filters()842 if (channel->rps_flow_id[rc] == RPS_FLOW_ID_INVALID) in efx_filter_rfs_work()844 channel->rps_flow_id[rc] = req->flow_id; in efx_filter_rfs_work()1009 flow_id = channel->rps_flow_id[index]; in __efx_siena_filter_rfs_expire()[all …]
517 u32 *rps_flow_id; member
890 channel->rps_flow_id[rc] = flow_id; in ef4_filter_rfs()924 flow_id = channel->rps_flow_id[index]; in __ef4_filter_rfs_expire()931 channel->rps_flow_id[index] = RPS_FLOW_ID_INVALID; in __ef4_filter_rfs_expire()
1696 channel->rps_flow_id = in ef4_probe_filters()1698 sizeof(*channel->rps_flow_id), in ef4_probe_filters()1700 if (!channel->rps_flow_id) in ef4_probe_filters()1706 channel->rps_flow_id[i] = in ef4_probe_filters()1712 kfree(channel->rps_flow_id); in ef4_probe_filters()1733 kfree(channel->rps_flow_id); in ef4_remove_filters()
427 u32 *rps_flow_id; member
Completed in 36 milliseconds