Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c845 unsigned char tag_action; member
2780 scb->tag_action = 0; in aic7xxx_free_scb()
3041 if (!(scb->tag_action)) in aic7xxx_done()
3277 if ( !(scbp->tag_action & TAG_ENB) ) in aic7xxx_search_qinfifo()
4019 if ( !scb->tag_action && (p->tagenable & (1<<tindex)) ) in aic7xxx_run_waiting_queues()
4035 if ( !(scb->tag_action) ) in aic7xxx_run_waiting_queues()
4493 (scb->tag_action) && in aic7xxx_handle_seqint()
4496 if (scb->tag_action == MSG_ORDERED_Q_TAG) in aic7xxx_handle_seqint()
4505 scb->tag_action = MSG_SIMPLE_Q_TAG; in aic7xxx_handle_seqint()
4517 else if (scb->tag_action == MSG_SIMPLE_Q_TAG) in aic7xxx_handle_seqint()
[all …]
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c7398 atio->tag_action = *byte++; in ahc_handle_target_cmd()
Daic79xx_core.c9486 atio->tag_action = *byte++; in ahd_handle_target_cmd()