Searched refs:match_flags (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_match.h101 uint8_t match_flags; member in union:bhnd_core_match::__anon9286
147 uint8_t match_flags; member in union:bhnd_chip_match::__anon9288
200 uint8_t match_flags; member in union:bhnd_board_match::__anon9290
251 uint16_t match_flags; member in union:bhnd_device_match::__anon9292
287 #define BHND_MATCH_ANY .m.match_flags = 0
289 ((_m)->m.match_flags == 0)
H A Dbhnd_subr.c583 if (m_core.m.match_flags) {
598 if (m_chip.m.match_flags) {
609 if (m_board.m.match_flags) {
H A Dbhnd.h209 (((_q)->desc.m.match_flags == 0) && (_q)->quirks == 0)
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c146 * "match_flags" equal to zero, which indicates the end of the
149 for (; id->match_flags; id++) {
151 if ((id->match_flags & USB_DEVICE_ID_MATCH_VENDOR) &&
155 if ((id->match_flags & USB_DEVICE_ID_MATCH_PRODUCT) &&
159 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) &&
163 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_HI) &&
167 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) &&
171 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_SUBCLASS) &&
175 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_PROTOCOL) &&
180 !(id->match_flags
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h55 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_filter.c446 uint32_t match_flags = 0; local
468 match_flags |= EFX_FILTER_MATCH_IFRM_UNKNOWN_MCAST_DST;
471 match_flags |= EFX_FILTER_MATCH_IFRM_UNKNOWN_UCAST_DST;
484 spec->efs_match_flags |= (match_flags | EFX_FILTER_MATCH_IP_PROTO);
/freebsd-11-stable/sys/dev/usb/
H A Dusbdi.h322 uint16_t match_flags; member in struct:usb_device_id
/freebsd-11-stable/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c33 int match_flags; /* Expected flags from match */ member in struct:expected

Completed in 215 milliseconds