Searched refs:txqe (Results 1 – 1 of 1) sorted by relevance
441 int txqe; /* index to queue next packet */ member1360 if ((txq_length = port->txqe - port->txqs) < 0) { in do_bottom_half_tx()2173 txq_length = port->txqe - port->txqs; in fst_openport()2174 port->txqe = 0; in fst_openport()2313 if ((txq_length = port->txqe - port->txqs) < 0) { in fst_start_xmit()2345 port->txq[port->txqe] = skb; in fst_start_xmit()2346 port->txqe++; in fst_start_xmit()2347 if (port->txqe == FST_TXQ_DEPTH) in fst_start_xmit()2348 port->txqe = 0; in fst_start_xmit()