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_packet_cnt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H
A
D
uli526x.c
151
unsigned long
tx_packet_cnt
; /* transmitted packet count */
member
457
db->
tx_packet_cnt
= 0;
in uli526x_open()
602
if (db->
tx_packet_cnt
>= TX_FREE_DESC_CNT) {
in uli526x_start_xmit()
604
netdev_err(dev, "No Tx resource %ld\n", db->
tx_packet_cnt
);
in uli526x_start_xmit()
620
if (db->
tx_packet_cnt
< TX_DESC_CNT) {
in uli526x_start_xmit()
622
db->
tx_packet_cnt
++; /* Ready to send */
in uli526x_start_xmit()
628
if ( db->
tx_packet_cnt
< TX_FREE_DESC_CNT )
in uli526x_start_xmit()
748
while(db->
tx_packet_cnt
) {
in uli526x_free_tx_pkt()
754
db->
tx_packet_cnt
--;
in uli526x_free_tx_pkt()
790
if ( db->
tx_packet_cnt
< TX_WAKE_DESC_CN
in uli526x_free_tx_pkt()
[all...]
H
A
D
dmfe.c
229
unsigned long
tx_packet_cnt
; /* transmitted packet count */
member
558
db->
tx_packet_cnt
= 0;
in dmfe_open()
708
if ( (!db->tx_queue_cnt) && (db->
tx_packet_cnt
< TX_MAX_SEND_CNT) ) {
in dmfe_start_xmit()
710
db->
tx_packet_cnt
++; /* Ready to send */
in dmfe_start_xmit()
870
while(db->
tx_packet_cnt
) {
in dmfe_free_tx_pkt()
876
db->
tx_packet_cnt
--;
in dmfe_free_tx_pkt()
913
if ( (db->
tx_packet_cnt
< TX_MAX_SEND_CNT) && db->tx_queue_cnt ) {
in dmfe_free_tx_pkt()
915
db->
tx_packet_cnt
++; /* Ready to send */
in dmfe_free_tx_pkt()
1162
if ( db->
tx_packet_cnt
&&
in dmfe_timer()
1175
DMFE_DBUG(0, "Dynamic Reset device", db->
tx_packet_cnt
);
in dmfe_timer()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H
A
D
uli526x.c
151
unsigned long
tx_packet_cnt
; /* transmitted packet count */
member
460
db->
tx_packet_cnt
= 0;
in uli526x_open()
605
if (db->
tx_packet_cnt
>= TX_FREE_DESC_CNT) {
in uli526x_start_xmit()
607
netdev_err(dev, "No Tx resource %ld\n", db->
tx_packet_cnt
);
in uli526x_start_xmit()
623
if (db->
tx_packet_cnt
< TX_DESC_CNT) {
in uli526x_start_xmit()
625
db->
tx_packet_cnt
++; /* Ready to send */
in uli526x_start_xmit()
631
if ( db->
tx_packet_cnt
< TX_FREE_DESC_CNT )
in uli526x_start_xmit()
751
while(db->
tx_packet_cnt
) {
in uli526x_free_tx_pkt()
757
db->
tx_packet_cnt
--;
in uli526x_free_tx_pkt()
793
if ( db->
tx_packet_cnt
< TX_WAKE_DESC_CN
in uli526x_free_tx_pkt()
[all...]
H
A
D
dmfe.c
229
unsigned long
tx_packet_cnt
; /* transmitted packet count */
member
557
db->
tx_packet_cnt
= 0;
in dmfe_open()
707
if ( (!db->tx_queue_cnt) && (db->
tx_packet_cnt
< TX_MAX_SEND_CNT) ) {
in dmfe_start_xmit()
709
db->
tx_packet_cnt
++; /* Ready to send */
in dmfe_start_xmit()
869
while(db->
tx_packet_cnt
) {
in dmfe_free_tx_pkt()
875
db->
tx_packet_cnt
--;
in dmfe_free_tx_pkt()
912
if ( (db->
tx_packet_cnt
< TX_MAX_SEND_CNT) && db->tx_queue_cnt ) {
in dmfe_free_tx_pkt()
914
db->
tx_packet_cnt
++; /* Ready to send */
in dmfe_free_tx_pkt()
1161
if ( db->
tx_packet_cnt
&&
in dmfe_timer()
1174
DMFE_DBUG(0, "Dynamic Reset device", db->
tx_packet_cnt
);
in dmfe_timer()
[all...]
Completed in 10 milliseconds