This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
dev
/
nvme
History
jimharris
61a3cd77cc
Change a number of malloc(9) calls to use M_WAITOK instead of
...
M_NOWAIT. Sponsored by: Intel Suggested by: carl Reviewed by: carl
2013-03-26 22:11:34 +00:00
..
nvme_ctrlr_cmd.c
Add structure definitions and controller command function for firmware
2013-03-26 21:03:03 +00:00
nvme_ctrlr.c
Change a number of malloc(9) calls to use M_WAITOK instead of
2013-03-26 22:11:34 +00:00
nvme_ns_cmd.c
Make the DSM range count 0-based. Previously we were deallocating one more
2013-03-26 18:16:30 +00:00
nvme_ns.c
Change a number of malloc(9) calls to use M_WAITOK instead of
2013-03-26 22:11:34 +00:00
nvme_private.h
Replace usages of mtx_pool_find used for admin commands with a polling
2013-03-26 22:09:51 +00:00
nvme_qpair.c
Change a number of malloc(9) calls to use M_WAITOK instead of
2013-03-26 22:11:34 +00:00
nvme_sysctl.c
Remove the is_started flag from struct nvme_controller.
2013-03-26 21:19:26 +00:00
nvme_test.c
Change a number of malloc(9) calls to use M_WAITOK instead of
2013-03-26 22:11:34 +00:00
nvme_uio.c
Create struct nvme_status.
2013-03-26 21:00:18 +00:00
nvme.c
Replace usages of mtx_pool_find used for admin commands with a polling
2013-03-26 22:09:51 +00:00
nvme.h
Add the ability to internally mark a controller as failed, if it is unable to
2013-03-26 21:58:38 +00:00