Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/
H A Dbgmac.c415 u32 end_slot; in bgmac_dma_rx_read() local
418 end_slot = bgmac_read(bgmac, ring->mmio_base + BGMAC_DMA_RX_STATUS); in bgmac_dma_rx_read()
419 end_slot &= BGMAC_DMA_RX_STATDPTR; in bgmac_dma_rx_read()
420 end_slot -= ring->index_base; in bgmac_dma_rx_read()
421 end_slot &= BGMAC_DMA_RX_STATDPTR; in bgmac_dma_rx_read()
422 end_slot /= sizeof(struct bgmac_dma_desc); in bgmac_dma_rx_read()
424 while (ring->start != end_slot) { in bgmac_dma_rx_read()
/linux/fs/btrfs/
H A Ddefrag.c345 const int end_slot = btrfs_header_nritems(parent) - 1; in btrfs_realloc_node() local
371 for (int i = start_slot; i <= end_slot; i++) { in btrfs_realloc_node()
391 if (!close && i < end_slot) { in btrfs_realloc_node()
410 (end_slot - i) * blocksize), in btrfs_realloc_node()
/linux/include/linux/
H A Dcdrom.h302 __u8 end_slot; member