Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/include/linux/
Dcdrom.h303 __u8 end_slot; member
/linux-6.1.9/fs/btrfs/
Dctree.c677 int end_slot; in btrfs_realloc_node() local
689 end_slot = parent_nritems - 1; in btrfs_realloc_node()
694 for (i = start_slot; i <= end_slot; i++) { in btrfs_realloc_node()
710 if (!close && i < end_slot) { in btrfs_realloc_node()
729 (end_slot - i) * blocksize), in btrfs_realloc_node()