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:tx_dsg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/
H
A
D
iser_initiator.c
109
struct ib_sge *
tx_dsg
= &iser_task->desc.tx_sg[1];
in iser_prepare_write_cmd()
local
153
tx_dsg
->addr = mem_reg->sge.addr;
in iser_prepare_write_cmd()
154
tx_dsg
->length = imm_sz;
in iser_prepare_write_cmd()
155
tx_dsg
->lkey = mem_reg->sge.lkey;
in iser_prepare_write_cmd()
449
struct ib_sge *
tx_dsg
;
in iser_send_data_out()
local
473
tx_dsg
= &tx_desc->tx_sg[1];
in iser_send_data_out()
474
tx_dsg
->addr = mem_reg->sge.addr + buf_offset;
in iser_send_data_out()
475
tx_dsg
->length = data_seg_len;
in iser_send_data_out()
476
tx_dsg
->lkey = mem_reg->sge.lkey;
in iser_send_data_out()
521
struct ib_sge *
tx_dsg
in iser_send_control()
local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/iser/
H
A
D
iser_initiator.c
97
struct ib_sge *
tx_dsg
= &iser_task->desc.tx_sg[1];
in iser_prepare_write_cmd()
local
129
tx_dsg
->addr = mem_reg->sge.addr;
in iser_prepare_write_cmd()
130
tx_dsg
->length = imm_sz;
in iser_prepare_write_cmd()
131
tx_dsg
->lkey = mem_reg->sge.lkey;
in iser_prepare_write_cmd()
423
struct ib_sge *
tx_dsg
;
in iser_send_data_out()
local
447
tx_dsg
= &tx_desc->tx_sg[1];
in iser_send_data_out()
448
tx_dsg
->addr = mem_reg->sge.addr + buf_offset;
in iser_send_data_out()
449
tx_dsg
->length = data_seg_len;
in iser_send_data_out()
450
tx_dsg
->lkey = mem_reg->sge.lkey;
in iser_send_data_out()
492
struct ib_sge *
tx_dsg
in iser_send_control()
local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/ulp/isert/
H
A
D
ib_isert.c
933
struct ib_sge *
tx_dsg
= &tx_desc->tx_sg[1];
in isert_put_login_tx()
local
943
tx_dsg
->addr = isert_conn->login_rsp_dma;
in isert_put_login_tx()
944
tx_dsg
->length = length;
in isert_put_login_tx()
945
tx_dsg
->lkey = isert_conn->device->pd->local_dma_lkey;
in isert_put_login_tx()
1781
struct ib_sge *
tx_dsg
= &isert_cmd->tx_desc.tx_sg[1];
in isert_put_response()
local
1799
tx_dsg
->addr = isert_cmd->pdu_buf_dma;
in isert_put_response()
1800
tx_dsg
->length = pdu_len;
in isert_put_response()
1801
tx_dsg
->lkey = device->pd->local_dma_lkey;
in isert_put_response()
1912
struct ib_sge *
tx_dsg
= &isert_cmd->tx_desc.tx_sg[1];
in isert_put_reject()
local
1927
tx_dsg
in isert_put_reject()
1961
struct ib_sge *
tx_dsg
= &isert_cmd->tx_desc.tx_sg[1];
isert_put_text_rsp()
local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/isert/
H
A
D
ib_isert.c
934
struct ib_sge *
tx_dsg
= &tx_desc->tx_sg[1];
in isert_put_login_tx()
local
944
tx_dsg
->addr = isert_conn->login_rsp_dma;
in isert_put_login_tx()
945
tx_dsg
->length = length;
in isert_put_login_tx()
946
tx_dsg
->lkey = isert_conn->device->pd->local_dma_lkey;
in isert_put_login_tx()
1781
struct ib_sge *
tx_dsg
= &isert_cmd->tx_desc.tx_sg[1];
in isert_put_response()
local
1799
tx_dsg
->addr = isert_cmd->pdu_buf_dma;
in isert_put_response()
1800
tx_dsg
->length = pdu_len;
in isert_put_response()
1801
tx_dsg
->lkey = device->pd->local_dma_lkey;
in isert_put_response()
1912
struct ib_sge *
tx_dsg
= &isert_cmd->tx_desc.tx_sg[1];
in isert_put_reject()
local
1927
tx_dsg
in isert_put_reject()
1961
struct ib_sge *
tx_dsg
= &isert_cmd->tx_desc.tx_sg[1];
isert_put_text_rsp()
local
[all...]
Completed in 8 milliseconds