Searched refs:txqe (Results 1 – 1 of 1) sorted by relevance
442 int txqe; /* index to queue next packet */ member1353 if ((txq_length = port->txqe - port->txqs) < 0) { in do_bottom_half_tx()2164 txq_length = port->txqe - port->txqs; in fst_openport()2165 port->txqe = 0; in fst_openport()2304 if ((txq_length = port->txqe - port->txqs) < 0) { in fst_start_xmit()2336 port->txq[port->txqe] = skb; in fst_start_xmit()2337 port->txqe++; in fst_start_xmit()2338 if (port->txqe == FST_TXQ_DEPTH) in fst_start_xmit()2339 port->txqe = 0; in fst_start_xmit()