OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_started
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/net/
ne2000_base.c
184
dp->
tx_started
= false;
225
if (dp->
tx_started
)
236
dp->
tx_started
= true;
356
if (!dp->
tx_started
) {
529
dp->
tx_started
= false;
600
if (dp->
tx_started
&& !(isr & (DP_ISR_TxP|DP_ISR_TxE))) {
639
* Check for
tx_started
on TX event since these may happen
642
if (isr & (DP_ISR_TxP|DP_ISR_TxE) && dp->
tx_started
) {
ne2000_base.h
134
bool
tx_started
, running, hardwired_esa;
member in struct:dp83902a_priv_data
Completed in 956 milliseconds