Lines Matching defs:msgptr
1923 static int ncr_prepare_nego(struct ncb *np, struct ccb *cp, u_char *msgptr);
4023 static int ncr_prepare_nego(struct ncb *np, struct ccb *cp, u_char *msgptr)
4050 msglen += spi_populate_sync_msg(msgptr + msglen,
4054 msglen += spi_populate_width_msg(msgptr + msglen, tp->usrwide);
4064 "wide msgout":"sync_msgout", msgptr);
4090 u_char idmsg, *msgptr;
4161 msgptr = cp->scsi_smsg;
4163 msgptr[msglen++] = idmsg;
4198 msgptr[msglen++] = order;
4204 msgptr[msglen++] = (cp->tag << 1) + 1;
4239 msglen += ncr_prepare_nego (np, cp, msgptr + msglen);