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:orig_cqe
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H
A
D
ib_verbs.c
3274
static bool bnxt_re_is_vlan_pkt(struct bnxt_qplib_cqe *
orig_cqe
,
in bnxt_re_is_vlan_pkt()
argument
3281
metadata =
orig_cqe
->raweth_qp1_metadata;
in bnxt_re_is_vlan_pkt()
3282
if (
orig_cqe
->raweth_qp1_flags2 &
in bnxt_re_is_vlan_pkt()
3321
struct bnxt_qplib_cqe *
orig_cqe
= NULL;
in bnxt_re_process_res_shadow_qp_wc()
local
3332
orig_cqe
= &sqp_entry->cqe;
in bnxt_re_process_res_shadow_qp_wc()
3335
wc->byte_len =
orig_cqe
->length;
in bnxt_re_process_res_shadow_qp_wc()
3338
wc->ex.imm_data =
orig_cqe
->immdata;
in bnxt_re_process_res_shadow_qp_wc()
3339
wc->src_qp =
orig_cqe
->src_qp;
in bnxt_re_process_res_shadow_qp_wc()
3340
memcpy(wc->smac,
orig_cqe
->smac, ETH_ALEN);
in bnxt_re_process_res_shadow_qp_wc()
3341
if (bnxt_re_is_vlan_pkt(
orig_cqe
,
in bnxt_re_process_res_shadow_qp_wc()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
ib_verbs.c
3476
static bool bnxt_re_is_vlan_pkt(struct bnxt_qplib_cqe *
orig_cqe
,
in bnxt_re_is_vlan_pkt()
argument
3483
metadata =
orig_cqe
->raweth_qp1_metadata;
in bnxt_re_is_vlan_pkt()
3484
if (
orig_cqe
->raweth_qp1_flags2 &
in bnxt_re_is_vlan_pkt()
3523
struct bnxt_qplib_cqe *
orig_cqe
= NULL;
in bnxt_re_process_res_shadow_qp_wc()
local
3534
orig_cqe
= &sqp_entry->cqe;
in bnxt_re_process_res_shadow_qp_wc()
3537
wc->byte_len =
orig_cqe
->length;
in bnxt_re_process_res_shadow_qp_wc()
3540
wc->ex.imm_data =
orig_cqe
->immdata;
in bnxt_re_process_res_shadow_qp_wc()
3541
wc->src_qp =
orig_cqe
->src_qp;
in bnxt_re_process_res_shadow_qp_wc()
3542
memcpy(wc->smac,
orig_cqe
->smac, ETH_ALEN);
in bnxt_re_process_res_shadow_qp_wc()
3543
if (bnxt_re_is_vlan_pkt(
orig_cqe
,
in bnxt_re_process_res_shadow_qp_wc()
[all...]
Completed in 9 milliseconds