Lines Matching refs:dev_handle

567 	tm_req.DevHandle = htole16(tgtdev->dev_handle);  in mpi3mr_issue_tm()
600 tm_type, tgtdev->dev_handle); in mpi3mr_issue_tm()
646 tgtdev->dev_handle, drv_cmd->ioc_status, drv_cmd->ioc_loginfo); in mpi3mr_issue_tm()
666 …"termination_count(%u), response:%s(0x%x)\n", tm_type, tgtdev->dev_handle, drv_cmd->ioc_status, dr… in mpi3mr_issue_tm()
1004 if (targ->dev_handle == 0x0) { in mpi3mr_action_scsiio()
1090 req->DevHandle = htole16(targ->dev_handle); in mpi3mr_action_scsiio()
1211 targ->per_id, targ->dev_handle, in mpi3mr_enqueue_request()
1236 targ->per_id, targ->dev_handle, in mpi3mr_enqueue_request()
1387 if ((targ->dev_handle == 0x0) || (targ->dev_removed == 1)) { in mpi3mr_cam_action()
1657 mpi3mr_remove_device_from_os(sc, target->dev_handle); in mpi3mr_process_sastopochg_evt()
1785 mpi3mr_remove_device_from_os(sc, target->dev_handle); in mpi3mr_process_pcietopochg_evt()
1830 "Added device persistent_id: %d dev_handle: %d\n", per_id, target->dev_handle); in mpi3mr_add_device()
1915 U16 dev_handle = 0; in mpi3mr_devstatuschg_evt_bh() local
1923 dev_handle = le16toh(evtdata->DevHandle); in mpi3mr_devstatuschg_evt_bh()
1926 __func__, dev_handle, evtdata->ReasonCode); in mpi3mr_devstatuschg_evt_bh()
1944 tgtdev = mpi3mr_find_target_by_dev_handle(sc->cam_sc, dev_handle); in mpi3mr_devstatuschg_evt_bh()
1954 mpi3mr_remove_device_from_os(sc, dev_handle); in mpi3mr_devstatuschg_evt_bh()
1976 U16 dev_handle = 0, perst_id = 0; in mpi3mr_devinfochg_evt_bh() local
1979 dev_handle = le16toh(dev_pg0->DevHandle); in mpi3mr_devinfochg_evt_bh()
1982 __func__, dev_handle, perst_id); in mpi3mr_devinfochg_evt_bh()
1983 tgtdev = mpi3mr_find_target_by_dev_handle(sc->cam_sc, dev_handle); in mpi3mr_devinfochg_evt_bh()
1992 mpi3mr_remove_device_from_os(sc, tgtdev->dev_handle); in mpi3mr_devinfochg_evt_bh()