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:n_sge
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H
A
D
efct_scsi.c
235
u32
n_sge
;
in efc_log_sgl()
local
240
n_sge
= (hio->sgl == &hio->def_sgl) ? hio->
n_sge
: hio->def_sgl_count;
in efc_log_sgl()
241
for (i = 0, data = hio->def_sgl.virt; i <
n_sge
; i++, data++) {
in efc_log_sgl()
H
A
D
efct_hw.c
1707
io->
n_sge
= 0;
in efct_hw_io_init_sges()
1735
io->
n_sge
= 1;
in efct_hw_io_init_sges()
1764
io->
n_sge
+= skips;
in efct_hw_io_init_sges()
1798
data += io->
n_sge
;
in efct_hw_io_add_sge()
1818
if (io->
n_sge
) {
in efct_hw_io_add_sge()
1826
io->first_data_sge = io->
n_sge
;
in efct_hw_io_add_sge()
1829
io->
n_sge
++;
in efct_hw_io_add_sge()
H
A
D
efct_hw.h
213
* @
n_sge
number of active SGEs
252
u32
n_sge
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
H
A
D
ibmvnic.h
230
u8
n_sge
;
member
H
A
D
ibmvnic.c
1639
tx_crq.v1.
n_sge
= 1;
in ibmvnic_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/
H
A
D
ibmvnic.h
269
u8
n_sge
;
member
H
A
D
ibmvnic.c
2489
tx_crq.v1.
n_sge
= 1;
in ibmvnic_xmit()
Completed in 25 milliseconds