Home
last modified time | relevance | path

Searched refs:sc_cmd_sx (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dxhci.h508 struct sx sc_cmd_sx; member
575 #define XHCI_CMD_LOCK(sc) sx_xlock(&(sc)->sc_cmd_sx)
576 #define XHCI_CMD_UNLOCK(sc) sx_xunlock(&(sc)->sc_cmd_sx)
577 #define XHCI_CMD_ASSERT_LOCKED(sc) sx_assert(&(sc)->sc_cmd_sx, SA_LOCKED)