Searched refs:cfgrom_next (Results 1 – 2 of 2) sorted by relevance
1760 root_directory->cfgrom_next = rest_of_config_rom; in s1394_init_config_rom_structures()1762 rest_of_config_rom->cfgrom_next = NULL; in s1394_init_config_rom_structures()1793 next_blk = curr_blk->cfgrom_next; in s1394_destroy_config_rom_structures()1855 while (curr_blk->cfgrom_next != NULL) { in s1394_add_config_rom_entry()1856 if (curr_blk->cfgrom_next->cfgrom_used == B_TRUE) { in s1394_add_config_rom_entry()1857 tmp_offset = curr_blk->cfgrom_next->cfgrom_addr_lo; in s1394_add_config_rom_entry()1858 tmp_size = (curr_blk->cfgrom_next->cfgrom_addr_hi - in s1394_add_config_rom_entry()1863 curr_blk->cfgrom_next->cfgrom_addr_lo++; in s1394_add_config_rom_entry()1864 curr_blk->cfgrom_next->cfgrom_addr_hi++; in s1394_add_config_rom_entry()1866 curr_blk->cfgrom_next->cfgrom_addr_hi; in s1394_add_config_rom_entry()[all …]
742 s1394_config_rom_t *cfgrom_next; member