Searched refs:vendor_oui (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_lspcon.c82 u32 vendor_oui; local
90 vendor_oui = (ident->oui[0] << 16) | (ident->oui[1] << 8) |
93 switch (vendor_oui) {
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_phy.c1365 u32 vendor_oui = 0; local
1537 vendor_oui =
1542 switch (vendor_oui) {
1715 u32 vendor_oui = 0; local
1854 vendor_oui =
1859 if (vendor_oui == IXGBE_SFF_VENDOR_OUI_INTEL)
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-802_11.c3239 uint8_t vendor_oui[3]; local
3293 memset(vendor_oui, 0, 3);
3313 * it'd be added here; use vendor_oui and
3364 memset(vendor_oui, 0, 3);
3383 if (nd_cpack_uint8(ndo, &cpacker, &vendor_oui[0]) != 0) {
3387 if (nd_cpack_uint8(ndo, &cpacker, &vendor_oui[1]) != 0) {
3391 if (nd_cpack_uint8(ndo, &cpacker, &vendor_oui[2]) != 0) {

Completed in 205 milliseconds