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:efx_pf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
ef10.c
655
struct efx_nic *
efx_pf
= pci_get_drvdata(pci_dev_pf);
in efx_ef10_probe()
local
657
efx_pf
->type->get_mac_address(
efx_pf
, nic_data->port_id);
in efx_ef10_probe()
928
struct efx_nic *
efx_pf
;
in efx_ef10_remove()
local
934
efx_pf
= pci_get_drvdata(pci_dev_pf);
in efx_ef10_remove()
935
nic_data_pf =
efx_pf
->nic_data;
in efx_ef10_remove()
1077
struct efx_nic *
efx_pf
= pci_get_drvdata(pci_dev_pf);
in efx_ef10_probe_vf()
local
1078
struct efx_ef10_nic_data *nic_data_pf =
efx_pf
->nic_data;
in efx_ef10_probe_vf()
1098
struct efx_nic *
efx_pf
=
in efx_ef10_probe_vf()
local
1100
struct efx_ef10_nic_data *nic_data_p =
efx_pf
in efx_ef10_probe_vf()
3281
struct efx_nic *
efx_pf
= pci_get_drvdata(efx->pci_dev->physfn);
efx_ef10_set_mac_address()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
ef10.c
654
struct efx_nic *
efx_pf
= pci_get_drvdata(pci_dev_pf);
in efx_ef10_probe()
local
656
efx_pf
->type->get_mac_address(
efx_pf
, nic_data->port_id);
in efx_ef10_probe()
927
struct efx_nic *
efx_pf
;
in efx_ef10_remove()
local
933
efx_pf
= pci_get_drvdata(pci_dev_pf);
in efx_ef10_remove()
934
nic_data_pf =
efx_pf
->nic_data;
in efx_ef10_remove()
1077
struct efx_nic *
efx_pf
= pci_get_drvdata(pci_dev_pf);
in efx_ef10_probe_vf()
local
1078
struct efx_ef10_nic_data *nic_data_pf =
efx_pf
->nic_data;
in efx_ef10_probe_vf()
1098
struct efx_nic *
efx_pf
=
in efx_ef10_probe_vf()
local
1100
struct efx_ef10_nic_data *nic_data_p =
efx_pf
in efx_ef10_probe_vf()
3314
struct efx_nic *
efx_pf
= pci_get_drvdata(efx->pci_dev->physfn);
efx_ef10_set_mac_address()
local
[all...]
Completed in 6 milliseconds