Lines Matching defs:hw_idx
6551 u32 hw_idx = tnapi->hw_status->idx[0].tx_consumer;
6562 while (sw_idx != hw_idx) {
6599 if (unlikely(ri->skb != NULL || sw_idx == hw_idx))
6827 u16 hw_idx;
6831 hw_idx = *(tnapi->rx_rcb_prod_idx);
6833 * We need to order the read of hw_idx and the read of
6841 while (sw_idx != hw_idx && budget > 0) {
6980 /* Refresh hw_idx to see if there is new work */
6981 if (sw_idx == hw_idx) {
6982 hw_idx = *(tnapi->rx_rcb_prod_idx);