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:ic_mode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_ethtool.c
582
ic->use_adaptive_rx_coalesce = priv->
ic_mode
& ENETC_IC_RX_ADAPTIVE;
in enetc_get_coalesce()
592
int i,
ic_mode
;
in enetc_set_coalesce()
local
604
ic_mode
= ENETC_IC_NONE;
in enetc_set_coalesce()
606
ic_mode
|= ENETC_IC_RX_ADAPTIVE;
in enetc_set_coalesce()
609
ic_mode
|= rx_ictt ? ENETC_IC_RX_MANUAL : 0;
in enetc_set_coalesce()
612
ic_mode
|= tx_ictt ? ENETC_IC_TX_MANUAL : 0;
in enetc_set_coalesce()
615
changed = (
ic_mode
!= priv->
ic_mode
) || (priv->tx_ictt != tx_ictt);
in enetc_set_coalesce()
617
priv->
ic_mode
=
ic_mode
;
in enetc_set_coalesce()
[all...]
H
A
D
enetc.c
1145
priv->
ic_mode
= ENETC_IC_RX_ADAPTIVE | ENETC_IC_TX_MANUAL;
in enetc_init_si_rings_params()
1390
if (priv->
ic_mode
&
in enetc_setup_interrupts()
1406
if (priv->
ic_mode
& ENETC_IC_TX_MANUAL)
in enetc_setup_interrupts()
1826
if (priv->
ic_mode
& ENETC_IC_RX_ADAPTIVE) {
in enetc_alloc_msix()
H
A
D
enetc.h
269
int
ic_mode
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_ethtool.c
782
ic->use_adaptive_rx_coalesce = priv->
ic_mode
& ENETC_IC_RX_ADAPTIVE;
in enetc_get_coalesce()
794
int i,
ic_mode
;
in enetc_set_coalesce()
local
806
ic_mode
= ENETC_IC_NONE;
in enetc_set_coalesce()
808
ic_mode
|= ENETC_IC_RX_ADAPTIVE;
in enetc_set_coalesce()
811
ic_mode
|= rx_ictt ? ENETC_IC_RX_MANUAL : 0;
in enetc_set_coalesce()
814
ic_mode
|= tx_ictt ? ENETC_IC_TX_MANUAL : 0;
in enetc_set_coalesce()
817
changed = (
ic_mode
!= priv->
ic_mode
) || (priv->tx_ictt != tx_ictt);
in enetc_set_coalesce()
819
priv->
ic_mode
=
ic_mode
;
in enetc_set_coalesce()
[all...]
H
A
D
enetc.h
380
int
ic_mode
;
member
H
A
D
enetc.c
2087
priv->
ic_mode
= ENETC_IC_RX_ADAPTIVE | ENETC_IC_TX_MANUAL;
in enetc_init_si_rings_params()
2362
if (priv->
ic_mode
&
in enetc_setup_interrupts()
2378
if (priv->
ic_mode
& ENETC_IC_TX_MANUAL)
in enetc_setup_interrupts()
3030
if (priv->
ic_mode
& ENETC_IC_RX_ADAPTIVE) {
in enetc_alloc_msix()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
ili210x.c
68
u8
ic_mode
[2];
member
460
memcpy(priv->
ic_mode
, md, sizeof(md));
in ili251x_firmware_update_ic_mode()
545
u8 *md = priv->
ic_mode
;
in ili251x_mode_show()
H
A
D
ilitek_ts_i2c.c
59
u8
ic_mode
;
member
332
ts->
ic_mode
= outbuf[0];
in api_protocol_get_ic_mode()
Completed in 13 milliseconds