Lines Matching defs:hw_idx
6557 u32 hw_idx = tnapi->hw_status->idx[0].tx_consumer;
6568 while (sw_idx != hw_idx) {
6609 if (unlikely(ri->skb != NULL || sw_idx == hw_idx))
6838 u16 hw_idx;
6842 hw_idx = *(tnapi->rx_rcb_prod_idx);
6844 * We need to order the read of hw_idx and the read of
6852 while (sw_idx != hw_idx && budget > 0) {
6996 /* Refresh hw_idx to see if there is new work */
6997 if (sw_idx == hw_idx) {
6998 hw_idx = *(tnapi->rx_rcb_prod_idx);