Searched refs:msgptr (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 1419 static int sym_prepare_nego(struct sym_hcb *np, struct sym_ccb *cp, u_char *msgptr) argument 1447 msglen += spi_populate_sync_msg(msgptr + msglen, goal->period, 1451 msglen += spi_populate_width_msg(msgptr + msglen, goal->width); 1454 msglen += spi_populate_ppr_msg(msgptr + msglen, goal->period, 1470 "ppr msgout", msgptr); 5145 u_char *msgptr; local 5167 msgptr = cp->scsi_smsg; 5169 msgptr[msglen++] = IDENTIFY(can_disconnect, sdev->lun); 5204 msgptr[msglen++] = order; 5214 msgptr[msglen++] = cp->tag; [all …]
|
/drivers/scsi/ |
D | ncr53c8xx.c | 1938 static int ncr_prepare_nego(struct ncb *np, struct ccb *cp, u_char *msgptr); 4060 static int ncr_prepare_nego(struct ncb *np, struct ccb *cp, u_char *msgptr) in ncr_prepare_nego() argument 4087 msglen += spi_populate_sync_msg(msgptr + msglen, in ncr_prepare_nego() 4091 msglen += spi_populate_width_msg(msgptr + msglen, tp->usrwide); in ncr_prepare_nego() 4101 "wide msgout":"sync_msgout", msgptr); in ncr_prepare_nego() 4127 u_char idmsg, *msgptr; in ncr_queue_command() local 4198 msgptr = cp->scsi_smsg; in ncr_queue_command() 4200 msgptr[msglen++] = idmsg; in ncr_queue_command() 4235 msgptr[msglen++] = order; in ncr_queue_command() 4241 msgptr[msglen++] = (cp->tag << 1) + 1; in ncr_queue_command() [all …]
|
D | atari_NCR5380.c | 1831 unsigned char tmp, *msgptr, phase; in do_abort() local 1861 msgptr = &tmp; in do_abort() 1864 NCR5380_transfer_pio(host, &phase, &len, &msgptr); in do_abort()
|
D | sun3_NCR5380.c | 1772 unsigned char tmp, *msgptr, phase; in do_abort() local 1800 msgptr = &tmp; in do_abort() 1803 NCR5380_transfer_pio (host, &phase, &len, &msgptr); in do_abort()
|
D | NCR5380.c | 1726 unsigned char *msgptr, phase, tmp; in do_abort() local 1762 msgptr = &tmp; in do_abort() 1765 NCR5380_transfer_pio(host, &phase, &len, &msgptr); in do_abort()
|