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:txqent
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H
A
D
bnad.c
2804
struct sk_buff *skb, struct bna_txq_entry *
txqent
)
in bnad_txq_wi_prepare()
2819
txqent
->hdr.wi.vlan_tag = htons(vlan_tag);
in bnad_txq_wi_prepare()
2829
txqent
->hdr.wi.opcode = htons(BNA_TXQ_WI_SEND);
in bnad_txq_wi_prepare()
2830
txqent
->hdr.wi.lso_mss = 0;
in bnad_txq_wi_prepare()
2833
txqent
->hdr.wi.opcode = htons(BNA_TXQ_WI_SEND_LSO);
in bnad_txq_wi_prepare()
2834
txqent
->hdr.wi.lso_mss = htons(gso_size);
in bnad_txq_wi_prepare()
2843
txqent
->hdr.wi.l4_hdr_size_n_offset =
in bnad_txq_wi_prepare()
2847
txqent
->hdr.wi.opcode = htons(BNA_TXQ_WI_SEND);
in bnad_txq_wi_prepare()
2848
txqent
->hdr.wi.lso_mss = 0;
in bnad_txq_wi_prepare()
2869
txqent
in bnad_txq_wi_prepare()
2803
bnad_txq_wi_prepare(struct bnad *bnad, struct bna_tcb *tcb, struct sk_buff *skb, struct bna_txq_entry *
txqent
)
bnad_txq_wi_prepare()
argument
2924
struct bna_txq_entry *
txqent
;
bnad_start_xmit()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H
A
D
bnad.c
2802
struct sk_buff *skb, struct bna_txq_entry *
txqent
)
in bnad_txq_wi_prepare()
2817
txqent
->hdr.wi.vlan_tag = htons(vlan_tag);
in bnad_txq_wi_prepare()
2826
txqent
->hdr.wi.opcode = htons(BNA_TXQ_WI_SEND);
in bnad_txq_wi_prepare()
2827
txqent
->hdr.wi.lso_mss = 0;
in bnad_txq_wi_prepare()
2830
txqent
->hdr.wi.opcode = htons(BNA_TXQ_WI_SEND_LSO);
in bnad_txq_wi_prepare()
2831
txqent
->hdr.wi.lso_mss = htons(gso_size);
in bnad_txq_wi_prepare()
2840
txqent
->hdr.wi.l4_hdr_size_n_offset =
in bnad_txq_wi_prepare()
2844
txqent
->hdr.wi.opcode = htons(BNA_TXQ_WI_SEND);
in bnad_txq_wi_prepare()
2845
txqent
->hdr.wi.lso_mss = 0;
in bnad_txq_wi_prepare()
2866
txqent
in bnad_txq_wi_prepare()
2801
bnad_txq_wi_prepare(struct bnad *bnad, struct bna_tcb *tcb, struct sk_buff *skb, struct bna_txq_entry *
txqent
)
bnad_txq_wi_prepare()
argument
2920
struct bna_txq_entry *
txqent
;
bnad_start_xmit()
local
[all...]
Completed in 8 milliseconds