• Home
  • Raw
  • Download

Lines Matching refs:msg_buf

954 	unsigned char	msg_buf[13];	/* The message for the target */  member
3752 p->msg_buf[p->msg_index++] = MSG_EXTENDED; in aic7xxx_construct_ppr()
3753 p->msg_buf[p->msg_index++] = MSG_EXT_PPR_LEN; in aic7xxx_construct_ppr()
3754 p->msg_buf[p->msg_index++] = MSG_EXT_PPR; in aic7xxx_construct_ppr()
3755 p->msg_buf[p->msg_index++] = AIC_DEV(scb->cmd)->goal.period; in aic7xxx_construct_ppr()
3756 p->msg_buf[p->msg_index++] = 0; in aic7xxx_construct_ppr()
3757 p->msg_buf[p->msg_index++] = AIC_DEV(scb->cmd)->goal.offset; in aic7xxx_construct_ppr()
3758 p->msg_buf[p->msg_index++] = AIC_DEV(scb->cmd)->goal.width; in aic7xxx_construct_ppr()
3759 p->msg_buf[p->msg_index++] = AIC_DEV(scb->cmd)->goal.options; in aic7xxx_construct_ppr()
3775 p->msg_buf[p->msg_index++] = MSG_EXTENDED; in aic7xxx_construct_sdtr()
3776 p->msg_buf[p->msg_index++] = MSG_EXT_SDTR_LEN; in aic7xxx_construct_sdtr()
3777 p->msg_buf[p->msg_index++] = MSG_EXT_SDTR; in aic7xxx_construct_sdtr()
3778 p->msg_buf[p->msg_index++] = period; in aic7xxx_construct_sdtr()
3779 p->msg_buf[p->msg_index++] = offset; in aic7xxx_construct_sdtr()
3794 p->msg_buf[p->msg_index++] = MSG_EXTENDED; in aic7xxx_construct_wdtr()
3795 p->msg_buf[p->msg_index++] = MSG_EXT_WDTR_LEN; in aic7xxx_construct_wdtr()
3796 p->msg_buf[p->msg_index++] = MSG_EXT_WDTR; in aic7xxx_construct_wdtr()
3797 p->msg_buf[p->msg_index++] = bus_width; in aic7xxx_construct_wdtr()
4489 p->msg_buf[p->msg_index++] = scb->tag_action; in aic7xxx_handle_seqint()
4490 p->msg_buf[p->msg_index++] = scb->hscb->tag; in aic7xxx_handle_seqint()
4496 p->msg_buf[p->msg_index++] = MSG_BUS_DEV_RESET; in aic7xxx_handle_seqint()
4506 p->msg_buf[p->msg_index++] = MSG_ABORT_TAG; in aic7xxx_handle_seqint()
4510 p->msg_buf[p->msg_index++] = MSG_ABORT; in aic7xxx_handle_seqint()
4931 if (p->msg_buf[0] != MSG_EXTENDED) in aic7xxx_parse_msg()
4972 switch(p->msg_buf[2]) in aic7xxx_parse_msg()
4977 if (p->msg_buf[1] != MSG_EXT_SDTR_LEN) in aic7xxx_parse_msg()
4988 period = new_period = p->msg_buf[3]; in aic7xxx_parse_msg()
4989 offset = new_offset = p->msg_buf[4]; in aic7xxx_parse_msg()
5120 if (p->msg_buf[1] != MSG_EXT_WDTR_LEN) in aic7xxx_parse_msg()
5131 bus_width = new_bus_width = p->msg_buf[3]; in aic7xxx_parse_msg()
5288 if (p->msg_buf[1] != MSG_EXT_PPR_LEN) in aic7xxx_parse_msg()
5299 period = new_period = p->msg_buf[3]; in aic7xxx_parse_msg()
5300 offset = new_offset = p->msg_buf[5]; in aic7xxx_parse_msg()
5301 bus_width = new_bus_width = p->msg_buf[6]; in aic7xxx_parse_msg()
5302 trans_options = new_trans_options = p->msg_buf[7] & 0xf; in aic7xxx_parse_msg()
5557 aic_outb(p, p->msg_buf[p->msg_index], SINDEX); in aic7xxx_handle_reqinit()
5584 aic_outb(p, p->msg_buf[p->msg_index++], SCSIDATL); in aic7xxx_handle_reqinit()
5596 p->msg_buf[p->msg_index] = aic_inb(p, SCSIBUSL); in aic7xxx_handle_reqinit()