Lines Matching refs:dev_handle
536 tm_req.DevHandle = htole16(tgtdev->dev_handle); in mpi3mr_issue_tm()
569 tm_type, tgtdev->dev_handle); in mpi3mr_issue_tm()
615 tgtdev->dev_handle, drv_cmd->ioc_status, drv_cmd->ioc_loginfo); in mpi3mr_issue_tm()
635 …"termination_count(%u), response:%s(0x%x)\n", tm_type, tgtdev->dev_handle, drv_cmd->ioc_status, dr… in mpi3mr_issue_tm()
973 if (targ->dev_handle == 0x0) { in mpi3mr_action_scsiio()
1059 req->DevHandle = htole16(targ->dev_handle); in mpi3mr_action_scsiio()
1177 targ->per_id, targ->dev_handle, in mpi3mr_enqueue_request()
1202 targ->per_id, targ->dev_handle, in mpi3mr_enqueue_request()
1353 if ((targ->dev_handle == 0x0) || (targ->dev_removed == 1)) { in mpi3mr_cam_action()
1623 mpi3mr_remove_device_from_os(sc, target->dev_handle); in mpi3mr_process_sastopochg_evt()
1751 mpi3mr_remove_device_from_os(sc, target->dev_handle); in mpi3mr_process_pcietopochg_evt()
1796 "Added device persistent_id: %d dev_handle: %d\n", per_id, target->dev_handle); in mpi3mr_add_device()
1882 U16 dev_handle = 0; in mpi3mr_devstatuschg_evt_bh() local
1890 dev_handle = le16toh(evtdata->DevHandle); in mpi3mr_devstatuschg_evt_bh()
1893 __func__, dev_handle, evtdata->ReasonCode); in mpi3mr_devstatuschg_evt_bh()
1911 tgtdev = mpi3mr_find_target_by_dev_handle(sc->cam_sc, dev_handle); in mpi3mr_devstatuschg_evt_bh()
1921 mpi3mr_remove_device_from_os(sc, dev_handle); in mpi3mr_devstatuschg_evt_bh()
1943 U16 dev_handle = 0, perst_id = 0; in mpi3mr_devinfochg_evt_bh() local
1946 dev_handle = le16toh(dev_pg0->DevHandle); in mpi3mr_devinfochg_evt_bh()
1949 __func__, dev_handle, perst_id); in mpi3mr_devinfochg_evt_bh()
1950 tgtdev = mpi3mr_find_target_by_dev_handle(sc->cam_sc, dev_handle); in mpi3mr_devinfochg_evt_bh()
1959 mpi3mr_remove_device_from_os(sc, tgtdev->dev_handle); in mpi3mr_devinfochg_evt_bh()