Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1136 scb->flags |= SCB_AUTO_NEGOTIATE; in ahc_handle_seqint()
2722 && (pending_scb->flags & SCB_AUTO_NEGOTIATE) != 0) { in ahc_update_pending_scbs()
2723 pending_scb->flags &= ~SCB_AUTO_NEGOTIATE; in ahc_update_pending_scbs()
2935 } else if ((scb->flags & (SCB_AUTO_NEGOTIATE|SCB_NEGOTIATE)) != 0) { in ahc_setup_initiator_msgout()
4389 if (scb != NULL && (scb->flags & SCB_AUTO_NEGOTIATE) != 0) in ahc_setup_target_msgin()
Daic79xx_core.c4249 && (pending_scb->flags & SCB_AUTO_NEGOTIATE) != 0) { in ahd_update_pending_scbs()
4250 pending_scb->flags &= ~SCB_AUTO_NEGOTIATE; in ahd_update_pending_scbs()
4485 } else if ((scb->flags & (SCB_AUTO_NEGOTIATE|SCB_NEGOTIATE)) != 0) { in ahd_setup_initiator_msgout()
5999 if (scb != NULL && (scb->flags & SCB_AUTO_NEGOTIATE) != 0) in ahd_setup_target_msgin()
9095 scb->flags |= SCB_AUTO_NEGOTIATE; in ahd_handle_scsi_status()
Daic7xxx_osm.c1495 scb->flags |= SCB_AUTO_NEGOTIATE; in ahc_linux_run_command()
Daic79xx_osm.c1613 scb->flags |= SCB_AUTO_NEGOTIATE; in ahd_linux_run_command()