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:mask_psn
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
1711
*bth2 =
mask_psn
(flow->flow_state.ib_spsn + flow->pkt);
in hfi1_build_tid_rdma_read_packet()
1937
flow_psn =
mask_psn
(be32_to_cpu(ohdr->u.tid_rdma.r_req.tid_flow_psn));
in tid_rdma_rcv_read_request()
2243
psn =
mask_psn
(be32_to_cpu(ohdr->bth[2]));
in hfi1_rc_rcv_tid_rdma_read_req()
2379
resp->verbs_psn = cpu_to_be32(
mask_psn
(flow->flow_state.ib_spsn +
in hfi1_build_tid_rdma_read_resp()
2384
*bth2 =
mask_psn
(((flow->flow_state.spsn + flow->pkt++) &
in hfi1_build_tid_rdma_read_resp()
2457
kpsn =
mask_psn
(be32_to_cpu(ohdr->bth[2]));
in hfi1_rc_rcv_tid_rdma_read_resp()
2462
ipsn =
mask_psn
(be32_to_cpu(ohdr->u.tid_rdma.r_rsp.verbs_psn));
in hfi1_rc_rcv_tid_rdma_read_resp()
2474
flow->flow_state.r_next_psn =
mask_psn
(kpsn + 1);
in hfi1_rc_rcv_tid_rdma_read_resp()
2505
flow->flow_state.r_next_psn =
mask_psn
(kpsn + 1);
in hfi1_rc_rcv_tid_rdma_read_resp()
2787
mask_psn
(ps
in __must_hold()
[all...]
H
A
D
rc.c
213
bth2 =
mask_psn
(qp->s_ack_rdma_psn++);
in make_rc_ack()
227
qp->s_ack_rdma_psn =
mask_psn
(e->psn + req->cur_seg);
in make_rc_ack()
261
bth2 =
mask_psn
(e->psn);
in make_rc_ack()
288
bth2 =
mask_psn
(qp->s_ack_rdma_psn++);
in make_rc_ack()
327
bth2 =
mask_psn
(qp->s_ack_rdma_psn);
in make_rc_ack()
389
bth2 =
mask_psn
(qp->s_ack_psn);
in make_rc_ack()
583
bth2 =
mask_psn
(qp->s_psn);
in hfi1_make_rc_req()
953
bth2 =
mask_psn
(qp->s_psn++);
in hfi1_make_rc_req()
998
bth2 =
mask_psn
(qp->s_psn++);
in hfi1_make_rc_req()
1041
bth2 =
mask_psn
(q
in hfi1_make_rc_req()
[all...]
H
A
D
verbs.h
362
static inline u32
mask_psn
(u32 a)
in mask_psn()
function
391
return
mask_psn
((state->generation << HFI1_KDETH_BTH_SEQ_SHIFT) |
in __full_flow_psn()
H
A
D
trace.c
173
*psn =
mask_psn
(ib_bth_get_psn(ohdr));
in hfi1_trace_parse_9b_bth()
188
*psn =
mask_psn
(ib_bth_get_psn(ohdr));
in hfi1_trace_parse_16b_bth()
H
A
D
uc.c
274
qp->remote_qpn,
mask_psn
(qp->s_psn++),
in hfi1_make_uc_req()
H
A
D
ipoib_tx.c
366
ohdr->bth[2] = cpu_to_be32(
mask_psn
((u32)txp->txq->sent_txreqs));
in hfi1_ipoib_build_ib_tx_headers()
H
A
D
ud.c
292
ohdr->bth[2] = cpu_to_be32(
mask_psn
(wqe->psn));
in hfi1_make_bth_deth()
H
A
D
driver.c
1925
psn =
mask_psn
(be32_to_cpu(packet.ohdr->bth[2]));
in seqfile_dump_rcd()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
1718
*bth2 =
mask_psn
(flow->flow_state.ib_spsn + flow->pkt);
in hfi1_build_tid_rdma_read_packet()
1944
flow_psn =
mask_psn
(be32_to_cpu(ohdr->u.tid_rdma.r_req.tid_flow_psn));
in tid_rdma_rcv_read_request()
2250
psn =
mask_psn
(be32_to_cpu(ohdr->bth[2]));
in hfi1_rc_rcv_tid_rdma_read_req()
2386
resp->verbs_psn = cpu_to_be32(
mask_psn
(flow->flow_state.ib_spsn +
in hfi1_build_tid_rdma_read_resp()
2391
*bth2 =
mask_psn
(((flow->flow_state.spsn + flow->pkt++) &
in hfi1_build_tid_rdma_read_resp()
2464
kpsn =
mask_psn
(be32_to_cpu(ohdr->bth[2]));
in hfi1_rc_rcv_tid_rdma_read_resp()
2469
ipsn =
mask_psn
(be32_to_cpu(ohdr->u.tid_rdma.r_rsp.verbs_psn));
in hfi1_rc_rcv_tid_rdma_read_resp()
2481
flow->flow_state.r_next_psn =
mask_psn
(kpsn + 1);
in hfi1_rc_rcv_tid_rdma_read_resp()
2512
flow->flow_state.r_next_psn =
mask_psn
(kpsn + 1);
in hfi1_rc_rcv_tid_rdma_read_resp()
2794
mask_psn
(ps
in __must_hold()
[all...]
H
A
D
rc.c
171
bth2 =
mask_psn
(qp->s_ack_rdma_psn++);
in make_rc_ack()
185
qp->s_ack_rdma_psn =
mask_psn
(e->psn + req->cur_seg);
in make_rc_ack()
219
bth2 =
mask_psn
(e->psn);
in make_rc_ack()
246
bth2 =
mask_psn
(qp->s_ack_rdma_psn++);
in make_rc_ack()
285
bth2 =
mask_psn
(qp->s_ack_rdma_psn);
in make_rc_ack()
347
bth2 =
mask_psn
(qp->s_ack_psn);
in make_rc_ack()
542
bth2 =
mask_psn
(qp->s_psn);
in hfi1_make_rc_req()
912
bth2 =
mask_psn
(qp->s_psn++);
in hfi1_make_rc_req()
957
bth2 =
mask_psn
(qp->s_psn++);
in hfi1_make_rc_req()
1000
bth2 =
mask_psn
(q
in hfi1_make_rc_req()
[all...]
H
A
D
verbs.h
320
static inline u32
mask_psn
(u32 a)
in mask_psn()
function
349
return
mask_psn
((state->generation << HFI1_KDETH_BTH_SEQ_SHIFT) |
in __full_flow_psn()
H
A
D
trace.c
131
*psn =
mask_psn
(ib_bth_get_psn(ohdr));
in hfi1_trace_parse_9b_bth()
146
*psn =
mask_psn
(ib_bth_get_psn(ohdr));
in hfi1_trace_parse_16b_bth()
H
A
D
uc.c
233
qp->remote_qpn,
mask_psn
(qp->s_psn++),
in hfi1_make_uc_req()
H
A
D
ipoib_tx.c
330
ohdr->bth[2] = cpu_to_be32(
mask_psn
((u32)txp->txq->tx_ring.sent_txreqs));
in hfi1_ipoib_build_ib_tx_headers()
H
A
D
ud.c
250
ohdr->bth[2] = cpu_to_be32(
mask_psn
(wqe->psn));
in hfi1_make_bth_deth()
H
A
D
driver.c
1876
psn =
mask_psn
(be32_to_cpu(packet.ohdr->bth[2]));
in seqfile_dump_rcd()
Completed in 28 milliseconds