Searched refs:end_slot (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dbgmac.c417 u32 end_slot; bgmac_dma_rx_read() local
420 end_slot = bgmac_read(bgmac, ring->mmio_base + BGMAC_DMA_RX_STATUS); bgmac_dma_rx_read()
421 end_slot &= BGMAC_DMA_RX_STATDPTR; bgmac_dma_rx_read()
422 end_slot -= ring->index_base; bgmac_dma_rx_read()
423 end_slot &= BGMAC_DMA_RX_STATDPTR; bgmac_dma_rx_read()
424 end_slot /= sizeof(struct bgmac_dma_desc); bgmac_dma_rx_read()
426 while (ring->start != end_slot) { bgmac_dma_rx_read()
/linux-4.4.14/include/linux/
H A Dcdrom.h295 __u8 end_slot; member in struct:media_event_desc
/linux-4.4.14/fs/btrfs/
H A Dctree.c1634 int end_slot; btrfs_realloc_node() local
1650 end_slot = parent_nritems - 1; btrfs_realloc_node()
1657 for (i = start_slot; i <= end_slot; i++) { btrfs_realloc_node()
1674 if (!close && i < end_slot) { btrfs_realloc_node()
1713 (end_slot - i) * blocksize)); btrfs_realloc_node()

Completed in 191 milliseconds