Searched refs:ufshci_path (Results 1 – 2 of 2) sorted by relevance
374 if (xpt_create_path(&ctrlr->ufshci_path, /*periph*/ NULL, in ufshci_sim_attach()394 if (ctrlr->ufshci_path != NULL) { in ufshci_sim_detach()395 xpt_free_path(ctrlr->ufshci_path); in ufshci_sim_detach()396 ctrlr->ufshci_path = NULL; in ufshci_sim_detach()
331 struct cam_path *ufshci_path; member