Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/aic7xxx/
Dscsi_message.h36 #define MSG_SIMPLE_TASK 0x20 /* O/O */ /* SPI3 Terminology */ macro
Daic7xxx_core.c3537 } else if (ahc->msgout_buf[index] >= MSG_SIMPLE_TASK in ahc_sent_msg()
4060 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) { in ahc_handle_msg_reject()
4064 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK); in ahc_handle_msg_reject()
4066 if (tag_type == MSG_SIMPLE_TASK) { in ahc_handle_msg_reject()
4090 /*type*/MSG_SIMPLE_TASK); in ahc_handle_msg_reject()
Daic79xx_core.c5042 } else if (ahd->msgout_buf[index] >= MSG_SIMPLE_TASK in ahd_sent_msg()
5582 } else if ((scb->hscb->control & MSG_SIMPLE_TASK) != 0) { in ahd_handle_msg_reject()
5586 tag_type = (scb->hscb->control & MSG_SIMPLE_TASK); in ahd_handle_msg_reject()
5588 if (tag_type == MSG_SIMPLE_TASK) { in ahd_handle_msg_reject()
5612 /*type*/MSG_SIMPLE_TASK); in ahd_handle_msg_reject()
Daic7xxx_osm.c1486 hscb->control |= MSG_SIMPLE_TASK; in ahc_linux_run_command()
Daic79xx_osm.c1608 hscb->control |= MSG_SIMPLE_TASK; in ahd_linux_run_command()