Page MenuHomeFreeBSD

ufshci: reserve one queue entry for an admin request
ClosedPublic

Authored by jaeyoon on Aug 14 2025, 7:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 21, 9:07 PM
Unknown Object (File)
Sat, Oct 11, 12:02 AM
Unknown Object (File)
Fri, Oct 10, 5:36 PM
Unknown Object (File)
Fri, Oct 10, 5:36 PM
Unknown Object (File)
Fri, Oct 10, 12:27 PM
Unknown Object (File)
Fri, Oct 10, 5:39 AM
Unknown Object (File)
Tue, Oct 7, 3:45 PM
Unknown Object (File)
Sep 21 2025, 3:54 PM
Subscribers

Details

Summary

This patch reduces num_entries by 1 to reserve a admin slot. It
resolves the issue where admin requests cannot be executed
during QD32 because all queue entries are used.

It also resolve the issue of accessing the queue before it is
created by moving the queue construct point to before interrupt
enable.

Sponsored by: Samsung Electronic

Diff Detail

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