Page MenuHomeFreeBSD

cam nvme: Add nvme_command_string
ClosedPublic

Authored by jhb on Jun 2 2025, 4:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 14 2025, 3:24 AM
Unknown Object (File)
Sep 3 2025, 12:25 AM
Unknown Object (File)
Aug 26 2025, 4:59 PM
Unknown Object (File)
Aug 19 2025, 4:41 PM
Unknown Object (File)
Aug 16 2025, 7:01 AM
Unknown Object (File)
Aug 13 2025, 6:22 PM
Unknown Object (File)
Jul 22 2025, 4:03 AM
Unknown Object (File)
Jul 18 2025, 9:36 PM
Subscribers

Details

Reviewers
imp
Group Reviewers
cam
Commits
rG5304a20ff148: cam nvme: Add nvme_command_string
Summary

Replace nvme_cmd_string and nvme_opcode_string with a single function.
nvme_cmd_string was already using an sbuf around a caller-supplied
string, so use the same pattern for the entire command string.

Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable