Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dirdma_ws.c76 INIT_LIST_HEAD(&node->child_list_head); in irdma_alloc_node()
168 list_for_each_entry(node, &parent->child_list_head, siblings) { in ws_find_node()
174 list_for_each_entry(node, &parent->child_list_head, siblings) { in ws_find_node()
255 if (list_empty(&vsi_node->child_list_head)) { in irdma_remove_leaf()
260 if (list_empty(&ws_tree_root->child_list_head)) { in irdma_remove_leaf()
333 list_add(&vsi_node->siblings, &ws_tree_root->child_list_head); in irdma_ws_add()
360 list_add(&tc_node->siblings, &vsi_node->child_list_head); in irdma_ws_add()
395 if (list_empty(&vsi_node->child_list_head)) { in irdma_ws_add()
404 if (list_empty(&ws_tree_root->child_list_head)) { in irdma_ws_add()
H A Dirdma_ws.h52 struct list_head child_list_head; member