Searched refs:efx_arfs_rule (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | rx_common.h | 93 bool efx_rps_check_rule(struct efx_arfs_rule *rule, unsigned int filter_idx, 95 struct efx_arfs_rule *efx_rps_hash_find(struct efx_nic *efx, 97 struct efx_arfs_rule *efx_rps_hash_add(struct efx_nic *efx,
|
D | rx_common.c | 691 bool efx_rps_check_rule(struct efx_arfs_rule *rule, unsigned int filter_idx, in efx_rps_check_rule() 729 struct efx_arfs_rule *efx_rps_hash_find(struct efx_nic *efx, in efx_rps_hash_find() 732 struct efx_arfs_rule *rule; in efx_rps_hash_find() 740 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_find() 747 struct efx_arfs_rule *efx_rps_hash_add(struct efx_nic *efx, in efx_rps_hash_add() 751 struct efx_arfs_rule *rule; in efx_rps_hash_add() 759 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_add() 776 struct efx_arfs_rule *rule; in efx_rps_hash_del() 784 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_del() 876 struct efx_arfs_rule *rule; in efx_filter_rfs_work() [all …]
|
D | net_driver.h | 754 struct efx_arfs_rule { struct
|
D | mcdi_filters.c | 1780 struct efx_arfs_rule *rule = NULL; in efx_mcdi_filter_rfs_expire_one()
|
D | farch.c | 2915 struct efx_arfs_rule *rule = NULL; in efx_farch_filter_rfs_expire_one()
|