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

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_message.h70 #define MSG_EXT_PPR_IU_REQ 0x01 macro
H A Dscsi_xpt.c2849 spi->ppr_options &= ~MSG_EXT_PPR_IU_REQ;
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx_osm.c536 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0
820 spi->ppr_options &= ~MSG_EXT_PPR_IU_REQ;
1026 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
H A Daic79xx.c2303 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) {
2948 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0)
2955 if ((*ppr_options & MSG_EXT_PPR_IU_REQ) == 0
3143 if ((ppr_options & MSG_EXT_PPR_IU_REQ) != 0) {
3183 if ((old_ppr & MSG_EXT_PPR_IU_REQ)
3184 != (ppr_options & MSG_EXT_PPR_IU_REQ)) {
3194 if ((old_ppr & MSG_EXT_PPR_IU_REQ) != 0) {
3303 |MSG_EXT_PPR_IU_REQ|MSG_EXT_PPR_RTI);
3343 && (ppr_opts & MSG_EXT_PPR_IU_REQ) == 0) {
3380 if ((tinfo->ppr_options & MSG_EXT_PPR_IU_REQ)
[all...]

Completed in 244 milliseconds