Searched refs:txq_ei_gapcount (Results 1 – 2 of 2) sorted by relevance
72 unsigned int txq_ei_gapcount; /* counter until next EI */ member
1264 txq->txq_ei_gapcount += GE_TXBUF_SIZE - txq->txq_outptr; in gfe_tx_enqueue()1304 txq->txq_ei_gapcount += buflen; in gfe_tx_enqueue()1305 if (txq->txq_ei_gapcount > 2 * GE_TXBUF_SIZE / 3) { in gfe_tx_enqueue()1307 txq->txq_ei_gapcount = 0; in gfe_tx_enqueue()1504 txq->txq_ei_gapcount = 0; in gfe_tx_start()