Home
last modified time | relevance | path

Searched refs:txqs (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dfarsync.c440 int txqs; /* index to get next buffer to tx */ member
1377 if ((txq_length = port->txqe - port->txqs) < 0) { in do_bottom_half_tx()
1390 skb = port->txq[port->txqs]; in do_bottom_half_tx()
1391 port->txqs++; in do_bottom_half_tx()
1392 if (port->txqs == FST_TXQ_DEPTH) { in do_bottom_half_tx()
1393 port->txqs = 0; in do_bottom_half_tx()
2196 txq_length = port->txqe - port->txqs; in fst_openport()
2198 port->txqs = 0; in fst_openport()
2333 if ((txq_length = port->txqe - port->txqs) < 0) { in fst_start_xmit()