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:if_up
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_dcbnl.c
143
bool
if_up
= netif_running(dev);
in otx2_pfc_update_sq_smq_mapping()
local
146
if (
if_up
) {
in otx2_pfc_update_sq_smq_mapping()
187
if (
if_up
) {
in otx2_pfc_update_sq_smq_mapping()
199
bool
if_up
= netif_running(pfvf->netdev);
in otx2_pfc_txschq_update()
local
211
if (
if_up
)
in otx2_pfc_txschq_update()
215
if (
if_up
)
in otx2_pfc_txschq_update()
328
bool
if_up
= netif_running(pfvf->netdev);
in otx2_update_bpid_in_rqctx()
local
340
if (
if_up
) {
in otx2_update_bpid_in_rqctx()
378
if (
if_up
) {
in otx2_update_bpid_in_rqctx()
H
A
D
otx2_ethtool.c
290
bool
if_up
= netif_running(dev);
in otx2_set_channels()
local
302
if (
if_up
)
in otx2_set_channels()
318
if (
if_up
)
in otx2_set_channels()
401
bool
if_up
= netif_running(netdev);
in otx2_set_ringparam()
local
444
if (
if_up
)
in otx2_set_ringparam()
454
if (
if_up
)
in otx2_set_ringparam()
H
A
D
otx2_vf.c
451
bool
if_up
= netif_running(netdev);
in otx2vf_change_mtu()
local
454
if (
if_up
)
in otx2vf_change_mtu()
461
if (
if_up
)
in otx2vf_change_mtu()
H
A
D
otx2_pf.c
57
bool
if_up
= netif_running(netdev);
in otx2_change_mtu()
local
65
if (
if_up
)
in otx2_change_mtu()
72
if (
if_up
)
in otx2_change_mtu()
2643
bool
if_up
= netif_running(pf->netdev);
in otx2_xdp_setup()
local
2651
if (
if_up
)
in otx2_xdp_setup()
2673
if (
if_up
)
in otx2_xdp_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_ethtool.c
221
bool
if_up
= netif_running(dev);
in otx2_set_channels()
local
227
if (
if_up
)
in otx2_set_channels()
239
if (
if_up
)
in otx2_set_channels()
313
bool
if_up
= netif_running(netdev);
in otx2_set_ringparam()
local
340
if (
if_up
)
in otx2_set_ringparam()
347
if (
if_up
)
in otx2_set_ringparam()
H
A
D
otx2_vf.c
388
bool
if_up
= netif_running(netdev);
in otx2vf_change_mtu()
local
391
if (
if_up
)
in otx2vf_change_mtu()
398
if (
if_up
)
in otx2vf_change_mtu()
H
A
D
otx2_pf.c
51
bool
if_up
= netif_running(netdev);
in otx2_change_mtu()
local
54
if (
if_up
)
in otx2_change_mtu()
61
if (
if_up
)
in otx2_change_mtu()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_ethtool.c
721
bool
if_up
= netif_running(dev);
in nicvf_set_channels()
local
739
if (
if_up
)
in nicvf_set_channels()
767
if (
if_up
)
in nicvf_set_channels()
H
A
D
nicvf_main.c
1839
bool
if_up
= netif_running(nic->netdev);
in nicvf_xdp_setup()
local
1867
if (
if_up
)
in nicvf_xdp_setup()
1884
if (
if_up
) {
in nicvf_xdp_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_ethtool.c
728
bool
if_up
= netif_running(dev);
in nicvf_set_channels()
local
751
if (
if_up
)
in nicvf_set_channels()
779
if (
if_up
)
in nicvf_set_channels()
H
A
D
nicvf_main.c
1835
bool
if_up
= netif_running(nic->netdev);
in nicvf_xdp_setup()
local
1863
if (
if_up
)
in nicvf_xdp_setup()
1880
if (
if_up
) {
in nicvf_xdp_setup()
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
qlink.h
612
* @
if_up
: bring specified interface DOWN (
if_up
==0) or UP (otherwise).
617
u8
if_up
;
member
H
A
D
commands.c
2270
cmd->
if_up
= !!up;
in qtnf_cmd_send_updown_intf()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H
A
D
qlink.h
612
* @
if_up
: bring specified interface DOWN (
if_up
==0) or UP (otherwise).
617
u8
if_up
;
member
H
A
D
commands.c
2230
cmd->
if_up
= !!up;
in qtnf_cmd_send_updown_intf()
Completed in 32 milliseconds