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:tid_size
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_cxt.h
24
u32
tid_size
;
member
H
A
D
qed_cxt.c
2159
p_info->
tid_size
= p_mngr->task_type_size[p_seg_info->type];
in qed_cxt_get_tid_mem_info()
2161
p_info->
tid_size
;
in qed_cxt_get_tid_mem_info()
2448
u32
tid_size
, ilt_idx;
in qed_cxt_get_task_ctx()
local
2482
tid_size
= p_mngr->task_type_size[p_seg_info->type];
in qed_cxt_get_task_ctx()
2483
num_tids_per_block = p_seg->real_size_in_page /
tid_size
;
in qed_cxt_get_task_ctx()
2491
(tid % num_tids_per_block) *
tid_size
;
in qed_cxt_get_task_ctx()
H
A
D
qed_fcoe.c
839
tasks->size = tid_info->
tid_size
;
in qed_fcoe_start()
H
A
D
qed_iscsi.c
1144
tasks->size = tid_info->
tid_size
;
in qed_iscsi_start()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_cxt.h
24
u32
tid_size
;
member
H
A
D
qed_cxt.c
2167
p_info->
tid_size
= p_mngr->task_type_size[p_seg_info->type];
in qed_cxt_get_tid_mem_info()
2169
p_info->
tid_size
;
in qed_cxt_get_tid_mem_info()
2456
u32
tid_size
, ilt_idx;
in qed_cxt_get_task_ctx()
local
2491
tid_size
= p_mngr->task_type_size[p_seg_info->type];
in qed_cxt_get_task_ctx()
2492
num_tids_per_block = p_seg->real_size_in_page /
tid_size
;
in qed_cxt_get_task_ctx()
2500
(tid % num_tids_per_block) *
tid_size
;
in qed_cxt_get_task_ctx()
H
A
D
qed_nvmetcp.c
238
tasks->size = tid_info->
tid_size
;
in qed_nvmetcp_start()
H
A
D
qed_fcoe.c
839
tasks->size = tid_info->
tid_size
;
in qed_fcoe_start()
H
A
D
qed_iscsi.c
1144
tasks->size = tid_info->
tid_size
;
in qed_iscsi_start()
Completed in 16 milliseconds