Searched refs:rps_flow_id (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | rx_common.c | 823 channel->rps_flow_id = in efx_probe_filters() 825 sizeof(*channel->rps_flow_id), in efx_probe_filters() 827 if (!channel->rps_flow_id) in efx_probe_filters() 833 channel->rps_flow_id[i] = in efx_probe_filters() 841 kfree(channel->rps_flow_id); in efx_probe_filters() 842 channel->rps_flow_id = NULL; in efx_probe_filters() 863 kfree(channel->rps_flow_id); in efx_remove_filters() 864 channel->rps_flow_id = NULL; in efx_remove_filters() 912 if (channel->rps_flow_id[rc] == RPS_FLOW_ID_INVALID) in efx_filter_rfs_work() 914 channel->rps_flow_id[r in efx_filter_rfs_work() [all...] |
H A D | net_driver.h | 456 * equals the count of @rps_flow_id slots filled 463 * @rps_flow_id: Flow IDs of filters allocated for accelerated RFS, 520 u32 *rps_flow_id; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | rx_common.c | 809 channel->rps_flow_id = in efx_probe_filters() 811 sizeof(*channel->rps_flow_id), in efx_probe_filters() 813 if (!channel->rps_flow_id) in efx_probe_filters() 819 channel->rps_flow_id[i] = in efx_probe_filters() 827 kfree(channel->rps_flow_id); in efx_probe_filters() 828 channel->rps_flow_id = NULL; in efx_probe_filters() 848 kfree(channel->rps_flow_id); in efx_remove_filters() 849 channel->rps_flow_id = NULL; in efx_remove_filters() 895 if (channel->rps_flow_id[rc] == RPS_FLOW_ID_INVALID) in efx_filter_rfs_work() 897 channel->rps_flow_id[r in efx_filter_rfs_work() [all...] |
H A D | net_driver.h | 445 * equals the count of @rps_flow_id slots filled 452 * @rps_flow_id: Flow IDs of filters allocated for accelerated RFS, 511 u32 *rps_flow_id; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | rx_common.c | 813 channel->rps_flow_id = in efx_siena_probe_filters() 815 sizeof(*channel->rps_flow_id), in efx_siena_probe_filters() 817 if (!channel->rps_flow_id) in efx_siena_probe_filters() 823 channel->rps_flow_id[i] = in efx_siena_probe_filters() 831 kfree(channel->rps_flow_id); in efx_siena_probe_filters() 851 kfree(channel->rps_flow_id); in efx_siena_remove_filters() 852 channel->rps_flow_id = NULL; in efx_siena_remove_filters() 900 if (channel->rps_flow_id[rc] == RPS_FLOW_ID_INVALID) in efx_filter_rfs_work() 902 channel->rps_flow_id[rc] = req->flow_id; in efx_filter_rfs_work() 1066 flow_id = channel->rps_flow_id[inde in __efx_siena_filter_rfs_expire() [all...] |
H A D | net_driver.h | 455 * equals the count of @rps_flow_id slots filled 462 * @rps_flow_id: Flow IDs of filters allocated for accelerated RFS, 519 u32 *rps_flow_id; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | rx.c | 887 channel->rps_flow_id[rc] = flow_id; in ef4_filter_rfs() 921 flow_id = channel->rps_flow_id[index]; in __ef4_filter_rfs_expire() 928 channel->rps_flow_id[index] = RPS_FLOW_ID_INVALID; in __ef4_filter_rfs_expire()
|
H A D | efx.c | 1706 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()
|
H A D | net_driver.h | 384 * @rps_flow_id: Flow IDs of filters allocated for accelerated RFS, 427 u32 *rps_flow_id; member 743 * @rps_expire_channel's @rps_flow_id
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | rx.c | 889 channel->rps_flow_id[rc] = flow_id; in ef4_filter_rfs() 923 flow_id = channel->rps_flow_id[index]; in __ef4_filter_rfs_expire() 930 channel->rps_flow_id[index] = RPS_FLOW_ID_INVALID; in __ef4_filter_rfs_expire()
|
H A D | efx.c | 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()
|
H A D | net_driver.h | 384 * @rps_flow_id: Flow IDs of filters allocated for accelerated RFS, 427 u32 *rps_flow_id; member 743 * @rps_expire_channel's @rps_flow_id
|
Completed in 28 milliseconds