Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c93 (n)->cfgrom_read_fails = 0; \
1280 node->cfgrom_read_fails++; in s1394_br_thread_handle_cmd_phase1()
1284 if (node->cfgrom_read_fails < s1394_cfgrom_read_retry_cnt) { in s1394_br_thread_handle_cmd_phase1()
1637 node->cfgrom_read_fails++; in s1394_br_thread_handle_cmd_phase2()
1641 if (node->cfgrom_read_fails < s1394_cfgrom_read_retry_cnt) { in s1394_br_thread_handle_cmd_phase2()
/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h308 uchar_t cfgrom_read_fails; member