Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Daha152x.c313 not_issued = 0x0001, /* command not yet issued */ enumerator
922 SCpnt->SCp.phase = not_issued | phase; in aha152x_internal_queue()
1443 if(!(DONE_SC->SCp.phase & not_issued)) { in busfree_run()
1526 CURRENT_SC->SCp.phase &= ~(selecting|not_issued); in seldo_run()
1597 if(!(CURRENT_SC->SCp.phase & not_issued)) in seldi_run()
2454 (ptr->SCp.phase & not_issued) ? "not issued|" : "", in show_command()
2507 if (ptr->SCp.phase & not_issued) in get_command()