Searched refs:tx_tail (Results 1 – 9 of 9) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | 3c90x.c | 267 p->tx_tail = 0; in a3c90x_setup_tx_ring() 287 while (p->tx_tail != p->tx_cur) { in a3c90x_process_tx_packets() 292 DBG(" tx_tail: %d tx_cur: %d\n", p->tx_tail, p->tx_cur); in a3c90x_process_tx_packets() 295 if(downlist_ptr == virt_to_bus(p->tx_ring + p->tx_tail)) in a3c90x_process_tx_packets() 298 netdev_tx_complete(netdev, p->tx_iobuf[p->tx_tail]); in a3c90x_process_tx_packets() 301 DBG(" size: %zd\n", iob_len(p->tx_iobuf[p->tx_tail])); in a3c90x_process_tx_packets() 303 p->tx_tail = (p->tx_tail + 1) % TX_RING_SIZE; in a3c90x_process_tx_packets()
|
D | r8169.c | 1606 tp->tx_tail = 0; in rtl8169_setup_tx_resources() 1621 while ( tp->tx_tail != tp->tx_curr ) { in rtl8169_process_tx_packets() 1623 tx_curr_desc = tp->tx_base + tp->tx_tail; in rtl8169_process_tx_packets() 1635 DBG ( "tp->tx_tail = %d\n", tp->tx_tail ); in rtl8169_process_tx_packets() 1641 netdev_tx_complete ( netdev, tp->tx_iobuf[tp->tx_tail] ); in rtl8169_process_tx_packets() 1649 tp->tx_tail = ( tp->tx_tail + 1 ) % NUM_TX_DESC; in rtl8169_process_tx_packets()
|
D | 3c90x.h | 293 unsigned int tx_tail; /* entry of last finished packet */ member
|
D | eepro100.h | 157 int tx_tail; member
|
D | r8169.h | 455 uint32_t tx_tail; member
|
D | eepro100.c | 1080 priv->tx_curr = priv->tx_tail = 0; in ifec_tx_setup()
|
/external/syslinux/gpxe/src/drivers/net/e1000/ |
D | e1000.c | 260 adapter->tx_tail = 0; in e1000_configure_tx() 635 uint32_t tx_curr = adapter->tx_tail; in e1000_transmit() 670 adapter->tx_tail = ( adapter->tx_tail + 1 ) % NUM_TX_DESC; in e1000_transmit() 676 E1000_WRITE_REG ( hw, TDT, adapter->tx_tail ); in e1000_transmit() 712 while ( ( i = adapter->tx_head ) != adapter->tx_tail ) { in e1000_poll() 724 adapter->tx_head, adapter->tx_tail, tx_status ); in e1000_poll()
|
D | e1000.h | 273 uint32_t tx_tail; member
|
/external/kernel-headers/original/uapi/linux/ |
D | hdlcdrv.h | 27 int tx_tail; /* the transmitter keyoff delay in 10ms units */ member
|