Lines Matching defs:sibling
61 struct smhba_rp_tree *sibling;
1255 rpnode->sibling = unsolved_head;
1274 unsolved_head->sibling;
1303 unsolved_head = unsolved_head->sibling;
1306 rpnode->sibling = NULL;
1308 unsolved_tail->sibling = rpnode;
1350 unsolved_head->sibling;
2449 * sibling node.
2450 * Insert the SAS/SATA Device at the head of sibling list.
2453 rpnode->sibling = *rproot;
2457 * Insert the SAS Expander at the tail of sibling
2461 while (node_ptr->sibling != NULL)
2462 node_ptr = node_ptr->sibling;
2463 node_ptr->sibling = rpnode;
2470 * sibling sub-trees. If we failed to insert the discovered
2478 if ((*rproot)->sibling) {
2479 ret = sas_rp_tree_insert(&(*rproot)->sibling,
2529 * Then check the sibling tree.
2532 portIndex, port, rpnode->sibling, input,
2588 portIndex, port, rpnode->sibling, input,
2612 * Free sibling trees then.
2614 if (rproot->sibling) {
2615 sas_rp_tree_free(rproot->sibling);
2653 for (rp_node = desc; rp_node != NULL; rp_node = rp_node->sibling) {