Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Drx.c916 efx->rps_flow_id[rc] = flow_id; in efx_filter_rfs()
949 flow_id = efx->rps_flow_id[index]; in __efx_filter_rfs_expire()
Defx.c1732 efx->rps_flow_id = kcalloc(efx->type->max_rx_ip_filters, in efx_probe_filters()
1733 sizeof(*efx->rps_flow_id), in efx_probe_filters()
1735 if (!efx->rps_flow_id) { in efx_probe_filters()
1750 kfree(efx->rps_flow_id); in efx_remove_filters()
Dnet_driver.h1036 u32 *rps_flow_id; member