Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/include/linux/
H A Dcdrom.h303 __u8 end_slot; member
/openbmc/linux/fs/btrfs/
H A Dctree.c824 int end_slot; in btrfs_realloc_node() local
850 end_slot = parent_nritems - 1; in btrfs_realloc_node()
855 for (i = start_slot; i <= end_slot; i++) { in btrfs_realloc_node()
871 if (!close && i < end_slot) { in btrfs_realloc_node()
890 (end_slot - i) * blocksize), in btrfs_realloc_node()