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:igbvf_desc_unused
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H
A
D
netdev.c
63
*
igbvf_desc_unused
- calculate if we have unused descriptors
66
static int
igbvf_desc_unused
(struct igbvf_ring *ring)
in igbvf_desc_unused()
function
375
cleaned_count =
igbvf_desc_unused
(rx_ring);
in igbvf_clean_rx_irq()
836
igbvf_desc_unused
(tx_ring) >= IGBVF_TX_QUEUE_WAKE)) {
in igbvf_clean_tx_irq()
1506
igbvf_desc_unused
(adapter->rx_ring));
in igbvf_configure()
1951
tx_pending = (
igbvf_desc_unused
(tx_ring) + 1 <
in igbvf_watchdog_task()
2137
if (
igbvf_desc_unused
(adapter->tx_ring) >= size)
in igbvf_maybe_stop_tx()
2149
if (
igbvf_desc_unused
(adapter->tx_ring) < size)
in igbvf_maybe_stop_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H
A
D
netdev.c
63
*
igbvf_desc_unused
- calculate if we have unused descriptors
66
static int
igbvf_desc_unused
(struct igbvf_ring *ring)
in igbvf_desc_unused()
function
375
cleaned_count =
igbvf_desc_unused
(rx_ring);
in igbvf_clean_rx_irq()
836
igbvf_desc_unused
(tx_ring) >= IGBVF_TX_QUEUE_WAKE)) {
in igbvf_clean_tx_irq()
1506
igbvf_desc_unused
(adapter->rx_ring));
in igbvf_configure()
1950
tx_pending = (
igbvf_desc_unused
(tx_ring) + 1 <
in igbvf_watchdog_task()
2124
if (
igbvf_desc_unused
(adapter->tx_ring) >= size)
in igbvf_maybe_stop_tx()
2136
if (
igbvf_desc_unused
(adapter->tx_ring) < size)
in igbvf_maybe_stop_tx()
Completed in 7 milliseconds