Home
last modified time | relevance | path

Searched refs:ufshci_path (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ufshci/
H A Dufshci_sim.c374 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()
H A Dufshci_private.h331 struct cam_path *ufshci_path; member