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_nic_rev
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
workarounds.h
15
#define EFX_WORKAROUND_SIENA(efx) (
efx_nic_rev
(efx) == EFX_REV_SIENA_A0)
16
#define EFX_WORKAROUND_EF10(efx) (
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0)
28
(
efx_nic_rev
(efx) == EFX_REV_HUNT_A0 && EFX_EF10_WORKAROUND_35388(efx))
H
A
D
nic_common.h
27
static inline int
efx_nic_rev
(struct efx_nic *efx)
in efx_nic_rev()
function
H
A
D
tx.c
616
if (
efx_nic_rev
(efx) > EFX_REV_SIENA_A0)
in efx_setup_tc()
H
A
D
tx_common.c
411
if (
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0)
in efx_tx_max_skb_descs()
H
A
D
efx_common.c
825
if (
efx_nic_rev
(efx) != EFX_REV_EF100)
in efx_reset()
854
if (
efx_nic_rev
(efx) != EFX_REV_EF100)
in efx_reset()
H
A
D
efx.c
707
if (
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0)
in efx_register_netdev()
H
A
D
mcdi_port_common.c
1188
if (
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0)
in efx_mcdi_mac_stats()
H
A
D
ptp.c
1487
ptp->rx_ts_inline =
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0;
in efx_ptp_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
workarounds.h
15
#define EFX_WORKAROUND_EF10(efx) (
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0)
21
(
efx_nic_rev
(efx) == EFX_REV_HUNT_A0 && EFX_EF10_WORKAROUND_35388(efx))
H
A
D
nic_common.h
26
static inline int
efx_nic_rev
(struct efx_nic *efx)
in efx_nic_rev()
function
H
A
D
tx_common.c
431
if (
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0)
in efx_tx_max_skb_descs()
H
A
D
efx_common.c
820
if (
efx_nic_rev
(efx) != EFX_REV_EF100)
in efx_reset()
849
if (
efx_nic_rev
(efx) != EFX_REV_EF100)
in efx_reset()
H
A
D
efx.c
705
if (
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0)
in efx_register_netdev()
H
A
D
mcdi_port_common.c
1181
if (
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0)
in efx_mcdi_mac_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
workarounds.h
15
#define EFX_WORKAROUND_SIENA(efx) (
efx_nic_rev
(efx) == EFX_REV_SIENA_A0)
16
#define EFX_WORKAROUND_EF10(efx) (
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0)
H
A
D
nic_common.h
27
static inline int
efx_nic_rev
(struct efx_nic *efx)
in efx_nic_rev()
function
H
A
D
tx.c
369
if (
efx_nic_rev
(efx) > EFX_REV_SIENA_A0)
in efx_siena_setup_tc()
H
A
D
tx_common.c
412
if (
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0)
in efx_siena_tx_max_skb_descs()
H
A
D
efx_common.c
833
if (
efx_nic_rev
(efx) != EFX_REV_EF100)
in efx_siena_reset()
862
if (
efx_nic_rev
(efx) != EFX_REV_EF100)
in efx_siena_reset()
H
A
D
efx.c
704
if (
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0)
in efx_register_netdev()
H
A
D
mcdi_port_common.c
1177
if (
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0)
in efx_mcdi_mac_stats()
H
A
D
ptp.c
1453
ptp->rx_ts_inline =
efx_nic_rev
(efx) >= EFX_REV_HUNT_A0;
in efx_ptp_probe()
Completed in 25 milliseconds