Lines Matching refs:Header

97 	cmdlistp->Header.SGList = cpqary3_cmdpvtp->pvt_pkt->cmd_cookiecnt;  in cpqary3_build_cmdlist()
98 cmdlistp->Header.SGTotal = cpqary3_cmdpvtp->pvt_pkt->cmd_cookiecnt; in cpqary3_build_cmdlist()
99 cmdlistp->Header.Tag.drvinfo_n_err = CPQARY3_OSCMD_SUCCESS; in cpqary3_build_cmdlist()
102 cmdlistp->Header.LUN.PhysDev.TargetId = 0; in cpqary3_build_cmdlist()
103 cmdlistp->Header.LUN.PhysDev.Bus = 0; in cpqary3_build_cmdlist()
104 cmdlistp->Header.LUN.PhysDev.Mode = MASK_PERIPHERIAL_DEV_ADDR; in cpqary3_build_cmdlist()
106 cmdlistp->Header.LUN.LogDev.VolId = tgtp->logical_id; in cpqary3_build_cmdlist()
107 cmdlistp->Header.LUN.LogDev.Mode = LOGICAL_VOL_ADDR; in cpqary3_build_cmdlist()
109 bcopy(&(tgtp->PhysID), &(cmdlistp->Header.LUN.PhysDev), in cpqary3_build_cmdlist()
217 cmdlistp->Header.SGList = 0; in cpqary3_send_abortcmd()
218 cmdlistp->Header.SGTotal = 0; in cpqary3_send_abortcmd()
219 cmdlistp->Header.Tag.drvinfo_n_err = CPQARY3_SYNCCMD_SUCCESS; in cpqary3_send_abortcmd()
220 cmdlistp->Header.LUN.PhysDev.TargetId = 0; in cpqary3_send_abortcmd()
221 cmdlistp->Header.LUN.PhysDev.Bus = 0; in cpqary3_send_abortcmd()
222 cmdlistp->Header.LUN.PhysDev.Mode = PERIPHERIAL_DEV_ADDR; in cpqary3_send_abortcmd()
235 cmdlist2abortp->Header.Tag.drvinfo_n_err; in cpqary3_send_abortcmd()
236 cpqary3_tagp->tag_value = cmdlist2abortp->Header.Tag.tag_value; in cpqary3_send_abortcmd()
242 cmdlistp->Header.LUN.LogDev.Mode = LOGICAL_VOL_ADDR; in cpqary3_send_abortcmd()
243 cmdlistp->Header.LUN.LogDev.VolId = cpqtgtp->logical_id; in cpqary3_send_abortcmd()
247 &(cmdlistp->Header.LUN.PhysDev), in cpqary3_send_abortcmd()
265 if (cpqary3_cmdpvtp->cmdlist_memaddr->Header.Tag.drvinfo_n_err == in cpqary3_send_abortcmd()
309 cmdlistp->Header.SGList = 1; in cpqary3_flush_cache()
310 cmdlistp->Header.SGTotal = 1; in cpqary3_flush_cache()
311 cmdlistp->Header.Tag.drvinfo_n_err = CPQARY3_SYNCCMD_SUCCESS; in cpqary3_flush_cache()
312 cmdlistp->Header.LUN.PhysDev.TargetId = 0; in cpqary3_flush_cache()
313 cmdlistp->Header.LUN.PhysDev.Bus = 0; in cpqary3_flush_cache()
314 cmdlistp->Header.LUN.PhysDev.Mode = PERIPHERIAL_DEV_ADDR; in cpqary3_flush_cache()
383 cmdlistp->Header.SGList = 1; in cpqary3_probe4LVs()
384 cmdlistp->Header.SGTotal = 1; in cpqary3_probe4LVs()
385 cmdlistp->Header.Tag.drvinfo_n_err = CPQARY3_SYNCCMD_SUCCESS; in cpqary3_probe4LVs()
386 cmdlistp->Header.LUN.PhysDev.Mode = MASK_PERIPHERIAL_DEV_ADDR; in cpqary3_probe4LVs()
415 if ((cpqary3_cmdpvtp->cmdlist_memaddr->Header.Tag.drvinfo_n_err == in cpqary3_probe4LVs()
625 cmdlistp->Header.SGList = 1; in cpqary3_probe4Tapes()
626 cmdlistp->Header.SGTotal = 1; in cpqary3_probe4Tapes()
627 cmdlistp->Header.Tag.drvinfo_n_err = CPQARY3_SYNCCMD_SUCCESS; in cpqary3_probe4Tapes()
628 cmdlistp->Header.LUN.PhysDev.TargetId = 0; in cpqary3_probe4Tapes()
629 cmdlistp->Header.LUN.PhysDev.Bus = 0; in cpqary3_probe4Tapes()
630 cmdlistp->Header.LUN.PhysDev.Mode = MASK_PERIPHERIAL_DEV_ADDR; in cpqary3_probe4Tapes()
661 if ((cpqary3_cmdpvtp->cmdlist_memaddr->Header.Tag.drvinfo_n_err == in cpqary3_probe4Tapes()