Home
last modified time | relevance | path

Searched refs:MSG_EXT_SDTR_LEN (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Dscsi_message.h25 #define MSG_EXT_SDTR_LEN 0x03 macro
H A Daic7xxx_core.c3618 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahc_parse_msg()
3627 * Add one to MSG_EXT_SDTR_LEN to account for in ahc_parse_msg()
3630 if (ahc->msgin_index < (MSG_EXT_SDTR_LEN + 1)) in ahc_parse_msg()
H A Daic79xx_core.c5122 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahd_parse_msg()
5131 * Add one to MSG_EXT_SDTR_LEN to account for in ahd_parse_msg()
5134 if (ahd->msgin_index < (MSG_EXT_SDTR_LEN + 1)) in ahd_parse_msg()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Dscsi_message.h53 #define MSG_EXT_SDTR_LEN 0x03 macro
H A Daic7xxx_core.c3620 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahc_parse_msg()
3629 * Add one to MSG_EXT_SDTR_LEN to account for in ahc_parse_msg()
3632 if (ahc->msgin_index < (MSG_EXT_SDTR_LEN + 1)) in ahc_parse_msg()
H A Daic79xx_core.c5124 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahd_parse_msg()
5133 * Add one to MSG_EXT_SDTR_LEN to account for in ahd_parse_msg()
5136 if (ahd->msgin_index < (MSG_EXT_SDTR_LEN + 1)) in ahd_parse_msg()

Completed in 36 milliseconds