Home
last modified time | relevance | path

Searched refs:msgin_buf (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/scsi/
Ddc395x.c253 u8 msgin_buf[6]; member
2525 srb->msgin_buf[0], in msgin_reject()
2564 memcpy(srb->msgin_buf, dcb->active_srb->msgin_buf, acb->msg_len); in msgin_qtag()
2624 dcb->target_id, srb->msgin_buf[3] << 2, in msgin_set_sync()
2625 (250 / srb->msgin_buf[3]), in msgin_set_sync()
2626 ((250 % srb->msgin_buf[3]) * 10) / srb->msgin_buf[3], in msgin_set_sync()
2627 srb->msgin_buf[4]); in msgin_set_sync()
2629 if (srb->msgin_buf[4] > 15) in msgin_set_sync()
2630 srb->msgin_buf[4] = 15; in msgin_set_sync()
2634 dcb->sync_offset = srb->msgin_buf[4]; in msgin_set_sync()
[all …]
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c3355 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIBUSL); in ahc_handle_message_phase()
3359 ahc->msgin_buf[ahc->msgin_index]); in ahc_handle_message_phase()
3467 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL); in ahc_handle_message_phase()
3604 switch (ahc->msgin_buf[0]) { in ahc_parse_msg()
3627 switch (ahc->msgin_buf[2]) { in ahc_parse_msg()
3636 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahc_parse_msg()
3651 period = ahc->msgin_buf[3]; in ahc_parse_msg()
3653 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg()
3666 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg()
3714 if (ahc->msgin_buf[1] != MSG_EXT_WDTR_LEN) { in ahc_parse_msg()
[all …]
Daic79xx_core.c4850 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIBUS); in ahd_handle_message_phase()
4854 ahd->msgin_buf[ahd->msgin_index]); in ahd_handle_message_phase()
4972 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase()
5121 switch (ahd->msgin_buf[0]) { in ahd_parse_msg()
5144 switch (ahd->msgin_buf[2]) { in ahd_parse_msg()
5152 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahd_parse_msg()
5167 period = ahd->msgin_buf[3]; in ahd_parse_msg()
5169 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg()
5180 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg()
5227 if (ahd->msgin_buf[1] != MSG_EXT_WDTR_LEN) { in ahd_parse_msg()
[all …]
Daic7xxx.h1032 uint8_t msgin_buf[12];/* Message we are receiving */ member
Daic79xx.h1190 uint8_t msgin_buf[12];/* Message we are receiving */ member