Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
A Daic7xxx.h536 SCB_AUTO_NEGOTIATE = 0x0040,/* Negotiate to achieve goal. */ enumerator
A Daic79xx.h574 SCB_AUTO_NEGOTIATE = 0x00040,/* Negotiate to achieve goal. */ enumerator
A Daic7xxx_core.c1129 scb->flags |= SCB_AUTO_NEGOTIATE; in ahc_handle_seqint()
2697 && (pending_scb->flags & SCB_AUTO_NEGOTIATE) != 0) { in ahc_update_pending_scbs()
2698 pending_scb->flags &= ~SCB_AUTO_NEGOTIATE; in ahc_update_pending_scbs()
2910 } else if ((scb->flags & (SCB_AUTO_NEGOTIATE|SCB_NEGOTIATE)) != 0) { in ahc_setup_initiator_msgout()
4364 if (scb != NULL && (scb->flags & SCB_AUTO_NEGOTIATE) != 0) in ahc_setup_target_msgin()
A Daic79xx_core.c4213 && (pending_scb->flags & SCB_AUTO_NEGOTIATE) != 0) { in ahd_update_pending_scbs()
4214 pending_scb->flags &= ~SCB_AUTO_NEGOTIATE; in ahd_update_pending_scbs()
4449 } else if ((scb->flags & (SCB_AUTO_NEGOTIATE|SCB_NEGOTIATE)) != 0) { in ahd_setup_initiator_msgout()
5963 if (scb != NULL && (scb->flags & SCB_AUTO_NEGOTIATE) != 0) in ahd_setup_target_msgin()
9011 scb->flags |= SCB_AUTO_NEGOTIATE; in ahd_handle_scsi_status()
A Daic7xxx_osm.c1475 scb->flags |= SCB_AUTO_NEGOTIATE; in ahc_linux_run_command()
A Daic79xx_osm.c1596 scb->flags |= SCB_AUTO_NEGOTIATE; in ahd_linux_run_command()

Completed in 46 milliseconds