Lines Matching refs:per_id
779 "attempting target reset on target(%d)\n", target->per_id); in mpi3mr_target_reset()
785 " target reset not required.\n", target->per_id); in mpi3mr_target_reset()
793 target->per_id); in mpi3mr_target_reset()
1211 targ->per_id, targ->dev_handle, in mpi3mr_enqueue_request()
1224 tg->id, targ->per_id); in mpi3mr_enqueue_request()
1236 targ->per_id, targ->dev_handle, in mpi3mr_enqueue_request()
1246 targ->per_id); in mpi3mr_enqueue_request()
1484 targetid = targ->per_id; in mpi3mr_rescan_target()
1804 void mpi3mr_add_device(struct mpi3mr_softc *sc, U16 per_id) in mpi3mr_add_device() argument
1809 "Adding device(persistent id: 0x%x)\n", per_id); in mpi3mr_add_device()
1812 target = mpi3mr_find_target_by_per_id(sc->cam_sc, per_id); in mpi3mr_add_device()
1817 per_id); in mpi3mr_add_device()
1823 per_id); in mpi3mr_add_device()
1830 "Added device persistent_id: %d dev_handle: %d\n", per_id, target->dev_handle); in mpi3mr_add_device()
1852 target->per_id, handle); in mpi3mr_remove_device_from_os()
1863 "Poll reply queue once\n", target_outstanding, target->per_id); in mpi3mr_remove_device_from_os()
1869 "despite poll\n", target_outstanding, target->per_id); in mpi3mr_remove_device_from_os()
1875 "Removed device(persistent_id: %d dev_handle: %d)\n", target->per_id, handle); in mpi3mr_remove_device_from_os()
1950 mpi3mr_add_device(sc, tgtdev->per_id); in mpi3mr_devstatuschg_evt_bh()