Searched refs:SCB_AUTO_NEGOTIATE (Results 1 – 6 of 6) sorted by relevance
536 SCB_AUTO_NEGOTIATE = 0x0040,/* Negotiate to achieve goal. */ enumerator
574 SCB_AUTO_NEGOTIATE = 0x00040,/* Negotiate to achieve goal. */ enumerator
1129 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()
4213 && (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()
1475 scb->flags |= SCB_AUTO_NEGOTIATE; in ahc_linux_run_command()
1596 scb->flags |= SCB_AUTO_NEGOTIATE; in ahd_linux_run_command()
Completed in 44 milliseconds