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:ndq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/
H
A
D
funeth_tx.c
322
netif_tx_stop_queue(q->
ndq
);
in fun_tx_check_stop()
332
netif_tx_start_queue(q->
ndq
);
in fun_tx_check_stop()
368
if (__netdev_tx_sent_queue(q->
ndq
, skb->len, netdev_xmit_more()))
in fun_start_xmit()
455
netdev_tx_completed_queue(q->
ndq
, npkts, nbytes);
in fun_txq_reclaim()
458
if (unlikely(netif_tx_queue_stopped(q->
ndq
) &&
in fun_txq_reclaim()
460
netif_tx_wake_queue(q->
ndq
);
in fun_txq_reclaim()
609
netdev_tx_reset_queue(q->
ndq
);
in fun_txq_purge()
709
q->
ndq
= netdev_get_tx_queue(q->netdev, q->qidx);
in fun_txq_create_dev()
H
A
D
funeth_txrx.h
114
struct netdev_queue *
ndq
;
member
Completed in 3 milliseconds