Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:vendor_oui
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_lspcon.c
85
u32
vendor_oui
;
in lspcon_detect_vendor()
local
93
vendor_oui
= (ident->oui[0] << 16) | (ident->oui[1] << 8) |
in lspcon_detect_vendor()
96
switch (
vendor_oui
) {
in lspcon_detect_vendor()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
fw.h
62
int
vendor_oui
;
member
H
A
D
main.c
416
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()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_phy.c
1405
u32
vendor_oui
= 0;
in ixgbe_identify_sfp_module_generic()
local
1573
vendor_oui
=
in ixgbe_identify_sfp_module_generic()
1578
switch (
vendor_oui
) {
in ixgbe_identify_sfp_module_generic()
1670
u32
vendor_oui
= 0;
in ixgbe_identify_qsfp_module_generic()
local
1805
vendor_oui
=
in ixgbe_identify_qsfp_module_generic()
1810
if (
vendor_oui
== IXGBE_SFF_VENDOR_OUI_INTEL)
in ixgbe_identify_qsfp_module_generic()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_phy.c
1536
u32
vendor_oui
= 0;
in ixgbe_identify_sfp_module_generic()
local
1704
vendor_oui
=
in ixgbe_identify_sfp_module_generic()
1709
switch (
vendor_oui
) {
in ixgbe_identify_sfp_module_generic()
1801
u32
vendor_oui
= 0;
in ixgbe_identify_qsfp_module_generic()
local
1936
vendor_oui
=
in ixgbe_identify_qsfp_module_generic()
1941
if (
vendor_oui
== IXGBE_SFF_VENDOR_OUI_INTEL)
in ixgbe_identify_qsfp_module_generic()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
qsfp.c
756
u8 *
vendor_oui
= &cache[QSFP_VOUI_OFFS];
in qsfp_dump()
local
780
QSFP_OUI(
vendor_oui
));
in qsfp_dump()
/kernel/linux/linux-5.10/include/linux/
H
A
D
sfp.h
163
char
vendor_oui
[3];
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
sfp.h
163
char
vendor_oui
[3];
member
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_clc.h
155
u8
vendor_oui
[3]; /* vendor organizationally unique identifier */
member
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H
A
D
bfa_defs.h
856
u8
vendor_oui
[3]; /* 37-39 */
member
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H
A
D
bfa_defs.h
856
u8
vendor_oui
[3]; /* 37-39 */
member
/kernel/linux/linux-5.10/include/linux/mlx4/
H
A
D
device.h
546
int
vendor_oui
[MLX4_MAX_PORTS + 1];
member
/kernel/linux/linux-6.6/include/linux/mlx4/
H
A
D
device.h
546
int
vendor_oui
[MLX4_MAX_PORTS + 1];
member
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_edid.c
4954
static bool cea_db_is_vendor(const struct cea_db *db, int
vendor_oui
)
in cea_db_is_vendor()
argument
4960
oui(data[2], data[1], data[0]) ==
vendor_oui
;
in cea_db_is_vendor()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_hw4.h
3187
uint8_t
vendor_oui
[3];
member
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_def.h
5116
u8
vendor_oui
[3];
member
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_hw4.h
3295
uint8_t
vendor_oui
[3];
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_def.h
5417
u8
vendor_oui
[3];
member
Completed in 117 milliseconds