Searched refs:PhysDev (Results 1 – 8 of 8) sorted by relevance
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()109 bcopy(&(tgtp->PhysID), &(cmdlistp->Header.LUN.PhysDev), in cpqary3_build_cmdlist()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()247 &(cmdlistp->Header.LUN.PhysDev), in cpqary3_send_abortcmd()312 cmdlistp->Header.LUN.PhysDev.TargetId = 0; in cpqary3_flush_cache()313 cmdlistp->Header.LUN.PhysDev.Bus = 0; in cpqary3_flush_cache()[all …]
662 cmdlistp->Header.LUN.PhysDev.TargetId = 0; in cpqary3_detect_target_geometry()672 cmdlistp->Header.LUN.PhysDev.Bus = in cpqary3_detect_target_geometry()674 cmdlistp->Header.LUN.PhysDev.Mode = in cpqary3_detect_target_geometry()675 (cmdlistp->Header.LUN.PhysDev.Bus > 0) ? in cpqary3_detect_target_geometry()738 cmdlistp->Header.LUN.PhysDev.TargetId = 0; in cpqary3_detect_target_geometry()747 cmdlistp->Header.LUN.PhysDev.Bus = in cpqary3_detect_target_geometry()749 cmdlistp->Header.LUN.PhysDev.Mode = in cpqary3_detect_target_geometry()750 (cmdlistp->Header.LUN.PhysDev.Bus > 0) ? in cpqary3_detect_target_geometry()
181 cmdlist->Header.LUN.PhysDev.Mode = PERIPHERIAL_DEV_ADDR; in cpqary3_send_NOE_command()248 cmdlist->Header.LUN.PhysDev.Mode = PERIPHERIAL_DEV_ADDR; in cpqary3_disable_NOE_command()
167 PhysDevAddr_t PhysDev; member
54 smcm->smcm_va_cmd->Header.LUN.PhysDev = *addr; in smrt_sata_determine_wwn()
184 lun->PhysDev.Mode = masked ? MASK_PERIPHERIAL_DEV_ADDR : in smrt_write_lun_addr_phys()187 lun->PhysDev.TargetId = target; in smrt_write_lun_addr_phys()188 lun->PhysDev.Bus = bus; in smrt_write_lun_addr_phys()190 bzero(&lun->PhysDev.Target, sizeof (lun->PhysDev.Target)); in smrt_write_lun_addr_phys()
314 &smpt->smpt_addr.PhysDev, smpt->smpt_info); in smrt_read_phys_ext()368 smpt->smpt_addr.PhysDev = extents[i].srple_addr; in smrt_read_phys_ext()
252 PhysDevAddr_t PhysDev; member