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:max_tasks
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_hwi.c
82
fcoe_init1.num_tasks = hba->
max_tasks
;
in bnx2fc_send_fw_fcoe_init_msg()
1010
if (xid >= hba->
max_tasks
) {
in bnx2fc_pending_work()
1892
task_ctx_arr_sz = (hba->
max_tasks
/ BNX2FC_TASKS_PER_PAGE);
in bnx2fc_setup_task_ctx()
1966
task_ctx_arr_sz = (hba->
max_tasks
/ BNX2FC_TASKS_PER_PAGE);
in bnx2fc_free_task_ctx()
H
A
D
bnx2fc.h
209
u32
max_tasks
;
member
H
A
D
bnx2fc_fcoe.c
1378
hba->
max_tasks
= cnic->max_fcoe_exchanges;
in bnx2fc_hba_create()
1379
hba->elstm_xids = (hba->
max_tasks
/ 2);
in bnx2fc_hba_create()
1381
hba->max_xid = (hba->
max_tasks
- 1);
in bnx2fc_hba_create()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_hwi.c
82
fcoe_init1.num_tasks = hba->
max_tasks
;
in bnx2fc_send_fw_fcoe_init_msg()
1009
if (xid >= hba->
max_tasks
) {
in bnx2fc_pending_work()
1891
task_ctx_arr_sz = (hba->
max_tasks
/ BNX2FC_TASKS_PER_PAGE);
in bnx2fc_setup_task_ctx()
1965
task_ctx_arr_sz = (hba->
max_tasks
/ BNX2FC_TASKS_PER_PAGE);
in bnx2fc_free_task_ctx()
H
A
D
bnx2fc.h
206
u32
max_tasks
;
member
H
A
D
bnx2fc_fcoe.c
1370
hba->
max_tasks
= cnic->max_fcoe_exchanges;
in bnx2fc_hba_create()
1371
hba->elstm_xids = (hba->
max_tasks
/ 2);
in bnx2fc_hba_create()
1373
hba->max_xid = (hba->
max_tasks
- 1);
in bnx2fc_hba_create()
Completed in 16 milliseconds