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_TX_OFLD
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
85
#define TX_ULD(uld)(((uld) != CXGB4_ULD_CRYPTO) ?
CXGB4_TX_OFLD
:\
317
CXGB4_TX_OFLD
,
enumerator
H
A
D
cudbg_lib.h
186
case
CXGB4_TX_OFLD
:
in cudbg_uld_txq_to_qtype()
H
A
D
cxgb4_uld.c
471
if ((tx_uld_type ==
CXGB4_TX_OFLD
) && txq_info &&
in setup_sge_txq_uld()
H
A
D
sge.c
3163
ret = uld_send(adap, skb,
CXGB4_TX_OFLD
);
in t4_ofld_send()
3265
txq_info = adap->sge.uld_txq_info[
CXGB4_TX_OFLD
];
in cxgb4_immdata_send()
5006
txq_info = adap->sge.uld_txq_info[
CXGB4_TX_OFLD
];
in t4_sge_stop()
H
A
D
cxgb4_debugfs.c
2917
if (r < uld_txq_entries[
CXGB4_TX_OFLD
]) {
in sge_qinfo_show()
2920
utxq_info = s->uld_txq_info[
CXGB4_TX_OFLD
];
in sge_qinfo_show()
2934
r -= uld_txq_entries[
CXGB4_TX_OFLD
];
in sge_qinfo_show()
H
A
D
cxgb4_main.c
2458
adap->sge.uld_txq_info[
CXGB4_TX_OFLD
];
in disable_dbs()
2480
adap->sge.uld_txq_info[
CXGB4_TX_OFLD
];
in enable_dbs()
2562
adap->sge.uld_txq_info[
CXGB4_TX_OFLD
];
in recover_all_queues()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
85
#define TX_ULD(uld)(((uld) != CXGB4_ULD_CRYPTO) ?
CXGB4_TX_OFLD
:\
317
CXGB4_TX_OFLD
,
enumerator
H
A
D
cudbg_lib.h
186
case
CXGB4_TX_OFLD
:
in cudbg_uld_txq_to_qtype()
H
A
D
cxgb4_uld.c
471
if ((tx_uld_type ==
CXGB4_TX_OFLD
) && txq_info &&
in setup_sge_txq_uld()
H
A
D
cxgb4_debugfs.c
2917
if (r < uld_txq_entries[
CXGB4_TX_OFLD
]) {
in sge_qinfo_show()
2920
utxq_info = s->uld_txq_info[
CXGB4_TX_OFLD
];
in sge_qinfo_show()
2934
r -= uld_txq_entries[
CXGB4_TX_OFLD
];
in sge_qinfo_show()
H
A
D
sge.c
3169
ret = uld_send(adap, skb,
CXGB4_TX_OFLD
);
in t4_ofld_send()
3271
txq_info = adap->sge.uld_txq_info[
CXGB4_TX_OFLD
];
in cxgb4_immdata_send()
5036
txq_info = adap->sge.uld_txq_info[
CXGB4_TX_OFLD
];
in t4_sge_stop()
H
A
D
cxgb4_main.c
2457
adap->sge.uld_txq_info[
CXGB4_TX_OFLD
];
in disable_dbs()
2479
adap->sge.uld_txq_info[
CXGB4_TX_OFLD
];
in enable_dbs()
2561
adap->sge.uld_txq_info[
CXGB4_TX_OFLD
];
in recover_all_queues()
Completed in 42 milliseconds