Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c803 if (((*status) & S1394_CMD_INFLIGHT) == 0) { in s1394_read_bus_info_blk()
890 if (((*status) & S1394_CMD_INFLIGHT) == 0) { in s1394_read_rest_of_cfgrom()
1242 if ((status & S1394_CMD_INFLIGHT) != in s1394_br_thread_handle_cmd_phase1()
1312 if ((status & S1394_CMD_INFLIGHT) != 0) { in s1394_br_thread_handle_cmd_phase1()
1614 if ((status & S1394_CMD_INFLIGHT) != 0) { in s1394_br_thread_handle_cmd_phase2()
1655 if ((status & S1394_CMD_INFLIGHT) != 0) { in s1394_br_thread_handle_cmd_phase2()
1791 *status |= S1394_CMD_INFLIGHT; in s1394_read_config_quadlet()
/titanic_44/usr/src/uts/common/sys/1394/
H A Ds1394.h242 S1394_CMD_INFLIGHT = (1 << 5) enumerator