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:tx_pg_size
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
common.h
310
unsigned int
tx_pg_size
; /* Tx page size */
member
H
A
D
t3_hw.c
2628
t3_write_reg(adap, A_TP_PMM_TX_PAGE_SIZE, p->
tx_pg_size
);
in partition_mem()
2631
V_TXDATAACKIDX(fls(p->
tx_pg_size
) - 12));
in partition_mem()
3706
p->
tx_pg_size
= is_10G(adapter) ? 64 * 1024 : 16 * 1024;
in t3_prep_adapter()
3708
p->tx_num_pgs = pm_num_pages(p->chan_tx_size, p->
tx_pg_size
);
in t3_prep_adapter()
H
A
D
cxgb3_offload.c
230
val = min(adapter->params.tp.
tx_pg_size
,
in cxgb_ulp_iscsi_ctl()
H
A
D
cxgb3_main.c
2399
m.tx_pg_sz = p->
tx_pg_size
;
in cxgb_extension_ioctl()
2439
p->
tx_pg_size
= m.tx_pg_sz;
in cxgb_extension_ioctl()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
common.h
310
unsigned int
tx_pg_size
; /* Tx page size */
member
H
A
D
t3_hw.c
2563
t3_write_reg(adap, A_TP_PMM_TX_PAGE_SIZE, p->
tx_pg_size
);
in partition_mem()
2566
V_TXDATAACKIDX(fls(p->
tx_pg_size
) - 12));
in partition_mem()
3641
p->
tx_pg_size
= is_10G(adapter) ? 64 * 1024 : 16 * 1024;
in t3_prep_adapter()
3643
p->tx_num_pgs = pm_num_pages(p->chan_tx_size, p->
tx_pg_size
);
in t3_prep_adapter()
H
A
D
cxgb3_offload.c
230
val = min(adapter->params.tp.
tx_pg_size
,
in cxgb_ulp_iscsi_ctl()
H
A
D
cxgb3_main.c
2399
m.tx_pg_sz = p->
tx_pg_size
;
in cxgb_siocdevprivate()
2439
p->
tx_pg_size
= m.tx_pg_sz;
in cxgb_siocdevprivate()
Completed in 28 milliseconds