Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Daha152x.c302 not_issued = 0x0001, /* command not yet issued */ enumerator
914 SCpnt->SCp.phase = not_issued | phase; in aha152x_internal_queue()
1428 if(!(DONE_SC->SCp.phase & not_issued)) { in busfree_run()
1511 CURRENT_SC->SCp.phase &= ~(selecting|not_issued); in seldo_run()
1582 if(!(CURRENT_SC->SCp.phase & not_issued)) in seldi_run()
2441 (ptr->SCp.phase & not_issued) ? "not issued|" : "", in show_command()
2494 if (ptr->SCp.phase & not_issued) in get_command()
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.c305 not_issued = 0x0001, /* command not yet issued */ enumerator
934 acp->phase = not_issued | phase; in aha152x_internal_queue()
1458 if (!(aha152x_priv(DONE_SC)->phase & not_issued)) { in busfree_run()
1545 acp->phase &= ~(selecting | not_issued); in seldo_run()
1621 if (!(acp->phase & not_issued)) in seldi_run()
2491 phase & not_issued ? "not issued|" : "", in show_command()
2546 if (phase & not_issued) in get_command()

Completed in 7 milliseconds