Lines Matching refs:dev_handle

116 	u_int16_t		dev_handle;  member
919 address = MPII_CFG_RAID_VOL_ADDR_HANDLE | dev->dev_handle; in mpii_scsi_probe()
952 address = MPII_PGAD_SAS_DEVICE_FORM_HANDLE | (uint32_t)dev->dev_handle; in mpii_scsi_probe()
1841 dev->dev_handle = lemtoh16(&ce->vol_dev_handle); in mpii_event_raid()
1933 handle = lemtoh16(&pe->dev_handle); in mpii_event_sas()
1942 dev->dev_handle = handle; in mpii_event_sas()
1959 dev = mpii_find_dev(sc, lemtoh16(&pe->dev_handle)); in mpii_event_sas()
1964 mpii_sas_remove_device(sc, dev->dev_handle); in mpii_event_sas()
2119 htolem16(&stq->dev_handle, handle); in mpii_sas_remove_device()
2135 htolem16(&soq->dev_handle, handle); in mpii_sas_remove_device()
2551 if (sc->sc_devs[i]->dev_handle == dev->dev_handle) { in mpii_remove_dev()
2569 if (sc->sc_devs[i]->dev_handle == handle) in mpii_find_dev()
2762 descr.dev_handle = htole16(ccb->ccb_dev_handle); in mpii_start()
2959 ccb->ccb_dev_handle = dev->dev_handle; in mpii_scsi_cmd()
2967 htolem16(&io->dev_handle, ccb->ccb_dev_handle); in mpii_scsi_cmd()
3065 htolem16(&stq->dev_handle, ccb->ccb_dev_handle); in mpii_scsi_cmd_tmo_handler()
3130 "function: 0x%02x\n", DEVNAME(sc), lemtoh16(&sie->dev_handle), in mpii_scsi_cmd_done()
3254 u_int32_t addr = MPII_CFG_RAID_VOL_ADDR_HANDLE | dev->dev_handle; in mpii_ioctl_cache()
3304 htolem16(&req->vol_dev_handle, dev->dev_handle); in mpii_ioctl_cache()
3394 volh = dev->dev_handle; in mpii_ioctl_vol()
3496 volh = dev->dev_handle; in mpii_ioctl_disk()
3639 if ((dev = mpii_find_dev(sc, lemtoh16(&ppg->dev_handle))) == NULL) { in mpii_bio_disk()
3718 volh = dev->dev_handle; in mpii_bio_volstate()