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

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Dscsi_message.h56 #define MSG_EXT_WDTR_LEN 0x02 macro
H A Daic7xxx_core.c3721 if (ahc->msgin_buf[1] != MSG_EXT_WDTR_LEN) { ahc_parse_msg()
3730 * Add one to MSG_EXT_WDTR_LEN to account for ahc_parse_msg()
3733 if (ahc->msgin_index < (MSG_EXT_WDTR_LEN + 1)) ahc_parse_msg()
H A Daic79xx_core.c5233 if (ahd->msgin_buf[1] != MSG_EXT_WDTR_LEN) { ahd_parse_msg()
5242 * Add one to MSG_EXT_WDTR_LEN to account for ahd_parse_msg()
5245 if (ahd->msgin_index < (MSG_EXT_WDTR_LEN + 1)) ahd_parse_msg()

Completed in 157 milliseconds