Searched refs:used_count (Results 1 – 5 of 5) sorted by relevance
90 unsigned int used_count; /* Amount of valid data in storage area */ member145 ccnt = bp->used_count; in pvr2_buffer_remove()193 sp->r_bcount += bp->used_count; in pvr2_buffer_set_ready()432 bp->used_count = 0; in buffer_complete()444 bp->used_count = urb->actual_length; in buffer_complete()671 return bp->used_count; in pvr2_buffer_get_count()
623 rxq->used_count -= RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()996 rxq->used_count = 0; in iwl_pcie_rx_init_rxb_lists()1168 rxq->used_count++; in iwl_pcie_rx_reuse_rbd()1175 if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) { in iwl_pcie_rx_reuse_rbd()1401 if (unlikely(rxq->used_count == rxq->queue_size / 2)) in iwl_pcie_rx_handle()1420 if (rxq->used_count >= RX_CLAIM_REQ_ALLOC) in iwl_pcie_rx_handle()1423 if (rxq->used_count % RX_CLAIM_REQ_ALLOC == 0 && !emergency) { in iwl_pcie_rx_handle()1434 if (rxq->used_count < rxq->queue_size / 3) in iwl_pcie_rx_handle()
252 u32 used_count; member
200 __u32 used_count; /* Number of CMS blocks in use */ member
1567 int used_count, int free_count) in mvpp2_rxq_status_update() argument1572 u32 val = used_count | (free_count << MVPP2_RXQ_NUM_NEW_OFFSET); in mvpp2_rxq_status_update()