Lines Matching defs:hw_idx
6536 u32 hw_idx = tnapi->hw_status->idx[0].tx_consumer;
6547 while (sw_idx != hw_idx) {
6582 if (unlikely(ri->skb != NULL || sw_idx == hw_idx))
6808 u16 hw_idx;
6812 hw_idx = *(tnapi->rx_rcb_prod_idx);
6814 * We need to order the read of hw_idx and the read of
6822 while (sw_idx != hw_idx && budget > 0) {
6966 /* Refresh hw_idx to see if there is new work */
6967 if (sw_idx == hw_idx) {
6968 hw_idx = *(tnapi->rx_rcb_prod_idx);