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_oob
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H
A
D
hw_channel.c
533
struct hwc_tx_oob *
tx_oob
;
in mana_hwc_post_tx_wqe()
local
543
tx_oob
= &req->
tx_oob
;
in mana_hwc_post_tx_wqe()
545
tx_oob
->vrq_id = dest_virt_rq_id;
in mana_hwc_post_tx_wqe()
546
tx_oob
->dest_vfid = 0;
in mana_hwc_post_tx_wqe()
547
tx_oob
->vrcq_id = dest_virt_rcq_id;
in mana_hwc_post_tx_wqe()
548
tx_oob
->vscq_id = hwc_txq->hwc_cq->gdma_cq->id;
in mana_hwc_post_tx_wqe()
549
tx_oob
->loopback = false;
in mana_hwc_post_tx_wqe()
550
tx_oob
->lso_override = false;
in mana_hwc_post_tx_wqe()
551
tx_oob
in mana_hwc_post_tx_wqe()
[all...]
H
A
D
mana_en.c
248
pkg.
tx_oob
.s_oob.vcq_num = cq->gdma_id;
in mana_start_xmit()
249
pkg.
tx_oob
.s_oob.vsq_frame = txq->vsq_frame;
in mana_start_xmit()
252
pkg.
tx_oob
.l_oob.long_vp_offset = txq->vp_offset;
in mana_start_xmit()
255
pkg.
tx_oob
.s_oob.short_vp_offset = txq->vp_offset;
in mana_start_xmit()
260
pkg.
tx_oob
.l_oob.inject_vlan_pri_tag = 1;
in mana_start_xmit()
261
pkg.
tx_oob
.l_oob.pcp = skb_vlan_tag_get_prio(skb);
in mana_start_xmit()
262
pkg.
tx_oob
.l_oob.dei = skb_vlan_tag_get_cfi(skb);
in mana_start_xmit()
263
pkg.
tx_oob
.l_oob.vlan_id = skb_vlan_tag_get_id(skb);
in mana_start_xmit()
266
pkg.
tx_oob
.s_oob.pkt_fmt = pkt_fmt;
in mana_start_xmit()
280
pkg.wqe_req.inline_oob_data = &pkg.
tx_oob
;
in mana_start_xmit()
[all...]
/kernel/linux/linux-6.6/include/net/mana/
H
A
D
hw_channel.h
108
struct hwc_tx_oob
tx_oob
;
member
H
A
D
mana.h
762
struct mana_tx_oob
tx_oob
;
member
Completed in 6 milliseconds