OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_head
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/drivers/net/e1000/
e1000.c
259
adapter->
tx_head
= 0;
712
while ( ( i = adapter->
tx_head
) != adapter->tx_tail ) {
719
/* if the packet at
tx_head
is not owned by hardware it is for us */
723
DBG ( "Sent packet.
tx_head
: %d tx_tail: %d tx_status: %#08x\n",
724
adapter->
tx_head
, adapter->tx_tail, tx_status );
742
adapter->
tx_head
= ( adapter->
tx_head
+ 1 ) % NUM_TX_DESC;
[
all
...]
e1000.h
272
uint32_t
tx_head
;
member in struct:e1000_adapter
Completed in 123 milliseconds