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_buffs
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
hd64570.c
94
u16
tx_buffs
= port_to_card(port)->tx_ring_buffers;
in desc_abs_number()
local
96
desc %= (transmit ?
tx_buffs
: rx_buffs); // called with "X + 1" etc.
in desc_abs_number()
97
return log_node(port) * (rx_buffs +
tx_buffs
) +
in desc_abs_number()
H
A
D
hd64572.c
78
u16
tx_buffs
= port->card->tx_ring_buffers;
in desc_abs_number()
local
80
desc %= (transmit ?
tx_buffs
: rx_buffs); // called with "X + 1" etc.
in desc_abs_number()
81
return port->chan * (rx_buffs +
tx_buffs
) + transmit * rx_buffs + desc;
in desc_abs_number()
/kernel/linux/linux-6.6/drivers/net/wan/
H
A
D
hd64570.c
98
u16
tx_buffs
= port_to_card(port)->tx_ring_buffers;
in desc_abs_number()
local
100
desc %= (transmit ?
tx_buffs
: rx_buffs); // called with "X + 1" etc.
in desc_abs_number()
101
return log_node(port) * (rx_buffs +
tx_buffs
) +
in desc_abs_number()
H
A
D
hd64572.c
78
u16
tx_buffs
= port->card->tx_ring_buffers;
in desc_abs_number()
local
80
desc %= (transmit ?
tx_buffs
: rx_buffs); // called with "X + 1" etc.
in desc_abs_number()
81
return port->chan * (rx_buffs +
tx_buffs
) + transmit * rx_buffs + desc;
in desc_abs_number()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
niu.c
3542
struct tx_buff_info *tb = &rp->
tx_buffs
[idx];
in release_tx_packet()
3569
tb = &rp->
tx_buffs
[idx];
in release_tx_packet()
4278
if (rp->
tx_buffs
[i].skb)
in niu_free_tx_ring_info()
6468
if (rp->
tx_buffs
[j].skb)
in niu_reset_buffers()
6660
rp->
tx_buffs
[prod].skb = skb;
in niu_start_xmit()
6661
rp->
tx_buffs
[prod].mapping = mapping;
in niu_start_xmit()
6699
rp->
tx_buffs
[prod].skb = NULL;
in niu_start_xmit()
6700
rp->
tx_buffs
[prod].mapping = mapping;
in niu_start_xmit()
H
A
D
niu.h
2854
struct tx_buff_info
tx_buffs
[MAX_TX_RING_SIZE];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
niu.c
3561
struct tx_buff_info *tb = &rp->
tx_buffs
[idx];
in release_tx_packet()
3588
tb = &rp->
tx_buffs
[idx];
in release_tx_packet()
4297
if (rp->
tx_buffs
[i].skb)
in niu_free_tx_ring_info()
6486
if (rp->
tx_buffs
[j].skb)
in niu_reset_buffers()
6678
rp->
tx_buffs
[prod].skb = skb;
in niu_start_xmit()
6679
rp->
tx_buffs
[prod].mapping = mapping;
in niu_start_xmit()
6717
rp->
tx_buffs
[prod].skb = NULL;
in niu_start_xmit()
6718
rp->
tx_buffs
[prod].mapping = mapping;
in niu_start_xmit()
H
A
D
niu.h
2854
struct tx_buff_info
tx_buffs
[MAX_TX_RING_SIZE];
member
Completed in 45 milliseconds