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:sqb_count
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
qos_sq.c
77
sq->
sqb_count
= 0;
in otx2_qos_sq_aura_pool_init()
89
sq->sqb_ptrs[sq->
sqb_count
++] = (u64)bufptr;
in otx2_qos_sq_aura_pool_init()
106
sq->
sqb_count
= 0;
in otx2_qos_sq_aura_pool_init()
127
for (sqb = 0; sqb < sq->
sqb_count
; sqb++) {
in otx2_qos_sq_free_sqbs()
138
sq->
sqb_count
= 0;
in otx2_qos_sq_free_sqbs()
H
A
D
otx2_txrx.h
99
u16
sqb_count
;
member
H
A
D
otx2_common.c
1197
for (sqb = 0; sqb < sq->
sqb_count
; sqb++) {
in otx2_sq_free_sqbs()
1207
sq->
sqb_count
= 0;
in otx2_sq_free_sqbs()
1473
sq->
sqb_count
= 0;
in otx2_sq_aura_pool_init()
1485
sq->sqb_ptrs[sq->
sqb_count
++] = (u64)bufptr;
in otx2_sq_aura_pool_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_txrx.h
96
u16
sqb_count
;
member
H
A
D
otx2_common.c
1022
for (sqb = 0; sqb < sq->
sqb_count
; sqb++) {
in otx2_sq_free_sqbs()
1032
sq->
sqb_count
= 0;
in otx2_sq_free_sqbs()
1255
sq->
sqb_count
= 0;
in otx2_sq_aura_pool_init()
1265
sq->sqb_ptrs[sq->
sqb_count
++] = (u64)bufptr;
in otx2_sq_aura_pool_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_struct.h
472
u64
sqb_count
: 16;
member
619
u64
sqb_count
: 16;
member
H
A
D
rvu_debugfs.c
1559
seq_printf(m, "W1: default_chan\t\t%d\nW1:
sqb_count
\t\t\t%d\n\n",
in print_nix_cn10k_sq_ctx()
1560
sq_ctx->default_chan, sq_ctx->
sqb_count
);
in print_nix_cn10k_sq_ctx()
1626
seq_printf(m, "W1:
sqb_count
\t\t\t%d\nW1: default_chan \t\t%d\n",
in print_nix_sq_ctx()
1627
sq_ctx->
sqb_count
, sq_ctx->default_chan);
in print_nix_sq_ctx()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_struct.h
693
u64
sqb_count
: 16;
member
707
u64
sqb_count
: 16;
member
H
A
D
rvu_debugfs.c
910
seq_printf(m, "W1:
sqb_count
\t\t\t%d\nW1: default_chan \t\t%d\n",
in print_nix_sq_ctx()
911
sq_ctx->
sqb_count
, sq_ctx->default_chan);
in print_nix_sq_ctx()
Completed in 18 milliseconds