Home
last modified time | relevance | path

Searched refs:msgin_buf (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Ddc395x.c252 u8 msgin_buf[6]; member
2492 srb->msgin_buf[0], in msgin_reject()
2531 memcpy(srb->msgin_buf, dcb->active_srb->msgin_buf, acb->msg_len); in msgin_qtag()
2591 dcb->target_id, srb->msgin_buf[3] << 2, in msgin_set_sync()
2592 (250 / srb->msgin_buf[3]), in msgin_set_sync()
2593 ((250 % srb->msgin_buf[3]) * 10) / srb->msgin_buf[3], in msgin_set_sync()
2594 srb->msgin_buf[4]); in msgin_set_sync()
2596 if (srb->msgin_buf[ in msgin_set_sync()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Ddc395x.c237 u8 msgin_buf[6]; member
2468 srb->msgin_buf[0], in msgin_reject()
2507 memcpy(srb->msgin_buf, dcb->active_srb->msgin_buf, acb->msg_len); in msgin_qtag()
2567 dcb->target_id, srb->msgin_buf[3] << 2, in msgin_set_sync()
2568 (250 / srb->msgin_buf[3]), in msgin_set_sync()
2569 ((250 % srb->msgin_buf[3]) * 10) / srb->msgin_buf[3], in msgin_set_sync()
2570 srb->msgin_buf[4]); in msgin_set_sync()
2572 if (srb->msgin_buf[ in msgin_set_sync()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c3339 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIBUSL); in ahc_handle_message_phase()
3343 ahc->msgin_buf[ahc->msgin_index]); in ahc_handle_message_phase()
3451 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL); in ahc_handle_message_phase()
3588 switch (ahc->msgin_buf[0]) { in ahc_parse_msg()
3611 switch (ahc->msgin_buf[2]) { in ahc_parse_msg()
3620 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahc_parse_msg()
3635 period = ahc->msgin_buf[3]; in ahc_parse_msg()
3637 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg()
3650 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg()
3698 if (ahc->msgin_buf[ in ahc_parse_msg()
[all...]
H A Daic79xx_core.c4822 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIBUS); in ahd_handle_message_phase()
4826 ahd->msgin_buf[ahd->msgin_index]); in ahd_handle_message_phase()
4944 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase()
5093 switch (ahd->msgin_buf[0]) { in ahd_parse_msg()
5116 switch (ahd->msgin_buf[2]) { in ahd_parse_msg()
5124 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahd_parse_msg()
5139 period = ahd->msgin_buf[3]; in ahd_parse_msg()
5141 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg()
5152 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg()
5199 if (ahd->msgin_buf[ in ahd_parse_msg()
[all...]
H A Daic7xxx.h1032 uint8_t msgin_buf[12];/* Message we are receiving */ member
H A Daic79xx.h1190 uint8_t msgin_buf[12];/* Message we are receiving */ member
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c3337 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIBUSL); in ahc_handle_message_phase()
3341 ahc->msgin_buf[ahc->msgin_index]); in ahc_handle_message_phase()
3449 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL); in ahc_handle_message_phase()
3586 switch (ahc->msgin_buf[0]) { in ahc_parse_msg()
3609 switch (ahc->msgin_buf[2]) { in ahc_parse_msg()
3618 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahc_parse_msg()
3633 period = ahc->msgin_buf[3]; in ahc_parse_msg()
3635 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg()
3648 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg()
3696 if (ahc->msgin_buf[ in ahc_parse_msg()
[all...]
H A Daic79xx_core.c4820 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIBUS); in ahd_handle_message_phase()
4824 ahd->msgin_buf[ahd->msgin_index]); in ahd_handle_message_phase()
4942 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase()
5091 switch (ahd->msgin_buf[0]) { in ahd_parse_msg()
5114 switch (ahd->msgin_buf[2]) { in ahd_parse_msg()
5122 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahd_parse_msg()
5137 period = ahd->msgin_buf[3]; in ahd_parse_msg()
5139 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg()
5150 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg()
5197 if (ahd->msgin_buf[ in ahd_parse_msg()
[all...]
H A Daic7xxx.h1030 uint8_t msgin_buf[12];/* Message we are receiving */ member
H A Daic79xx.h1190 uint8_t msgin_buf[12];/* Message we are receiving */ member

Completed in 41 milliseconds