Lines Matching defs:tx_queue
256 struct gfar_priv_tx_q *tx_queue = NULL;
269 tx_queue = priv->tx_queue[0];
273 txtime = get_ictt_value(tx_queue->txic);
274 txcount = get_icft_value(tx_queue->txic);
351 priv->tx_queue[i]->txcoalescing = 0;
354 priv->tx_queue[i]->txcoalescing = 1;
358 priv->tx_queue[i]->txic = mk_ic_value(
384 struct gfar_priv_tx_q *tx_queue = NULL;
387 tx_queue = priv->tx_queue[0];
401 rvals->tx_pending = tx_queue->tx_ring_size;
442 priv->tx_queue[i]->tx_ring_size = rvals->tx_pending;