Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
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()
/kernel/linux/linux-5.10/include/linux/
Dcdrom.h301 __u8 end_slot; member
/kernel/linux/linux-5.10/fs/btrfs/
Dctree.c1611 int end_slot; in btrfs_realloc_node() local
1627 end_slot = parent_nritems - 1; in btrfs_realloc_node()
1634 for (i = start_slot; i <= end_slot; i++) { in btrfs_realloc_node()
1653 if (!close && i < end_slot) { in btrfs_realloc_node()
1695 (end_slot - i) * blocksize), in btrfs_realloc_node()