Searched refs:cfgrom_next (Results 1 – 2 of 2) sorted by relevance
1520 root_directory->cfgrom_next = rest_of_config_rom; in s1394_init_config_rom_structures()1522 rest_of_config_rom->cfgrom_next = NULL; in s1394_init_config_rom_structures()1548 next_blk = curr_blk->cfgrom_next; in s1394_destroy_config_rom_structures()1603 while (curr_blk->cfgrom_next != NULL) { in s1394_add_config_rom_entry()1604 if (curr_blk->cfgrom_next->cfgrom_used == B_TRUE) { in s1394_add_config_rom_entry()1605 tmp_offset = curr_blk->cfgrom_next->cfgrom_addr_lo; in s1394_add_config_rom_entry()1606 tmp_size = (curr_blk->cfgrom_next->cfgrom_addr_hi - in s1394_add_config_rom_entry()1611 curr_blk->cfgrom_next->cfgrom_addr_lo++; in s1394_add_config_rom_entry()1612 curr_blk->cfgrom_next->cfgrom_addr_hi++; in s1394_add_config_rom_entry()1614 curr_blk->cfgrom_next->cfgrom_addr_hi; in s1394_add_config_rom_entry()[all …]
706 s1394_config_rom_t *cfgrom_next; member