Lines Matching defs:hte
1189 * @hte: ptr to accelerated or non-accelerated list
1192 struct list_head *hte)
1197 list_for_each_safe(list_node, list_core_temp, hte) {
1435 struct list_head *hte;
1439 hte = accelerated_list ?
1444 list_for_each_entry(cm_node, hte, list) {
1523 * @hte: ptr to accelerated or non-accelerated list
1526 static bool i40iw_find_port(struct list_head *hte, u16 port)
1530 list_for_each_entry(cm_node, hte, list) {
2167 /* create an hte and cm_node for this instance */