Home
last modified time | relevance | path

Searched refs:MSG_EXT_PPR_IU_REQ (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/cam/scsi/
Dscsi_message.h70 #define MSG_EXT_PPR_IU_REQ 0x01 macro
Dscsi_xpt.c2757 spi->ppr_options &= ~MSG_EXT_PPR_IU_REQ; in scsi_set_transfer_settings()
/freebsd-9-stable/sys/dev/aic7xxx/
Daic79xx_osm.c536 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0 in ahd_action()
820 spi->ppr_options &= ~MSG_EXT_PPR_IU_REQ; in ahd_set_tran_settings()
1026 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_execute_scb()
Daic79xx.c2307 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { in ahd_handle_nonpkt_busfree()
2954 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0) in ahd_find_syncrate()
2961 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0 in ahd_find_syncrate()
3149 if ((ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_set_syncrate()
3189 if ((old_ppr & MSG_EXT_PPR_IU_REQ) in ahd_set_syncrate()
3190 != (ppr_options & MSG_EXT_PPR_IU_REQ)) { in ahd_set_syncrate()
3200 if ((old_ppr & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_set_syncrate()
3309 |MSG_EXT_PPR_IU_REQ|MSG_EXT_PPR_RTI); in ahd_update_neg_table()
3349 && (ppr_opts & MSG_EXT_PPR_IU_REQ) == 0) { in ahd_update_neg_table()
3386 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) == 0) in ahd_update_neg_table()
[all …]