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_ts_skb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/
H
A
D
icssg_prueth.c
635
!emac->
tx_ts_skb
[tsr.cookie]) {
in tx_ts_work()
641
skb = emac->
tx_ts_skb
[tsr.cookie];
in tx_ts_work()
642
emac->
tx_ts_skb
[tsr.cookie] = NULL; /* free slot */
in tx_ts_work()
670
if (!emac->
tx_ts_skb
[i]) {
in prueth_tx_ts_cookie_get()
671
emac->
tx_ts_skb
[i] = ERR_PTR(-EBUSY); /* reserve slot */
in prueth_tx_ts_cookie_get()
740
emac->
tx_ts_skb
[tx_ts_cookie] = skb_get(skb);
in emac_ndo_start_xmit()
823
dev_kfree_skb_any(emac->
tx_ts_skb
[tx_ts_cookie]);
in emac_ndo_start_xmit()
824
emac->
tx_ts_skb
[tx_ts_cookie] = NULL;
in emac_ndo_start_xmit()
841
dev_kfree_skb_any(emac->
tx_ts_skb
[tx_ts_cookie]);
in emac_ndo_start_xmit()
842
emac->
tx_ts_skb
[tx_ts_cooki
in emac_ndo_start_xmit()
[all...]
H
A
D
icssg_prueth.h
160
/* TX TS cookie will be index to the
tx_ts_skb
array */
161
struct sk_buff *
tx_ts_skb
[PRUETH_MAX_TX_TS_REQUESTS];
member
Completed in 4 milliseconds