Searched refs:pcicfg_phdl_list (Results 1 – 2 of 2) sorted by relevance
296 static pcicfg_phdl_t *pcicfg_phdl_list = NULL; variable1628 for (entry = pcicfg_phdl_list; entry != NULL; entry = entry->next) { in pcicfg_find_phdl()1651 new->next = pcicfg_phdl_list; in pcicfg_create_phdl()1652 pcicfg_phdl_list = new; in pcicfg_create_phdl()1665 for (entry = pcicfg_phdl_list; entry != NULL; follow = entry, in pcicfg_destroy_phdl()1668 if (entry == pcicfg_phdl_list) { in pcicfg_destroy_phdl()1669 pcicfg_phdl_list = entry->next; in pcicfg_destroy_phdl()
351 static pcicfg_phdl_t *pcicfg_phdl_list = NULL; variable1723 for (entry = pcicfg_phdl_list; entry != NULL; entry = entry->next) { in pcicfg_find_phdl()1747 new->next = pcicfg_phdl_list; in pcicfg_create_phdl()1748 pcicfg_phdl_list = new; in pcicfg_create_phdl()1761 for (entry = pcicfg_phdl_list; entry != NULL; follow = entry, in pcicfg_destroy_phdl()1764 if (entry == pcicfg_phdl_list) { in pcicfg_destroy_phdl()1765 pcicfg_phdl_list = entry->next; in pcicfg_destroy_phdl()