Searched refs:msgin_buf (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/scsi/ |
D | dc395x.c | 253 u8 msgin_buf[6]; member 2627 srb->msgin_buf[0], in msgin_reject() 2666 memcpy(srb->msgin_buf, dcb->active_srb->msgin_buf, acb->msg_len); in msgin_qtag() 2726 dcb->target_id, srb->msgin_buf[3] << 2, in msgin_set_sync() 2727 (250 / srb->msgin_buf[3]), in msgin_set_sync() 2728 ((250 % srb->msgin_buf[3]) * 10) / srb->msgin_buf[3], in msgin_set_sync() 2729 srb->msgin_buf[4]); in msgin_set_sync() 2731 if (srb->msgin_buf[4] > 15) in msgin_set_sync() 2732 srb->msgin_buf[4] = 15; in msgin_set_sync() 2736 dcb->sync_offset = srb->msgin_buf[4]; in msgin_set_sync() [all …]
|
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 3362 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIBUSL); in ahc_handle_message_phase() 3366 ahc->msgin_buf[ahc->msgin_index]); in ahc_handle_message_phase() 3474 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL); in ahc_handle_message_phase() 3611 switch (ahc->msgin_buf[0]) { in ahc_parse_msg() 3634 switch (ahc->msgin_buf[2]) { in ahc_parse_msg() 3643 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahc_parse_msg() 3658 period = ahc->msgin_buf[3]; in ahc_parse_msg() 3660 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg() 3673 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg() 3721 if (ahc->msgin_buf[1] != MSG_EXT_WDTR_LEN) { in ahc_parse_msg() [all …]
|
D | aic79xx_core.c | 4856 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIBUS); in ahd_handle_message_phase() 4860 ahd->msgin_buf[ahd->msgin_index]); in ahd_handle_message_phase() 4978 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase() 5127 switch (ahd->msgin_buf[0]) { in ahd_parse_msg() 5150 switch (ahd->msgin_buf[2]) { in ahd_parse_msg() 5158 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahd_parse_msg() 5173 period = ahd->msgin_buf[3]; in ahd_parse_msg() 5175 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg() 5186 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg() 5233 if (ahd->msgin_buf[1] != MSG_EXT_WDTR_LEN) { in ahd_parse_msg() [all …]
|
D | aic7xxx.h | 1037 uint8_t msgin_buf[12];/* Message we are receiving */ member
|
D | aic79xx.h | 1199 uint8_t msgin_buf[12];/* Message we are receiving */ member
|