Searched refs:consumer_idx (Results 1 – 1 of 1) sorted by relevance
2452 uint32_t consumer_idx; in ql_ring_rx() local2458 consumer_idx = temp & 0x0000ffff; in ql_ring_rx()2461 if (consumer_idx > producer_idx) in ql_ring_rx()2462 num_free_entries = (consumer_idx - producer_idx); in ql_ring_rx()2465 producer_idx - consumer_idx); in ql_ring_rx()2683 uint32_t consumer_idx; in ql_clean_outbound_rx_ring() local2689 consumer_idx = temp & 0x0000ffff; in ql_clean_outbound_rx_ring()2692 if (consumer_idx > producer_idx) in ql_clean_outbound_rx_ring()2693 num_free_entries = (consumer_idx - producer_idx); in ql_clean_outbound_rx_ring()2696 (producer_idx - consumer_idx); in ql_clean_outbound_rx_ring()[all …]