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:active_offloads
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc.c
17
int
active_offloads
);
38
count = enetc_map_tx_buffs(tx_ring, skb, priv->
active_offloads
);
in enetc_xmit()
113
int
active_offloads
)
in enetc_map_tx_buffs()
145
do_tstamp = (
active_offloads
& ENETC_F_TX_TSTAMP) &&
in enetc_map_tx_buffs()
604
if (priv->
active_offloads
& ENETC_F_RX_TSTAMP)
in enetc_get_offloads()
955
bool extended = !!(priv->
active_offloads
& ENETC_F_RX_TSTAMP);
in enetc_alloc_rx_resources()
1729
priv->
active_offloads
&= ~ENETC_F_TX_TSTAMP;
in enetc_hwtstamp_set()
1732
priv->
active_offloads
|= ENETC_F_TX_TSTAMP;
in enetc_hwtstamp_set()
1738
ao = priv->
active_offloads
;
in enetc_hwtstamp_set()
1741
priv->
active_offloads
in enetc_hwtstamp_set()
112
enetc_map_tx_buffs(struct enetc_bdr *tx_ring, struct sk_buff *skb, int
active_offloads
)
enetc_map_tx_buffs()
argument
[all...]
H
A
D
enetc_qos.c
71
priv->
active_offloads
&= ~ENETC_F_QBV;
in enetc_setup_taprio()
137
priv->
active_offloads
|= ENETC_F_QBV;
in enetc_setup_taprio()
1543
priv->
active_offloads
|= ENETC_F_QCI;
in enetc_set_psfp()
1551
priv->
active_offloads
&= ~ENETC_F_QCI;
in enetc_set_psfp()
H
A
D
enetc.h
257
int
active_offloads
;
member
H
A
D
enetc_pf.c
752
priv->
active_offloads
|= ENETC_F_QCI;
in enetc_pf_netdev_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_ethtool.c
1117
priv->
active_offloads
|= ENETC_F_QBU;
in enetc_set_mm()
1119
priv->
active_offloads
&= ~ENETC_F_QBU;
in enetc_set_mm()
1123
if (!!(priv->
active_offloads
& ENETC_F_QBU))
in enetc_set_mm()
1164
if (priv->
active_offloads
& ENETC_F_QBU)
in enetc_mm_link_state_update()
1168
if (priv->
active_offloads
& ENETC_F_QBU)
in enetc_mm_link_state_update()
H
A
D
enetc.c
194
tx_swbd->qbv_en = !!(priv->
active_offloads
& ENETC_F_QBV);
in enetc_map_tx_buffs()
657
(priv->
active_offloads
& ENETC_F_TX_TSTAMP_MASK)) {
in enetc_xmit()
658
skb->cb[0] = priv->
active_offloads
& ENETC_F_TX_TSTAMP_MASK;
in enetc_xmit()
1045
if (priv->
active_offloads
& ENETC_F_RX_TSTAMP)
in enetc_get_offloads()
2480
extended = !!(priv->
active_offloads
& ENETC_F_RX_TSTAMP);
in enetc_open()
2779
extended = !!(priv->
active_offloads
& ENETC_F_RX_TSTAMP);
in enetc_setup_xdp_prog()
2889
int err, new_offloads = priv->
active_offloads
;
in enetc_hwtstamp_set()
2920
if ((new_offloads ^ priv->
active_offloads
) & ENETC_F_RX_TSTAMP) {
in enetc_hwtstamp_set()
2928
priv->
active_offloads
= new_offloads;
in enetc_hwtstamp_set()
2941
if (priv->
active_offloads
in enetc_hwtstamp_get()
[all...]
H
A
D
enetc_qos.c
125
priv->
active_offloads
|= ENETC_F_QBV;
in enetc_setup_taprio()
147
priv->
active_offloads
&= ~ENETC_F_QBV;
in enetc_reset_taprio()
1589
priv->
active_offloads
|= ENETC_F_QCI;
in enetc_set_psfp()
1597
priv->
active_offloads
&= ~ENETC_F_QCI;
in enetc_set_psfp()
H
A
D
enetc.h
362
enum enetc_active_offloads
active_offloads
;
member
H
A
D
enetc_pf.c
815
priv->
active_offloads
|= ENETC_F_QCI;
in enetc_pf_netdev_setup()
Completed in 18 milliseconds