Searched refs:tag_msgs (Results 1 – 2 of 2) sorted by relevance
1514 uint8_t tag_msgs[2]; in ahc_linux_run_command() local1516 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs); in ahc_linux_run_command()1517 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) { in ahc_linux_run_command()1518 hscb->control |= tag_msgs[0]; in ahc_linux_run_command()1519 if (tag_msgs[0] == MSG_ORDERED_TASK) in ahc_linux_run_command()
1622 uint8_t tag_msgs[2]; in ahd_linux_run_command() local1624 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs); in ahd_linux_run_command()1625 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) { in ahd_linux_run_command()1626 hscb->control |= tag_msgs[0]; in ahd_linux_run_command()1627 if (tag_msgs[0] == MSG_ORDERED_TASK) in ahd_linux_run_command()