Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx.h536 SCB_AUTO_NEGOTIATE = 0x0040,/* Negotiate to achieve goal. */ enumerator
Daic79xx.h574 SCB_AUTO_NEGOTIATE = 0x00040,/* Negotiate to achieve goal. */ enumerator
Daic7xxx_core.c1129 scb->flags |= SCB_AUTO_NEGOTIATE; in ahc_handle_seqint()
2715 && (pending_scb->flags & SCB_AUTO_NEGOTIATE) != 0) { in ahc_update_pending_scbs()
2716 pending_scb->flags &= ~SCB_AUTO_NEGOTIATE; in ahc_update_pending_scbs()
2928 } else if ((scb->flags & (SCB_AUTO_NEGOTIATE|SCB_NEGOTIATE)) != 0) { in ahc_setup_initiator_msgout()
4382 if (scb != NULL && (scb->flags & SCB_AUTO_NEGOTIATE) != 0) in ahc_setup_target_msgin()
Daic79xx_core.c4243 && (pending_scb->flags & SCB_AUTO_NEGOTIATE) != 0) { in ahd_update_pending_scbs()
4244 pending_scb->flags &= ~SCB_AUTO_NEGOTIATE; in ahd_update_pending_scbs()
4479 } else if ((scb->flags & (SCB_AUTO_NEGOTIATE|SCB_NEGOTIATE)) != 0) { in ahd_setup_initiator_msgout()
5993 if (scb != NULL && (scb->flags & SCB_AUTO_NEGOTIATE) != 0) in ahd_setup_target_msgin()
9055 scb->flags |= SCB_AUTO_NEGOTIATE; in ahd_handle_scsi_status()
Daic7xxx_osm.c1492 scb->flags |= SCB_AUTO_NEGOTIATE; in ahc_linux_run_command()
Daic79xx_osm.c1612 scb->flags |= SCB_AUTO_NEGOTIATE; in ahd_linux_run_command()