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:skge_avail
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H
A
D
skge.c
2726
static inline int
skge_avail
(const struct skge_ring *ring)
in skge_avail()
function
2747
if (unlikely(
skge_avail
(&skge->tx_ring) < skb_shinfo(skb)->nr_frags + 1))
in skge_xmit_frame()
2827
if (
skge_avail
(&skge->tx_ring) <= TX_LOW_WATER) {
in skge_xmit_frame()
3178
skge_avail
(&skge->tx_ring) > TX_LOW_WATER)) {
in skge_tx_done()
3181
skge_avail
(&skge->tx_ring) > TX_LOW_WATER)) {
in skge_tx_done()
3698
seq_printf(seq, "Tx Ring: (%d)\n",
skge_avail
(&skge->tx_ring));
in skge_debug_show()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H
A
D
skge.c
2733
static inline int
skge_avail
(const struct skge_ring *ring)
in skge_avail()
function
2754
if (unlikely(
skge_avail
(&skge->tx_ring) < skb_shinfo(skb)->nr_frags + 1))
in skge_xmit_frame()
2834
if (
skge_avail
(&skge->tx_ring) <= TX_LOW_WATER) {
in skge_xmit_frame()
3186
skge_avail
(&skge->tx_ring) > TX_LOW_WATER)) {
in skge_tx_done()
3189
skge_avail
(&skge->tx_ring) > TX_LOW_WATER)) {
in skge_tx_done()
3706
seq_printf(seq, "Tx Ring: (%d)\n",
skge_avail
(&skge->tx_ring));
in skge_debug_show()
Completed in 9 milliseconds