Searched refs:equeidx (Results 1 – 2 of 2) sorted by relevance
875 if (Q_IDXDIFF(q, equeidx) >= q->size / 2) { in ship_tx_pkt_coalesce_wr()876 q->equeidx = q->pidx; in ship_tx_pkt_coalesce_wr()1179 if (Q_IDXDIFF(&txq->q, equeidx) >= 64) { in t4_eth_xmit()1180 txq->q.equeidx = txq->q.pidx; in t4_eth_xmit()2013 q->equeidx = 0; in init_txq()2221 q->equeidx = q->pidx; in t4_sge_eth_clear_queues()
241 unsigned int equeidx; /* last sent credit request */ member