Searched refs:efx_arfs_rule (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | rx_common.h | 97 bool efx_rps_check_rule(struct efx_arfs_rule *rule, unsigned int filter_idx, 99 struct efx_arfs_rule *efx_rps_hash_find(struct efx_nic *efx, 101 struct efx_arfs_rule *efx_rps_hash_add(struct efx_nic *efx,
|
D | rx_common.c | 638 bool efx_rps_check_rule(struct efx_arfs_rule *rule, unsigned int filter_idx, in efx_rps_check_rule() 676 struct efx_arfs_rule *efx_rps_hash_find(struct efx_nic *efx, in efx_rps_hash_find() 679 struct efx_arfs_rule *rule; in efx_rps_hash_find() 687 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_find() 694 struct efx_arfs_rule *efx_rps_hash_add(struct efx_nic *efx, in efx_rps_hash_add() 698 struct efx_arfs_rule *rule; in efx_rps_hash_add() 706 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_add() 723 struct efx_arfs_rule *rule; in efx_rps_hash_del() 731 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_del() 821 struct efx_arfs_rule *rule; in efx_filter_rfs_work() [all …]
|
D | net_driver.h | 781 struct efx_arfs_rule { struct
|
D | mcdi_filters.c | 1784 struct efx_arfs_rule *rule = NULL; in efx_mcdi_filter_rfs_expire_one()
|
/linux-6.12.1/drivers/net/ethernet/sfc/siena/ |
D | rx_common.c | 628 bool efx_siena_rps_check_rule(struct efx_arfs_rule *rule, in efx_siena_rps_check_rule() 666 struct efx_arfs_rule *efx_siena_rps_hash_find(struct efx_nic *efx, in efx_siena_rps_hash_find() 669 struct efx_arfs_rule *rule; in efx_siena_rps_hash_find() 677 rule = container_of(node, struct efx_arfs_rule, node); in efx_siena_rps_hash_find() 684 static struct efx_arfs_rule *efx_rps_hash_add(struct efx_nic *efx, in efx_rps_hash_add() 688 struct efx_arfs_rule *rule; in efx_rps_hash_add() 696 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_add() 714 struct efx_arfs_rule *rule; in efx_siena_rps_hash_del() 722 rule = container_of(node, struct efx_arfs_rule, node); in efx_siena_rps_hash_del() 814 struct efx_arfs_rule *rule; in efx_filter_rfs_work() [all …]
|
D | rx_common.h | 90 bool efx_siena_rps_check_rule(struct efx_arfs_rule *rule, 92 struct efx_arfs_rule *efx_siena_rps_hash_find(struct efx_nic *efx,
|
D | net_driver.h | 742 struct efx_arfs_rule { struct
|
D | farch.c | 2916 struct efx_arfs_rule *rule = NULL; in efx_farch_filter_rfs_expire_one()
|