Home
last modified time | relevance | path

Searched refs:by_hash (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c18 hlist_del(&f->by_hash); in ionic_rx_filter_free()
157 hlist_del(&f->by_hash); in ionic_rx_filter_save()
171 INIT_HLIST_NODE(&f->by_hash); in ionic_rx_filter_save()
175 head = &lif->rx_filters.by_hash[key]; in ionic_rx_filter_save()
176 hlist_add_head(&f->by_hash, head); in ionic_rx_filter_save()
192 head = &lif->rx_filters.by_hash[key]; in ionic_rx_filter_by_vlan()
194 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_by_vlan()
212 head = &lif->rx_filters.by_hash[key]; in ionic_rx_filter_by_addr()
214 hlist_for_each_entry(f, head, by_hash) { in ionic_rx_filter_by_addr()
231 head = &lif->rx_filters.by_hash[key]; in ionic_rx_filter_rxsteer()
[all …]
H A Dionic_rx_filter.h21 struct hlist_node by_hash; member
30 struct hlist_head by_hash[IONIC_RX_FILTER_HLISTS]; /* by skb hash */ member