| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_lspcon.c | 77 u32 vendor_oui; in lspcon_detect_vendor() local 85 vendor_oui = (ident->oui[0] << 16) | (ident->oui[1] << 8) | in lspcon_detect_vendor() 88 switch (vendor_oui) { in lspcon_detect_vendor()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_phy.c | 1402 u32 vendor_oui = 0; in ixgbe_identify_sfp_module_generic() local 1570 vendor_oui = in ixgbe_identify_sfp_module_generic() 1575 switch (vendor_oui) { in ixgbe_identify_sfp_module_generic() 1667 u32 vendor_oui = 0; in ixgbe_identify_qsfp_module_generic() local 1802 vendor_oui = in ixgbe_identify_qsfp_module_generic() 1807 if (vendor_oui == IXGBE_SFF_VENDOR_OUI_INTEL) in ixgbe_identify_qsfp_module_generic()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | fw.h | 62 int vendor_oui; member
|
| H A D | main.c | 417 dev->caps.vendor_oui[port] = port_cap->vendor_oui; in _mlx4_dev_port()
|
| H A D | fw.c | 1257 port_cap->vendor_oui = field32 & 0xffffff; in mlx4_QUERY_PORT()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | qsfp.c | 798 u8 *vendor_oui = &cache[QSFP_VOUI_OFFS]; in qsfp_dump() local 822 QSFP_OUI(vendor_oui)); in qsfp_dump()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sfp.h | 163 char vendor_oui[3]; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfa_defs.h | 856 u8 vendor_oui[3]; /* 37-39 */ member
|
| /OK3568_Linux_fs/kernel/include/linux/mlx4/ |
| H A D | device.h | 546 int vendor_oui[MLX4_MAX_PORTS + 1]; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_hw4.h | 3187 uint8_t vendor_oui[3]; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_def.h | 5109 u8 vendor_oui[3]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux.c | 279 static u32 vendor_oui = CONFIG_DHD_SET_RANDOM_MAC_VAL; variable 11153 iovbuf[0] = (unsigned char)(vendor_oui >> 16) | 0x02; /* local admin bit */ in dhd_preinit_ioctls() 11154 iovbuf[1] = (unsigned char)(vendor_oui >> 8); in dhd_preinit_ioctls() 11155 iovbuf[2] = (unsigned char)vendor_oui; in dhd_preinit_ioctls()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux.c | 188 static u32 vendor_oui = CONFIG_DHD_SET_RANDOM_MAC_VAL; variable 10336 iovbuf[0] = (unsigned char)(vendor_oui >> 16) | 0x02; /* local admin bit */ 10337 iovbuf[1] = (unsigned char)(vendor_oui >> 8); 10338 iovbuf[2] = (unsigned char)vendor_oui;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux.c | 188 static u32 vendor_oui = CONFIG_DHD_SET_RANDOM_MAC_VAL; variable 10516 iovbuf[0] = (unsigned char)(vendor_oui >> 16) | 0x02; /* local admin bit */ 10517 iovbuf[1] = (unsigned char)(vendor_oui >> 8); 10518 iovbuf[2] = (unsigned char)vendor_oui;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux.c | 188 static u32 vendor_oui = CONFIG_DHD_SET_RANDOM_MAC_VAL; variable 10401 iovbuf[0] = (unsigned char)(vendor_oui >> 16) | 0x02; /* local admin bit */ 10402 iovbuf[1] = (unsigned char)(vendor_oui >> 8); 10403 iovbuf[2] = (unsigned char)vendor_oui;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.c | 293 static u32 vendor_oui = CONFIG_DHD_SET_RANDOM_MAC_VAL; variable 15062 iovbuf[0] = (unsigned char)(vendor_oui >> 16) | 0x02; /* local admin bit */ in dhd_legacy_preinit_ioctls() 15063 iovbuf[1] = (unsigned char)(vendor_oui >> 8); in dhd_legacy_preinit_ioctls() 15064 iovbuf[2] = (unsigned char)vendor_oui; in dhd_legacy_preinit_ioctls()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.c | 295 static u32 vendor_oui = CONFIG_DHD_SET_RANDOM_MAC_VAL; variable 14945 iovbuf[0] = (unsigned char)(vendor_oui >> 16) | 0x02; /* local admin bit */ in dhd_legacy_preinit_ioctls() 14946 iovbuf[1] = (unsigned char)(vendor_oui >> 8); in dhd_legacy_preinit_ioctls() 14947 iovbuf[2] = (unsigned char)vendor_oui; in dhd_legacy_preinit_ioctls()
|