Home
last modified time | relevance | path

Searched refs:MSG_EXT_SDTR_LEN (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/sys/cam/scsi/
Dscsi_message.h53 #define MSG_EXT_SDTR_LEN 0x03 macro
/freebsd-10-stable/sys/dev/aic/
Daic.c562 msglen = MSG_EXT_SDTR_LEN; in aic_msgin()
823 aic->msg_buf[1] = MSG_EXT_SDTR_LEN; in aic_msgout()
827 aic->msg_len = MSG_EXT_SDTR_LEN + 2; in aic_msgout()
/freebsd-10-stable/sys/dev/advansys/
Dadvlib.c1043 && (out_msg.msg_len == MSG_EXT_SDTR_LEN) in adv_isr_chip_halted()
1915 && (ext_msg.msg_len == MSG_EXT_SDTR_LEN)) { in adv_handle_extmsg_in()
1990 sdtr_buf.msg_len = MSG_EXT_SDTR_LEN; in adv_msgout_sdtr()
/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx.c2479 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_SDTR_LEN; in ahc_construct_sdtr()
3139 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahc_parse_msg()
3151 if (ahc->msgin_index < (MSG_EXT_SDTR_LEN + 1)) in ahc_parse_msg()
Daic79xx.c3808 ahd->msgout_buf[ahd->msgout_index++] = MSG_EXT_SDTR_LEN; in ahd_construct_sdtr()
4352 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahd_parse_msg()
4364 if (ahd->msgin_index < (MSG_EXT_SDTR_LEN + 1)) in ahd_parse_msg()
/freebsd-10-stable/sys/dev/esp/
Dncr53c9x.c2183 sc->sc_omess[1] = MSG_EXT_SDTR_LEN; in ncr53c9x_msgout()
/freebsd-10-stable/sys/pci/
Dncr.c3992 msgptr[msglen++] = MSG_EXT_SDTR_LEN;