HomeSort by: relevance | last modified time | path
    Searched refs:MSG_EXT_PPR_LEN (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/scsipi/
scsi_message.h 58 #define MSG_EXT_PPR_LEN 0x06
  /src/sys/dev/ic/
siop_common.c 682 siop_cmd->siop_tables->msg_out[offset + 1] = MSG_EXT_PPR_LEN;
690 siop_htoc32(siop_cmd->siop_sc, offset + MSG_EXT_PPR_LEN + 2);
aic7xxx.c 2504 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_PPR_LEN;
3218 if (ahc->msgin_buf[1] != MSG_EXT_PPR_LEN) {
3227 * Add one to MSG_EXT_PPR_LEN to account for
3230 if (ahc->msgin_index < (MSG_EXT_PPR_LEN + 1))
aic79xx.c 3723 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_PPR_LEN;
4390 if (ahd->msgin_buf[1] != MSG_EXT_PPR_LEN) {
4399 * Add one to MSG_EXT_PPR_LEN to account for
4402 if (ahd->msgin_index < (MSG_EXT_PPR_LEN + 1))

Completed in 22 milliseconds