Home
last modified time | relevance | path

Searched refs:cpqary3_pktp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_transport.c234 cpqary3_pkt_t *cpqary3_pktp; in cpqary3_init_pkt() local
253 cpqary3_pktp = (cpqary3_pkt_t *)scsi_pktp->pkt_ha_private; in cpqary3_init_pkt()
254 bzero(cpqary3_pktp, sizeof (cpqary3_pkt_t)); in cpqary3_init_pkt()
256 cpqary3_pktp->scsi_cmd_pkt = scsi_pktp; in cpqary3_init_pkt()
262 cpqary3_pktp->cdb_len = cmdlen; in cpqary3_init_pkt()
263 cpqary3_pktp->scb_len = statuslen; in cpqary3_init_pkt()
264 cpqary3_pktp->cmd_dmahandle = NULL; in cpqary3_init_pkt()
265 cpqary3_pktp->memp = (cpqary3_cmdpvt_t *)NULL; in cpqary3_init_pkt()
281 cpqary3_pktp->cmd_flags |= DDI_DMA_CONSISTENT; in cpqary3_init_pkt()
284 cpqary3_pktp->cmd_flags |= DDI_DMA_PARTIAL; in cpqary3_init_pkt()
[all …]