Searched refs:end_slot (Results 1 – 3 of 3) sorted by relevance
417 u32 end_slot; in bgmac_dma_rx_read() local420 end_slot = bgmac_read(bgmac, ring->mmio_base + BGMAC_DMA_RX_STATUS); in bgmac_dma_rx_read()421 end_slot &= BGMAC_DMA_RX_STATDPTR; in bgmac_dma_rx_read()422 end_slot -= ring->index_base; in bgmac_dma_rx_read()423 end_slot &= BGMAC_DMA_RX_STATDPTR; in bgmac_dma_rx_read()424 end_slot /= sizeof(struct bgmac_dma_desc); in bgmac_dma_rx_read()426 while (ring->start != end_slot) { in bgmac_dma_rx_read()
295 __u8 end_slot; member
1631 int end_slot; in btrfs_realloc_node() local1647 end_slot = parent_nritems - 1; in btrfs_realloc_node()1654 for (i = start_slot; i <= end_slot; i++) { in btrfs_realloc_node()1671 if (!close && i < end_slot) { in btrfs_realloc_node()1708 (end_slot - i) * blocksize)); in btrfs_realloc_node()