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:ulptx_sge_pair
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
sge.c
309
const struct
ulptx_sge_pair
*p;
in unmap_sgl()
334
p = (const struct
ulptx_sge_pair
*)tq->desc;
in unmap_sgl()
343
p = (const struct
ulptx_sge_pair
*)&addr[2];
in unmap_sgl()
351
p = (const struct
ulptx_sge_pair
*)&addr[1];
in unmap_sgl()
358
p = (const struct
ulptx_sge_pair
*)tq->desc;
in unmap_sgl()
906
struct
ulptx_sge_pair
*to;
in write_sgl()
909
struct
ulptx_sge_pair
buf[MAX_SKB_FRAGS / 2 + 1];
in write_sgl()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
sge.c
309
const struct
ulptx_sge_pair
*p;
in unmap_sgl()
334
p = (const struct
ulptx_sge_pair
*)tq->desc;
in unmap_sgl()
343
p = (const struct
ulptx_sge_pair
*)&addr[2];
in unmap_sgl()
351
p = (const struct
ulptx_sge_pair
*)&addr[1];
in unmap_sgl()
358
p = (const struct
ulptx_sge_pair
*)tq->desc;
in unmap_sgl()
906
struct
ulptx_sge_pair
*to;
in write_sgl()
909
struct
ulptx_sge_pair
buf[MAX_SKB_FRAGS / 2 + 1];
in write_sgl()
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H
A
D
chcr_crypto.h
202
struct
ulptx_sge_pair
*pair;
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H
A
D
chcr_crypto.h
202
struct
ulptx_sge_pair
*pair;
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H
A
D
csio_scsi.c
293
struct
ulptx_sge_pair
*sge_pair = NULL;
in csio_scsi_init_ultptx_dsgl()
309
sge_pair = (struct
ulptx_sge_pair
*)(sgl + 1);
in csio_scsi_init_ultptx_dsgl()
334
sge_pair = (struct
ulptx_sge_pair
*)(sgl + 1);
in csio_scsi_init_ultptx_dsgl()
465
(sz) += (sizeof(struct
ulptx_sge_pair
) * \
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H
A
D
csio_scsi.c
293
struct
ulptx_sge_pair
*sge_pair = NULL;
in csio_scsi_init_ultptx_dsgl()
309
sge_pair = (struct
ulptx_sge_pair
*)(sgl + 1);
in csio_scsi_init_ultptx_dsgl()
334
sge_pair = (struct
ulptx_sge_pair
*)(sgl + 1);
in csio_scsi_init_ultptx_dsgl()
465
(sz) += (sizeof(struct
ulptx_sge_pair
) * \
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_msg.h
1533
struct
ulptx_sge_pair
{
struct
1542
struct
ulptx_sge_pair
sge[];
H
A
D
sge.c
842
struct
ulptx_sge_pair
*to;
in cxgb4_write_sgl()
845
struct
ulptx_sge_pair
buf[MAX_SKB_FRAGS / 2 + 1];
in cxgb4_write_sgl()
910
struct
ulptx_sge_pair
buf[MAX_SKB_FRAGS / 2 + 1] = {0}, *to;
in cxgb4_write_partial_sgl()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_msg.h
1533
struct
ulptx_sge_pair
{
struct
1542
struct
ulptx_sge_pair
sge[];
H
A
D
sge.c
842
struct
ulptx_sge_pair
*to;
in cxgb4_write_sgl()
845
struct
ulptx_sge_pair
buf[MAX_SKB_FRAGS / 2 + 1];
in cxgb4_write_sgl()
910
struct
ulptx_sge_pair
buf[MAX_SKB_FRAGS / 2 + 1] = {0}, *to;
in cxgb4_write_partial_sgl()
Completed in 37 milliseconds