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:ef4_nic_rev
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H
A
D
workarounds.h
15
#define EF4_WORKAROUND_FALCON_A(efx) (
ef4_nic_rev
(efx) <= EF4_REV_FALCON_A1)
16
#define EF4_WORKAROUND_FALCON_AB(efx) (
ef4_nic_rev
(efx) <= EF4_REV_FALCON_B0)
H
A
D
falcon.c
1046
if ((
ef4_nic_rev
(efx) != EF4_REV_FALCON_B0) || LOOPBACK_INTERNAL(efx))
in falcon_ack_status_intr()
1276
if (
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0) {
in falcon_reset_macs()
1338
if ((
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0) ||
in falcon_drain_tx_fifo()
1354
if (
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0)
in falcon_deconfigure_mac_wrapper()
1393
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0) {
in falcon_reconfigure_mac_wrapper()
1408
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0)
in falcon_reconfigure_mac_wrapper()
1488
WARN_ON(
ef4_nic_rev
(efx) > EF4_REV_FALCON_B0);
in falcon_reconfigure_port()
1712
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0)
in falcon_probe_port()
1752
if ((
ef4_nic_rev
(efx) == EF4_REV_FALCON_B0) &&
in falcon_handle_global_event()
1758
if (
ef4_nic_rev
(ef
in falcon_handle_global_event()
[all...]
H
A
D
farch.c
396
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0) {
in ef4_farch_tx_init()
406
if (
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0) {
in ef4_farch_tx_init()
418
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0) {
in ef4_farch_tx_init()
523
bool is_b0 =
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0;
in ef4_farch_rx_init()
887
rx_ev_drib_nib = ((
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0) ?
in ef4_farch_handle_rx_not_ok()
1620
BUG_ON(
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0);
in ef4_farch_rx_push_indir_table()
1726
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0)
in ef4_farch_init_common()
1730
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0) {
in ef4_farch_init_common()
1925
} else if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0) {
in ef4_farch_filter_push_rx_config()
2731
if (
ef4_nic_rev
(ef
in ef4_farch_filter_table_probe()
[all...]
H
A
D
nic.h
22
static inline int
ef4_nic_rev
(struct ef4_nic *efx)
in ef4_nic_rev()
function
32
return
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0;
in ef4_nic_is_dual_func()
H
A
D
tx.c
440
if (
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0 || num_tc > EF4_MAX_TX_TC)
in ef4_setup_tc()
H
A
D
ethtool.c
971
if (
ef4_nic_rev
(efx) < min_revision)
in ef4_ethtool_get_rxnfc()
1245
return ((
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0 ||
in ef4_ethtool_get_rxfh_indir_size()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H
A
D
workarounds.h
15
#define EF4_WORKAROUND_FALCON_A(efx) (
ef4_nic_rev
(efx) <= EF4_REV_FALCON_A1)
16
#define EF4_WORKAROUND_FALCON_AB(efx) (
ef4_nic_rev
(efx) <= EF4_REV_FALCON_B0)
H
A
D
falcon.c
1046
if ((
ef4_nic_rev
(efx) != EF4_REV_FALCON_B0) || LOOPBACK_INTERNAL(efx))
in falcon_ack_status_intr()
1276
if (
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0) {
in falcon_reset_macs()
1338
if ((
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0) ||
in falcon_drain_tx_fifo()
1354
if (
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0)
in falcon_deconfigure_mac_wrapper()
1393
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0) {
in falcon_reconfigure_mac_wrapper()
1408
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0)
in falcon_reconfigure_mac_wrapper()
1488
WARN_ON(
ef4_nic_rev
(efx) > EF4_REV_FALCON_B0);
in falcon_reconfigure_port()
1712
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0)
in falcon_probe_port()
1752
if ((
ef4_nic_rev
(efx) == EF4_REV_FALCON_B0) &&
in falcon_handle_global_event()
1758
if (
ef4_nic_rev
(ef
in falcon_handle_global_event()
[all...]
H
A
D
farch.c
396
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0) {
in ef4_farch_tx_init()
406
if (
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0) {
in ef4_farch_tx_init()
418
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0) {
in ef4_farch_tx_init()
523
bool is_b0 =
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0;
in ef4_farch_rx_init()
887
rx_ev_drib_nib = ((
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0) ?
in ef4_farch_handle_rx_not_ok()
1620
BUG_ON(
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0);
in ef4_farch_rx_push_indir_table()
1726
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0)
in ef4_farch_init_common()
1730
if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0) {
in ef4_farch_init_common()
1925
} else if (
ef4_nic_rev
(efx) >= EF4_REV_FALCON_B0) {
in ef4_farch_filter_push_rx_config()
2731
if (
ef4_nic_rev
(ef
in ef4_farch_filter_table_probe()
[all...]
H
A
D
nic.h
22
static inline int
ef4_nic_rev
(struct ef4_nic *efx)
in ef4_nic_rev()
function
32
return
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0;
in ef4_nic_is_dual_func()
H
A
D
tx.c
441
if (
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0 || num_tc > EF4_MAX_TX_TC)
in ef4_setup_tc()
H
A
D
ethtool.c
981
if (
ef4_nic_rev
(efx) < min_revision)
in ef4_ethtool_get_rxnfc()
1255
return ((
ef4_nic_rev
(efx) < EF4_REV_FALCON_B0 ||
in ef4_ethtool_get_rxfh_indir_size()
Completed in 23 milliseconds