Searched refs:used_count (Results 1 – 4 of 4) sorted by relevance
94 unsigned int used_count; /* Amount of valid data in storage area */ member150 ccnt = bp->used_count; in pvr2_buffer_remove()199 sp->r_bcount += bp->used_count; in pvr2_buffer_set_ready()442 bp->used_count = 0; in buffer_complete()454 bp->used_count = urb->actual_length; in buffer_complete()683 return bp->used_count; in pvr2_buffer_get_count()
661 rxq->used_count = 0; in iwl_pcie_rx_init_rxb_lists()820 rxq->used_count++; in iwl_pcie_rx_reuse_rbd()827 if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) { in iwl_pcie_rx_reuse_rbd()989 if (unlikely(rxq->used_count == RX_QUEUE_SIZE / 2)) in iwl_pcie_rx_handle()1003 if (rxq->used_count >= RX_CLAIM_REQ_ALLOC) { in iwl_pcie_rx_handle()1007 if (rxq->used_count % RX_CLAIM_REQ_ALLOC == 0 && in iwl_pcie_rx_handle()1025 rxq->used_count -= RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_handle()1037 if (rxq->used_count < RX_QUEUE_SIZE / 3) in iwl_pcie_rx_handle()
117 u32 used_count; member
4099 int used_count, int free_count) in mvpp2_rxq_status_update() argument4104 u32 val = used_count | (free_count << MVPP2_RXQ_NUM_NEW_OFFSET); in mvpp2_rxq_status_update()