Searched refs:MSG_EXT_PPR_LEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/cam/scsi/
H A Dscsi_message.h62 #define MSG_EXT_PPR_LEN 0x06 macro
/freebsd-10.3-release/sys/dev/aic7xxx/
H A Daic7xxx.c2523 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_PPR_LEN;
3317 if (ahc->msgin_buf[1] != MSG_EXT_PPR_LEN) {
3326 * Add one to MSG_EXT_PPR_LEN to account for
3329 if (ahc->msgin_index < (MSG_EXT_PPR_LEN + 1))
H A Daic79xx.c3859 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_PPR_LEN;
4526 if (ahd->msgin_buf[1] != MSG_EXT_PPR_LEN) {
4535 * Add one to MSG_EXT_PPR_LEN to account for
4538 if (ahd->msgin_index < (MSG_EXT_PPR_LEN + 1))

Completed in 108 milliseconds