Searched refs:used_count (Results 1 – 4 of 4) sorted by relevance
80 unsigned int used_count; /* Amount of valid data in storage area */ member135 ccnt = bp->used_count; in pvr2_buffer_remove()183 sp->r_bcount += bp->used_count; in pvr2_buffer_set_ready()422 bp->used_count = 0; in buffer_complete()434 bp->used_count = urb->actual_length; in buffer_complete()661 return bp->used_count; in pvr2_buffer_get_count()
664 rxq->used_count -= RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()1027 rxq->used_count = 0; in iwl_pcie_rx_init_rxb_lists()1220 rxq->used_count++; in iwl_pcie_rx_reuse_rbd()1227 if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) { in iwl_pcie_rx_reuse_rbd()1490 if (rxq->used_count >= RX_CLAIM_REQ_ALLOC) in iwl_pcie_rx_handle()1493 if (rxq->used_count % RX_CLAIM_REQ_ALLOC == 0 && !emergency) { in iwl_pcie_rx_handle()
209 u32 used_count; member
1853 int used_count, int free_count) in mvpp2_rxq_status_update() argument1858 u32 val = used_count | (free_count << MVPP2_RXQ_NUM_NEW_OFFSET); in mvpp2_rxq_status_update()