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:CXGB4_FW_OK
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_main.c
5411
adap->flags |=
CXGB4_FW_OK
;
in adap_init0()
5446
adap->flags &= ~
CXGB4_FW_OK
;
in eeh_err_detected()
5498
adap->flags |=
CXGB4_FW_OK
;
in eeh_slot_reset()
5563
adapter->flags &= ~
CXGB4_FW_OK
;
in eeh_reset_prepare()
5606
if (adapter->flags &
CXGB4_FW_OK
) {
in eeh_reset_done()
6214
if (adapter->flags &
CXGB4_FW_OK
)
in free_some_resources()
6894
if (adapter->flags &
CXGB4_FW_OK
) {
in init_one()
6916
if (!(adapter->flags &
CXGB4_FW_OK
))
in init_one()
7093
!is_t4(adapter->params.chip) && (adapter->flags &
CXGB4_FW_OK
))
in init_one()
7248
if (adapter->flags &
CXGB4_FW_OK
)
in shutdown_one()
[all...]
H
A
D
t4_hw.c
201
adap->flags &= ~
CXGB4_FW_OK
;
in t4_report_fw_error()
5311
return (adap->flags &
CXGB4_FW_OK
) && !adap->use_bd;
in t4_use_ldst()
6200
if (adapter->flags &
CXGB4_FW_OK
) {
in t4_get_mps_bg_map()
7193
/* Disable
CXGB4_FW_OK
flag so that mbox commands with
CXGB4_FW_OK
flag
in t4_fw_upgrade()
7196
adap->flags &= ~
CXGB4_FW_OK
;
in t4_fw_upgrade()
7235
adap->flags |=
CXGB4_FW_OK
;
in t4_fw_upgrade()
H
A
D
cxgb4.h
710
CXGB4_FW_OK
= (1 << 4),
enumerator
H
A
D
cxgb4_ethtool.c
2142
!(adap->flags &
CXGB4_FW_OK
)) {
in cxgb4_self_test()
H
A
D
sge.c
2555
if (!(adap->flags &
CXGB4_FW_OK
)) {
in cxgb4_ethofld_send_flowc()
H
A
D
cudbg_lib.c
480
if (!(padap->flags &
CXGB4_FW_OK
) || padap->use_bd)
in is_fw_attached()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_main.c
5402
adap->flags |=
CXGB4_FW_OK
;
in adap_init0()
5437
adap->flags &= ~
CXGB4_FW_OK
;
in eeh_err_detected()
5489
adap->flags |=
CXGB4_FW_OK
;
in eeh_slot_reset()
5554
adapter->flags &= ~
CXGB4_FW_OK
;
in eeh_reset_prepare()
5597
if (adapter->flags &
CXGB4_FW_OK
) {
in eeh_reset_done()
6203
if (adapter->flags &
CXGB4_FW_OK
)
in free_some_resources()
6869
if (adapter->flags &
CXGB4_FW_OK
) {
in init_one()
6891
if (!(adapter->flags &
CXGB4_FW_OK
))
in init_one()
7068
!is_t4(adapter->params.chip) && (adapter->flags &
CXGB4_FW_OK
))
in init_one()
7221
if (adapter->flags &
CXGB4_FW_OK
)
in shutdown_one()
[all...]
H
A
D
t4_hw.c
201
adap->flags &= ~
CXGB4_FW_OK
;
in t4_report_fw_error()
5281
return (adap->flags &
CXGB4_FW_OK
) && !adap->use_bd;
in t4_use_ldst()
6170
if (adapter->flags &
CXGB4_FW_OK
) {
in t4_get_mps_bg_map()
7163
/* Disable
CXGB4_FW_OK
flag so that mbox commands with
CXGB4_FW_OK
flag
in t4_fw_upgrade()
7166
adap->flags &= ~
CXGB4_FW_OK
;
in t4_fw_upgrade()
7205
adap->flags |=
CXGB4_FW_OK
;
in t4_fw_upgrade()
H
A
D
cxgb4_ethtool.c
2159
!(adap->flags &
CXGB4_FW_OK
)) {
in cxgb4_self_test()
H
A
D
cxgb4.h
708
CXGB4_FW_OK
= (1 << 4),
enumerator
H
A
D
cudbg_lib.c
480
if (!(padap->flags &
CXGB4_FW_OK
) || padap->use_bd)
in is_fw_attached()
H
A
D
sge.c
2561
if (!(adap->flags &
CXGB4_FW_OK
)) {
in cxgb4_ethofld_send_flowc()
Completed in 74 milliseconds