opnsense-src/sys/dev/nvmf/host
John Baldwin 4d3b659f24 nvmf: Track SQ flow control
This isn't really needed since the host driver never submits more
commands to a queue than it can hold, but I noticed that the
recently-added SQ head and tail sysctl nodes were not updating.  This
fixes that and also uses these values to assert that there we never
submit a command while a queue pair is full.

Sponsored by:	Chelsio Communications
2024-11-11 11:39:05 -05:00
..
nvmf.c nvmf: Schedule requests across multiple I/O queues 2024-11-11 11:37:32 -05:00
nvmf_aer.c nvmf: Rescan all namespaces if the changed NS log page is too large 2024-06-05 12:52:43 -07:00
nvmf_cmd.c
nvmf_ctldev.c
nvmf_ns.c nvmf: Handle shutdowns more gracefully 2024-06-05 12:59:28 -07:00
nvmf_qpair.c nvmf: Track SQ flow control 2024-11-11 11:39:05 -05:00
nvmf_sim.c nvmf: Narrow scope of sim lock in nvmf_sim_io 2024-09-25 21:14:06 -04:00
nvmf_var.h nvmf: Schedule requests across multiple I/O queues 2024-11-11 11:37:32 -05:00