Searched refs:txqs (Results 1 – 1 of 1) sorted by relevance
440 int txqs; /* index to get next buffer to tx */ member1377 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()