Searched refs:rxnfc_list (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet_wol.c | 181 list_for_each_entry(rule, &priv->rxnfc_list, list) in bcmgenet_wol_power_down_cfg()
|
H A D | bcmgenet.h | 594 struct list_head rxnfc_list; member
|
H A D | bcmgenet.c | 724 INIT_LIST_HEAD(&priv->rxnfc_list); in bcmgenet_hfb_init() 1454 list_for_each_entry(loc_rule, &priv->rxnfc_list, list) { in bcmgenet_insert_flow() 1488 list_add_tail(&loc_rule->list, &priv->rxnfc_list); in bcmgenet_insert_flow() 1568 list_for_each(pos, &priv->rxnfc_list) in bcmgenet_get_num_flows() 1594 list_for_each_entry(rule, &priv->rxnfc_list, list) in bcmgenet_get_rxnfc() 4277 list_for_each_entry(rule, &priv->rxnfc_list, list) in bcmgenet_resume()
|