Lines Matching defs:msgptr
1926 static int ncr_prepare_nego(struct ncb *np, struct ccb *cp, u_char *msgptr);
4051 static int ncr_prepare_nego(struct ncb *np, struct ccb *cp, u_char *msgptr)
4078 msglen += spi_populate_sync_msg(msgptr + msglen,
4082 msglen += spi_populate_width_msg(msgptr + msglen, tp->usrwide);
4092 "wide msgout":"sync_msgout", msgptr);
4118 u_char idmsg, *msgptr;
4189 msgptr = cp->scsi_smsg;
4191 msgptr[msglen++] = idmsg;
4226 msgptr[msglen++] = order;
4232 msgptr[msglen++] = (cp->tag << 1) + 1;
4267 msglen += ncr_prepare_nego (np, cp, msgptr + msglen);