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:txq_maperr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_main.c
1010
bitmap_zero(s->
txq_maperr
, s->egr_sz);
in setup_fw_sge_queues()
5052
* ie starving_fl,
txq_maperr
and blocked_fl.
in adap_init0()
5061
adap->sge.
txq_maperr
= kcalloc(BITS_TO_LONGS(adap->sge.egr_sz),
in adap_init0()
5063
if (!adap->sge.
txq_maperr
) {
in adap_init0()
5425
kfree(adap->sge.
txq_maperr
);
in adap_init0()
6198
kfree(adapter->sge.
txq_maperr
);
in free_some_resources()
H
A
D
sge.c
2906
q->adap->sge.
txq_maperr
);
in txq_stop_maperr()
4266
for (m = s->
txq_maperr
[i]; m; m &= m - 1) {
in sge_tx_timer_cb()
4270
clear_bit(id, s->
txq_maperr
);
in sge_tx_timer_cb()
H
A
D
cxgb4.h
1010
unsigned long *
txq_maperr
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_main.c
1009
bitmap_zero(s->
txq_maperr
, s->egr_sz);
in setup_fw_sge_queues()
5047
* ie starving_fl,
txq_maperr
and blocked_fl.
in adap_init0()
5055
adap->sge.
txq_maperr
= bitmap_zalloc(adap->sge.egr_sz, GFP_KERNEL);
in adap_init0()
5056
if (!adap->sge.
txq_maperr
) {
in adap_init0()
5416
bitmap_free(adap->sge.
txq_maperr
);
in adap_init0()
6187
bitmap_free(adapter->sge.
txq_maperr
);
in free_some_resources()
H
A
D
sge.c
2912
q->adap->sge.
txq_maperr
);
in txq_stop_maperr()
4291
for (m = s->
txq_maperr
[i]; m; m &= m - 1) {
in sge_tx_timer_cb()
4295
clear_bit(id, s->
txq_maperr
);
in sge_tx_timer_cb()
H
A
D
cxgb4.h
1008
unsigned long *
txq_maperr
;
member
Completed in 41 milliseconds