Searched refs:efx_arfs_rule (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/sfc/ |
D | rx_common.h | 99 bool efx_rps_check_rule(struct efx_arfs_rule *rule, unsigned int filter_idx, 101 struct efx_arfs_rule *efx_rps_hash_find(struct efx_nic *efx, 103 struct efx_arfs_rule *efx_rps_hash_add(struct efx_nic *efx,
|
D | rx_common.c | 678 bool efx_rps_check_rule(struct efx_arfs_rule *rule, unsigned int filter_idx, in efx_rps_check_rule() 716 struct efx_arfs_rule *efx_rps_hash_find(struct efx_nic *efx, in efx_rps_hash_find() 719 struct efx_arfs_rule *rule; in efx_rps_hash_find() 727 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_find() 734 struct efx_arfs_rule *efx_rps_hash_add(struct efx_nic *efx, in efx_rps_hash_add() 738 struct efx_arfs_rule *rule; in efx_rps_hash_add() 746 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_add() 763 struct efx_arfs_rule *rule; in efx_rps_hash_del() 771 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_del() 859 struct efx_arfs_rule *rule; in efx_filter_rfs_work() [all …]
|
D | net_driver.h | 796 struct efx_arfs_rule { struct
|
D | mcdi_filters.c | 1784 struct efx_arfs_rule *rule = NULL; in efx_mcdi_filter_rfs_expire_one()
|
/Linux-v6.1/drivers/net/ethernet/sfc/siena/ |
D | rx_common.c | 683 bool efx_siena_rps_check_rule(struct efx_arfs_rule *rule, in efx_siena_rps_check_rule() 721 struct efx_arfs_rule *efx_siena_rps_hash_find(struct efx_nic *efx, in efx_siena_rps_hash_find() 724 struct efx_arfs_rule *rule; in efx_siena_rps_hash_find() 732 rule = container_of(node, struct efx_arfs_rule, node); in efx_siena_rps_hash_find() 739 static struct efx_arfs_rule *efx_rps_hash_add(struct efx_nic *efx, in efx_rps_hash_add() 743 struct efx_arfs_rule *rule; in efx_rps_hash_add() 751 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_add() 769 struct efx_arfs_rule *rule; in efx_siena_rps_hash_del() 777 rule = container_of(node, struct efx_arfs_rule, node); in efx_siena_rps_hash_del() 869 struct efx_arfs_rule *rule; in efx_filter_rfs_work() [all …]
|
D | rx_common.h | 94 bool efx_siena_rps_check_rule(struct efx_arfs_rule *rule, 96 struct efx_arfs_rule *efx_siena_rps_hash_find(struct efx_nic *efx,
|
D | net_driver.h | 748 struct efx_arfs_rule { struct
|
D | farch.c | 2916 struct efx_arfs_rule *rule = NULL; in efx_farch_filter_rfs_expire_one()
|