Searched defs:vpkt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c1079 struct vhci_pkt *vpkt = TGTPKT2VHCIPKT(pkt); local
1082 if (!vpkt->vpkt_tgt_init_bp)
1085 addr = bp_mapin_common(vpkt->vpkt_tgt_init_bp,
1086 (vpkt->vpkt_flags & CFLAG_NOWAIT) ? VM_NOSLEEP : VM_SLEEP);
1101 vlun->svl_bcount = vpkt->vpkt_tgt_init_bp->b_bcount;
1102 vlun->svl_first_path = vpkt->vpkt_path;
1127 struct vhci_pkt *vpkt = TGTPKT2VHCIPKT(pkt); local
1141 ASSERT(vpkt != NULL);
1142 ASSERT(vpkt->vpkt_state != VHCI_PKT_ISSUED);
1163 if (!(vpkt
1921 struct vhci_pkt *vpkt; local
2068 struct vhci_pkt *vpkt = (struct vhci_pkt *)pkt->pkt_ha_private; local
2096 struct vhci_pkt *vpkt = (struct vhci_pkt *)pkt->pkt_ha_private; local
2121 struct vhci_pkt *vpkt = (struct vhci_pkt *)pkt->pkt_ha_private; local
2216 vhci_bind_transport(struct scsi_address *ap, struct vhci_pkt *vpkt, int flags, int (*func)(caddr_t)) argument
2691 struct vhci_pkt *vpkt; local
2831 struct vhci_pkt *vpkt = *intr_vpkt; local
3156 struct vhci_pkt *vpkt = (struct vhci_pkt *)pkt->pkt_private; local
3582 struct vhci_pkt *vpkt = (struct vhci_pkt *)pkt->pkt_private; local
7847 struct vhci_pkt *vpkt = (struct vhci_pkt *)arg; local
8018 vhci_update_pHCI_pkt(struct vhci_pkt *vpkt, struct scsi_pkt *pkt) argument
8202 vhci_create_retry_pkt(struct vhci_pkt *vpkt) argument
8246 vhci_sync_retry_pkt(struct vhci_pkt *vpkt) argument
[all...]

Completed in 54 milliseconds