Searched refs:hhead (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/cisco/enic/ |
D | enic_clsf.c | 91 struct hlist_head *hhead; in enic_rfs_flw_tbl_free() local 95 hhead = &enic->rfs_h.ht_head[i]; in enic_rfs_flw_tbl_free() 96 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_rfs_flw_tbl_free() 111 struct hlist_head *hhead; in htbl_fltr_search() local 115 hhead = &enic->rfs_h.ht_head[i]; in htbl_fltr_search() 116 hlist_for_each_entry_safe(n, tmp, hhead, node) in htbl_fltr_search() 133 struct hlist_head *hhead; in enic_flow_may_expire() local 137 hhead = &enic->rfs_h.ht_head[enic->rfs_h.toclean++]; in enic_flow_may_expire() 138 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_flow_may_expire()
|
D | enic_ethtool.c | 422 struct hlist_head *hhead; in enic_grxclsrlall() local 426 hhead = &enic->rfs_h.ht_head[j]; in enic_grxclsrlall() 427 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_grxclsrlall()
|