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

/freebsd-10.1-release/sys/dev/usb/controller/
H A Dxhci.h451 struct sx sc_cmd_sx; member in struct:xhci_softc
506 #define XHCI_CMD_LOCK(sc) sx_xlock(&(sc)->sc_cmd_sx)
507 #define XHCI_CMD_UNLOCK(sc) sx_xunlock(&(sc)->sc_cmd_sx)
508 #define XHCI_CMD_ASSERT_LOCKED(sc) sx_assert(&(sc)->sc_cmd_sx, SA_LOCKED)
H A Dxhci.c627 sx_init(&sc->sc_cmd_sx, "CMDQ lock");
655 sx_destroy(&sc->sc_cmd_sx);

Completed in 142 milliseconds