Searched refs:lastbyte (Results 1 – 5 of 5) sorted by relevance
55 unsigned int lastbyte; /* last byte sent out to trans. B channel */ member
158 bc->lastbyte = skb->data[bytes_sent - 1]; in auerisdn_bintbo_newdata()183 memset(ucp, bc->lastbyte, buf_size - len); in auerisdn_bintbo_newdata()
2653 int lastbyte; in ahc_handle_message_phase() local2714 lastbyte = ahc->msgout_index == (ahc->msgout_len - 1); in ahc_handle_message_phase()2715 if (lastbyte) { in ahc_handle_message_phase()2863 int lastbyte; in ahc_handle_message_phase() local2870 lastbyte = (ahc_inb(ahc, SCSISIGI) & ATNI) == 0; in ahc_handle_message_phase()2913 if (lastbyte) in ahc_handle_message_phase()
3440 int lastbyte; in ahd_handle_message_phase() local3512 lastbyte = ahd->msgout_index == (ahd->msgout_len - 1); in ahd_handle_message_phase()3513 if (lastbyte) { in ahd_handle_message_phase()3667 int lastbyte; in ahd_handle_message_phase() local3679 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; in ahd_handle_message_phase()3722 if (lastbyte) in ahd_handle_message_phase()
6048 unsigned char lastbyte; in aic7xxx_handle_reqinit() local6059 lastbyte = (p->msg_index == (p->msg_len - 1)); in aic7xxx_handle_reqinit()6062 if (lastbyte || phasemis) in aic7xxx_handle_reqinit()