Page MenuHomeFreeBSD

nvme: Add SGL structure and constants for use in NVMe commands
ClosedPublic

Authored by jhb on Mar 20 2024, 11:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 14, 4:06 AM
Unknown Object (File)
Sat, Apr 11, 1:40 PM
Unknown Object (File)
Thu, Apr 9, 6:14 AM
Unknown Object (File)
Thu, Apr 9, 12:31 AM
Unknown Object (File)
Tue, Apr 7, 2:42 PM
Unknown Object (File)
Tue, Apr 7, 9:30 AM
Unknown Object (File)
Sat, Apr 4, 4:25 PM
Unknown Object (File)
Thu, Apr 2, 2:52 PM
Subscribers

Details

Summary

Fabrics capsules use an SGL structure instead of prp1/2 addresses to
describe the data buffer used for a command. The SGL structure is
added to a union with the existing prp1/2 fields.

Sponsored by: Chelsio Communications

Diff Detail

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