Lines Matching refs:next

431 			/* this loop skips to the next present function
521 /* this loop skips to the next present function
560 struct pci_func *next;
579 next = cpqhp_slot_list[sub_bus];
581 while (next != NULL) {
582 rc = cpqhp_save_base_addr_length(ctrl, next);
586 next = next->next;
670 /* find the next device in this slot */
740 bus_node->next = func->bus_head;
755 io_node->next = func->io_head;
771 mem_node->next = func->mem_head;
787 p_mem_node->next = func->p_mem_head;
820 io_node->next = func->io_head;
837 p_mem_node->next = func->p_mem_head;
854 mem_node->next = func->mem_head;
891 io_node->next = func->io_head;
908 p_mem_node->next = func->p_mem_head;
925 mem_node->next = func->mem_head;
933 /* find the next device in this slot */
956 struct pci_func *next;
983 next = cpqhp_slot_list[sub_bus];
985 while (next != NULL) {
986 rc = cpqhp_configure_board(ctrl, next);
990 next = next->next;
1037 struct pci_func *next;
1081 next = cpqhp_slot_list[secondary_bus];
1083 while (next != NULL) {
1084 rc = cpqhp_valid_replace(ctrl, next);
1088 next = next->next;
1152 /* Get the next function */
1316 io_node->next = ctrl->io_head;
1319 io_node->next = func->io_head;
1339 mem_node->next = ctrl->mem_head;
1342 mem_node->next = func->mem_head;
1364 p_mem_node->next = ctrl->p_mem_head;
1367 p_mem_node->next = func->p_mem_head;
1387 bus_node->next = ctrl->bus_head;
1390 bus_node->next = func->bus_head;
1433 t_node = node->next;
1441 t_node = node->next;
1449 t_node = node->next;
1457 t_node = node->next;
1485 res = res->next;
1494 res = res->next;
1503 res = res->next;
1512 res = res->next;
1532 res = res->next;
1541 res = res->next;
1550 res = res->next;
1559 res = res->next;