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:sqs_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_main.c
269
nic->
sqs_count
= mbx.sqs_alloc.qs_count;
in nicvf_handle_mbx_intr()
406
int
sqs_count
= nic->
sqs_count
;
in nicvf_request_sqs()
local
410
if (nic->sqs_mode || !nic->
sqs_count
)
in nicvf_request_sqs()
415
mbx.sqs_alloc.qs_count = nic->
sqs_count
;
in nicvf_request_sqs()
418
nic->
sqs_count
= 0;
in nicvf_request_sqs()
423
if (!nic->
sqs_count
)
in nicvf_request_sqs()
434
for (sqs = 0; sqs < nic->
sqs_count
; sqs++) {
in nicvf_request_sqs()
465
if (
sqs_count
!= nic->
sqs_count
)
in nicvf_request_sqs()
[all...]
H
A
D
nicvf_ethtool.c
254
for (sqs = 0; sqs < nic->
sqs_count
; sqs++) {
in nicvf_get_strings()
282
for (sqs = 0; sqs < nic->
sqs_count
; sqs++) {
in nicvf_get_sset_count()
345
for (sqs = 0; sqs < nic->
sqs_count
; sqs++) {
in nicvf_get_ethtool_stats()
753
nic->
sqs_count
= roundup(cqcount, MAX_CMP_QUEUES_PER_QS);
in nicvf_set_channels()
754
nic->
sqs_count
= (nic->
sqs_count
/ MAX_CMP_QUEUES_PER_QS) - 1;
in nicvf_set_channels()
756
nic->
sqs_count
= 0;
in nicvf_set_channels()
H
A
D
nic.h
301
u8
sqs_count
;
member
439
u8
sqs_count
;
member
H
A
D
nicvf_queues.c
724
for (sqs = 0; sqs < nic->
sqs_count
; sqs++)
in nicvf_config_vlan_stripping()
971
mbx.qs.
sqs_count
= nic->
sqs_count
;
in nicvf_qset_config()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_main.c
268
nic->
sqs_count
= mbx.sqs_alloc.qs_count;
in nicvf_handle_mbx_intr()
405
int
sqs_count
= nic->
sqs_count
;
in nicvf_request_sqs()
local
409
if (nic->sqs_mode || !nic->
sqs_count
)
in nicvf_request_sqs()
414
mbx.sqs_alloc.qs_count = nic->
sqs_count
;
in nicvf_request_sqs()
417
nic->
sqs_count
= 0;
in nicvf_request_sqs()
422
if (!nic->
sqs_count
)
in nicvf_request_sqs()
433
for (sqs = 0; sqs < nic->
sqs_count
; sqs++) {
in nicvf_request_sqs()
464
if (
sqs_count
!= nic->
sqs_count
)
in nicvf_request_sqs()
[all...]
H
A
D
nicvf_ethtool.c
255
for (sqs = 0; sqs < nic->
sqs_count
; sqs++) {
in nicvf_get_strings()
283
for (sqs = 0; sqs < nic->
sqs_count
; sqs++) {
in nicvf_get_sset_count()
346
for (sqs = 0; sqs < nic->
sqs_count
; sqs++) {
in nicvf_get_ethtool_stats()
765
nic->
sqs_count
= roundup(cqcount, MAX_CMP_QUEUES_PER_QS);
in nicvf_set_channels()
766
nic->
sqs_count
= (nic->
sqs_count
/ MAX_CMP_QUEUES_PER_QS) - 1;
in nicvf_set_channels()
768
nic->
sqs_count
= 0;
in nicvf_set_channels()
H
A
D
nic.h
301
u8
sqs_count
;
member
439
u8
sqs_count
;
member
H
A
D
nicvf_queues.c
725
for (sqs = 0; sqs < nic->
sqs_count
; sqs++)
in nicvf_config_vlan_stripping()
972
mbx.qs.
sqs_count
= nic->
sqs_count
;
in nicvf_qset_config()
Completed in 14 milliseconds