Home
last modified time | relevance | path

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

/freebsd/sys/dev/thunderbolt/
H A Dnhi_var.h143 u_int hwflags; member
197 #define NHI_IS_USB4(sc) (((sc)->hwflags & NHI_TYPE_MASK) == NHI_TYPE_USB4)
H A Dnhi.c178 if (sc->hwflags & NHI_MBOX_BUSY) { in nhi_inmail_cmd()
183 sc->hwflags |= NHI_MBOX_BUSY; in nhi_inmail_cmd()
209 sc->hwflags &= ~NHI_MBOX_BUSY; in nhi_inmail_cmd()
H A Dnhi_pci.c119 sc->hwflags = NHI_TYPE_USB4; in nhi_pci_attach()