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:first_txd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H
A
D
typhoon.c
715
struct tx_desc *txd, *
first_txd
;
in typhoon_start_tx()
local
754
first_txd
= (struct tx_desc *) (txRing->ringBase + txRing->lastWrite);
in typhoon_start_tx()
757
first_txd
->flags = TYPHOON_TX_DESC | TYPHOON_DESC_VALID;
in typhoon_start_tx()
758
first_txd
->numDesc = 0;
in typhoon_start_tx()
759
first_txd
->len = 0;
in typhoon_start_tx()
760
first_txd
->tx_addr = (u64)((unsigned long) skb);
in typhoon_start_tx()
761
first_txd
->processFlags = 0;
in typhoon_start_tx()
765
first_txd
->processFlags |= TYPHOON_TX_PF_TCP_CHKSUM;
in typhoon_start_tx()
766
first_txd
->processFlags |= TYPHOON_TX_PF_UDP_CHKSUM;
in typhoon_start_tx()
767
first_txd
in typhoon_start_tx()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/
H
A
D
typhoon.c
710
struct tx_desc *txd, *
first_txd
;
in typhoon_start_tx()
local
749
first_txd
= (struct tx_desc *) (txRing->ringBase + txRing->lastWrite);
in typhoon_start_tx()
752
first_txd
->flags = TYPHOON_TX_DESC | TYPHOON_DESC_VALID;
in typhoon_start_tx()
753
first_txd
->numDesc = 0;
in typhoon_start_tx()
754
first_txd
->len = 0;
in typhoon_start_tx()
755
first_txd
->tx_addr = (u64)((unsigned long) skb);
in typhoon_start_tx()
756
first_txd
->processFlags = 0;
in typhoon_start_tx()
760
first_txd
->processFlags |= TYPHOON_TX_PF_TCP_CHKSUM;
in typhoon_start_tx()
761
first_txd
->processFlags |= TYPHOON_TX_PF_UDP_CHKSUM;
in typhoon_start_tx()
762
first_txd
in typhoon_start_tx()
[all...]
Completed in 6 milliseconds