Searched refs:tgtlen (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_scsa.c37 int cmdlen, int statuslen, int tgtlen,
90 int tgtlen,
105 tgtlen, gwrap_len, callback, arg);
135 if (!(*cccp->ccc_ccballoc)(gtgtp, gcmdp, cmdlen, statuslen, tgtlen,
173 int tgtlen,
190 pktp = ghd_pktalloc(cccp, ap, cmdlen, statuslen, tgtlen,
86 ghd_pktalloc(ccc_t *cccp, struct scsi_address *ap, int cmdlen, int statuslen, int tgtlen, int (*callback)(), caddr_t arg, int ccblen) argument
167 ghd_tran_init_pkt_attr(ccc_t *cccp, struct scsi_address *ap, struct scsi_pkt *pktp, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg, int ccblen, ddi_dma_attr_t *sg_attrp) argument
H A Dghd_scsa.h55 int cmdlen, int statuslen, int tgtlen,
/illumos-gate/usr/src/uts/sun/sys/dada/impl/
H A Dtransport.h112 int tgtlen,
191 int tgtlen,
/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_hba.c316 int tgtlen,
342 tgtlen = ROUNDUP(tgtlen);
346 cmdlen + tgtlen +hbalen + statuslen;
371 if (tgtlen > 0) {
373 p += tgtlen;
312 dcd_hba_pkt_alloc( struct dcd_address *ap, int cmdlen, int statuslen, int tgtlen, int hbalen, int (*callback)(caddr_t arg), caddr_t arg) argument
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/
H A Datapi.h109 int statuslen, int tgtlen, int ccblen);
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.h116 int statuslen, int tgtlen, int ccblen);
H A Datapi.c48 int tgtlen, int flags, int (*callback)(caddr_t), caddr_t arg);
604 int tgtlen,
678 cmdlen, statuslen, tgtlen, flags,
819 int tgtlen,
598 atapi_tran_init_pkt( struct scsi_address *ap, struct scsi_pkt *spktp, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(caddr_t), caddr_t arg) argument
814 atapi_ccballoc( gtgt_t *gtgtp, gcmd_t *gcmdp, int cmdlen, int statuslen, int tgtlen, int ccblen) argument
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dtransport.h129 int tgtlen,
423 int tgtlen,
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi_var.h95 size_t tgtlen; member in struct:pvscsi_cmd
H A Dpvscsi.c1159 kmem_free(pkt->pkt_private, cmd->tgtlen);
1186 if (cmd->tgtlen > sizeof (cmd->tgt_priv)) {
1187 if ((buf = kmem_zalloc(cmd->tgtlen, kf)) == NULL)
2009 int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(),
2053 cmd->tgtlen = tgtlen;
2062 (tgtlen > sizeof (cmd->tgt_priv))) {
2008 pvscsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c88 int tgtlen, int flags, int (*callback)(), caddr_t arg);
810 struct buf *bp, int cmdlen, int statuslen, int tgtlen,
824 tgtlen, sizeof (struct emul64_cmd), callback, arg);
809 emul64_scsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_transport.c229 struct buf *bp, int cmdlen, int statuslen, int tgtlen,
249 tgtlen, sizeof (cpqary3_pkt_t), callback, NULL);
228 cpqary3_init_pkt(struct scsi_address *sa, struct scsi_pkt *scsi_pktp, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c179 int tgtlen, int flags, int (*callback)(), caddr_t arg);
1844 int tgtlen, int flags, int (*callback)(), caddr_t arg)
1863 slen, tgtlen, sizeof (struct amr_command),
1842 amr_tran_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c188 int tgtlen, int flags, int (*callback)(), caddr_t arg);
209 int cmdlen, int tgtlen, int statuslen, int kf);
2064 struct buf *bp, int cmdlen, int statuslen, int tgtlen,
2076 cmdlen *= 4; statuslen *= 4; tgtlen *= 4;
2113 cmd->cmd_privlen = tgtlen;
2119 (tgtlen > PKT_PRIV_LEN) ||
2127 cmdlen, tgtlen, statuslen, kf);
2268 int cmdlen, int tgtlen, int statuslen, int kf)
2282 if (tgtlen > PKT_PRIV_LEN) {
2283 if ((tgt = kmem_zalloc(tgtlen, k
2063 fas_scsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
2267 fas_pkt_alloc_extern(struct fas *fas, struct fas_cmd *sp, int cmdlen, int tgtlen, int statuslen, int kf) argument
[all...]
H A Dsf.c1352 int tgtlen, int statuslen, int kf)
1361 if (tgtlen > PKT_PRIV_LEN) {
1362 if ((tgt = kmem_zalloc(tgtlen, kf)) == NULL) {
1418 struct buf *bp, int cmdlen, int statuslen, int tgtlen,
1472 cmd->cmd_privlen = tgtlen;
1485 (tgtlen > PKT_PRIV_LEN) ||
1490 tgtlen, statuslen, kf);
1351 sf_pkt_alloc_extern(struct sf *sf, struct sf_pkt *cmd, int tgtlen, int statuslen, int kf) argument
1417 sf_scsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c1279 struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags,
1315 cmd->sc_priv_len = tgtlen;
1320 (tgtlen > sizeof (cmd->sc_priv))) {
1278 scsa1394_scsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c86 int tgtlen, int flags, int (*callback) (), caddr_t arg);
820 struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags,
846 ap, cmdlen, statuslen, tgtlen, sizeof (iscsi_cmd_t),
819 iscsi_tran_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback) (), caddr_t arg) argument
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c2495 int tgtlen, int flags, int (*callback)(), caddr_t arg)
2520 statuslen, tgtlen, sizeof (scsa2usb_cmd_t),
2575 tgtlen, flags);
2493 scsa2usb_scsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c171 int tgtlen, int flags, int (*callback)(), caddr_t arg);
281 int cmdlen, int tgtlen, int statuslen, int kf);
3615 struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags,
3644 statuslen *= 100; tgtlen *= 4;
3649 cmdlen, statuslen, tgtlen, flags));
3680 (tgtlen > PKT_PRIV_LEN) ||
3688 cmdlen, tgtlen, statuslen, kf);
4144 int cmdlen, int tgtlen, int statuslen, int kf)
4149 "cmd=0x%p cmdlen=%d tgtlen=%d statuslen=%d kf=%x",
4150 (void *)cmd, cmdlen, tgtlen, statusle
3614 mptsas_scsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
4143 mptsas_pkt_alloc_extern(mptsas_t *mpt, mptsas_cmd_t *cmd, int cmdlen, int tgtlen, int statuslen, int kf) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c89 int tgtlen, int flags, int (*callback)(), caddr_t arg);
945 int tgtlen, int flags, int (*callback)(), caddr_t arg)
970 statuslen, tgtlen, sizeof (void *), callback, arg);
943 arcmsr_tran_init_pkt(struct scsi_address *ap, register struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c2593 int tgtlen,
2614 atgtlen = ROUNDUP(tgtlen);
2641 if (tgtlen > 0) {
2664 pkt->pkt_tgtlen = tgtlen;
2588 scsi_hba_pkt_alloc( dev_info_t *self, struct scsi_address *ap, int cmdlen, int statuslen, int tgtlen, int hbalen, int (*callback)(caddr_t arg), caddr_t arg) argument
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c1144 * @tgtlen:
1159 struct buf *bp, int cmdlen, int statuslen, int tgtlen,
1173 tgtlen, sizeof (struct scsa_cmd), callback, arg);
1158 megasas_tran_init_pkt(struct scsi_address *ap, register struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c5361 struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags,
5376 slen, tgtlen, sizeof (struct aac_cmd), callback, arg);
5360 aac_tran_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c1917 struct buf *bp, int cmdlen, int statuslen, int tgtlen,
1939 ap, cmdlen, statuslen, tgtlen, sizeof (*vpkt), callback,
1916 vhci_scsi_init_pkt(struct scsi_address *ap, struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(caddr_t), caddr_t arg) argument
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c1760 * @tgtlen:
1775 struct buf *bp, int cmdlen, int statuslen, int tgtlen,
1789 tgtlen, sizeof (struct scsa_cmd), callback, arg);
1774 mrsas_tran_init_pkt(struct scsi_address *ap, register struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(), caddr_t arg) argument

Completed in 249 milliseconds

12