Searched refs:SEQ_MSGOUT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | mesh.h | 62 #define SEQ_MSGOUT 7 /* send a message */ macro
|
H A D | mesh.c | 730 * issue a SEQ_MSGOUT to get the mesh to drop ACK. in start_phase() 738 out_8(&mr->sequence, SEQ_MSGOUT + seq); in start_phase() 744 * We can't issue the SEQ_MSGOUT without ATN in start_phase() 752 out_8(&mr->sequence, SEQ_MSGOUT + seq); in start_phase() 1378 out_8(&mr->sequence, SEQ_MSGOUT + use_active_neg); in phase_mismatch() 1489 * issue a SEQ_MSGOUT with ATN and wait for REQ, in cmd_complete() 1490 * then change the command to a SEQ_MSGOUT w/o ATN. in cmd_complete() 1494 * issue the SEQ_MSGOUT without ATN. in cmd_complete() 1497 out_8(&mr->sequence, SEQ_MSGOUT + use_active_neg + SEQ_ATN); in cmd_complete() 1524 out_8(&mr->sequence, SEQ_MSGOUT in cmd_complete() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | mesh.h | 73 #define SEQ_MSGOUT 7 /* send a message */ macro
|
H A D | mesh.c | 724 * issue a SEQ_MSGOUT to get the mesh to drop ACK. in start_phase() 732 out_8(&mr->sequence, SEQ_MSGOUT + seq); in start_phase() 738 * We can't issue the SEQ_MSGOUT without ATN in start_phase() 746 out_8(&mr->sequence, SEQ_MSGOUT + seq); in start_phase() 1372 out_8(&mr->sequence, SEQ_MSGOUT + use_active_neg); in phase_mismatch() 1483 * issue a SEQ_MSGOUT with ATN and wait for REQ, in cmd_complete() 1484 * then change the command to a SEQ_MSGOUT w/o ATN. in cmd_complete() 1488 * issue the SEQ_MSGOUT without ATN. in cmd_complete() 1491 out_8(&mr->sequence, SEQ_MSGOUT + use_active_neg + SEQ_ATN); in cmd_complete() 1518 out_8(&mr->sequence, SEQ_MSGOUT in cmd_complete() [all...] |
Completed in 6 milliseconds