Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cam/scsi/
HDscsi_message.h69 #define MSG_EXT_PPR_IU_REQ 0x01 macro
HDscsi_xpt.c2847 spi->ppr_options &= ~MSG_EXT_PPR_IU_REQ; in scsi_set_transfer_settings()
/freebsd-13-stable/sys/dev/aic7xxx/
HDaic79xx_osm.c543 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0 in ahd_action()
825 spi->ppr_options &= ~MSG_EXT_PPR_IU_REQ; in ahd_set_tran_settings()
1024 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_execute_scb()
HDaic79xx.c2292 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { in ahd_handle_nonpkt_busfree()
2932 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0) in ahd_find_syncrate()
2939 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0 in ahd_find_syncrate()
3126 if ((ppr_options & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_set_syncrate()
3166 if ((old_ppr & MSG_EXT_PPR_IU_REQ) in ahd_set_syncrate()
3167 != (ppr_options & MSG_EXT_PPR_IU_REQ)) { in ahd_set_syncrate()
3177 if ((old_ppr & MSG_EXT_PPR_IU_REQ) != 0) { in ahd_set_syncrate()
3285 |MSG_EXT_PPR_IU_REQ|MSG_EXT_PPR_RTI); in ahd_update_neg_table()
3324 && (ppr_opts & MSG_EXT_PPR_IU_REQ) == 0) { in ahd_update_neg_table()
3361 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ) == 0) in ahd_update_neg_table()
[all …]