Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1729 efx->rps_flow_id = kcalloc(efx->type->max_rx_ip_filters, in efx_probe_filters()
1730 sizeof(*efx->rps_flow_id), in efx_probe_filters()
1732 if (!efx->rps_flow_id) { in efx_probe_filters()
1747 kfree(efx->rps_flow_id); in efx_remove_filters()
Dnet_driver.h1036 u32 *rps_flow_id; member