opnsense-src/sys/dev/ufshci
Jaeyoon Choi 0d5fdcb63c ufshci: enable the ufshci module to load at boot time
The ufshci driver tried to allocate a single 256KB segment for the UTP
command descriptor during boot, but failed due to memory fragmentation.
I fixed it to allocate the buffer in 8KB segments instead.

Sponsored by:		Samsung Electronics
Reviewed by:		imp
Differential Revision:	https://reviews.freebsd.org/D50933
2025-07-16 17:20:59 -06:00
..
ufshci.c
ufshci.h
ufshci_ctrlr.c
ufshci_ctrlr_cmd.c
ufshci_dev.c
ufshci_pci.c
ufshci_private.h ufshci: enable the ufshci module to load at boot time 2025-07-16 17:20:59 -06:00
ufshci_reg.h
ufshci_req_queue.c
ufshci_req_sdb.c ufshci: enable the ufshci module to load at boot time 2025-07-16 17:20:59 -06:00
ufshci_sim.c
ufshci_sysctl.c
ufshci_uic_cmd.c