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:txhead
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
am79c961a.c
279
priv->
txhead
= 0;
in am79c961_init_for_open()
448
head = priv->
txhead
;
in am79c961_sendpacket()
458
priv->
txhead
= head;
in am79c961_sendpacket()
469
if (am_readword(dev, priv->txhdr + (priv->
txhead
<< 3) + 2) & TMD_OWN)
in am79c961_sendpacket()
579
} while (priv->txtail != priv->
txhead
);
in am79c961_tx()
H
A
D
am79c961a.h
132
unsigned char
txhead
;
member
/kernel/linux/linux-6.6/drivers/net/can/
H
A
D
can327.c
85
u8 *
txhead
; /* Next TX byte */
member
150
elm->
txhead
= elm->txbuf + written;
in can327_send()
962
written = elm->tty->ops->write(elm->tty, elm->
txhead
,
in can327_ldisc_tx_worker()
974
elm->
txhead
+= written;
in can327_ldisc_tx_worker()
/kernel/linux/linux-5.10/drivers/net/ethernet/tundra/
H
A
D
tsi108_eth.c
87
unsigned int
txhead
; /* Next TX descriptor to use */
member
172
data->
txhead
, data->txtail, data->txfree,
in dump_eth_one()
618
while (!data->txfree || data->
txhead
!= data->txtail) {
in tsi108_complete_tx()
678
int tx = data->
txhead
;
in tsi108_send_packet()
725
data->
txhead
= (data->
txhead
+ 1) % TSI108_TXRING_LEN;
in tsi108_send_packet()
1361
data->
txhead
= 0;
in tsi108_open()
1403
while (!data->txfree || data->
txhead
!= data->txtail) {
in tsi108_close()
/kernel/linux/linux-6.6/drivers/net/ethernet/tundra/
H
A
D
tsi108_eth.c
84
unsigned int
txhead
; /* Next TX descriptor to use */
member
159
data->
txhead
, data->txtail, data->txfree,
in dump_eth_one()
605
while (!data->txfree || data->
txhead
!= data->txtail) {
in tsi108_complete_tx()
665
int tx = data->
txhead
;
in tsi108_send_packet()
712
data->
txhead
= (data->
txhead
+ 1) % TSI108_TXRING_LEN;
in tsi108_send_packet()
1349
data->
txhead
= 0;
in tsi108_open()
1391
while (!data->txfree || data->
txhead
!= data->txtail) {
in tsi108_close()
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H
A
D
tc35815.c
1788
struct TxFD *
txhead
= &lp->tfd_base[head];
in tc35815_txdone()
local
1804
txhead
->fd.FDNext |= cpu_to_le32(FD_Next_EOL);
in tc35815_txdone()
1805
txhead
->fd.FDCtl |= cpu_to_le32(FD_FrmOpt_IntTx);
in tc35815_txdone()
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H
A
D
tc35815.c
1789
struct TxFD *
txhead
= &lp->tfd_base[head];
in tc35815_txdone()
local
1805
txhead
->fd.FDNext |= cpu_to_le32(FD_Next_EOL);
in tc35815_txdone()
1806
txhead
->fd.FDCtl |= cpu_to_le32(FD_FrmOpt_IntTx);
in tc35815_txdone()
Completed in 14 milliseconds