Home
last modified time | relevance | path

Searched refs:config_rom_update_amount (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1449 hal->config_rom_update_amount = (IEEE1394_CONFIG_ROM_QUAD_SZ - in s1394_init_local_config_rom()
1903 if (last_entry_offset < hal->config_rom_update_amount) in s1394_update_config_rom_callback()
1904 last_entry_offset = hal->config_rom_update_amount; in s1394_update_config_rom_callback()
1906 hal->config_rom_update_amount = (IEEE1394_CONFIG_ROM_QUAD_SZ - in s1394_update_config_rom_callback()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h566 uint_t config_rom_update_amount; member