Searched refs:hhead (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/cisco/enic/ |
D | enic_clsf.c | 92 struct hlist_head *hhead; in enic_rfs_flw_tbl_free() local 96 hhead = &enic->rfs_h.ht_head[i]; in enic_rfs_flw_tbl_free() 97 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_rfs_flw_tbl_free() 112 struct hlist_head *hhead; in htbl_fltr_search() local 116 hhead = &enic->rfs_h.ht_head[i]; in htbl_fltr_search() 117 hlist_for_each_entry_safe(n, tmp, hhead, node) in htbl_fltr_search() 134 struct hlist_head *hhead; in enic_flow_may_expire() local 138 hhead = &enic->rfs_h.ht_head[enic->rfs_h.toclean++]; in enic_flow_may_expire() 139 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_flow_may_expire()
|
D | enic_ethtool.c | 402 struct hlist_head *hhead; in enic_grxclsrlall() local 406 hhead = &enic->rfs_h.ht_head[j]; in enic_grxclsrlall() 407 hlist_for_each_entry_safe(n, tmp, hhead, node) { in enic_grxclsrlall()
|