Home
last modified time | relevance | path

Searched refs:empty_slot (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbgmac.c238 int empty_slot; in bgmac_dma_tx_free() local
242 empty_slot = bgmac_read(bgmac, ring->mmio_base + BGMAC_DMA_TX_STATUS); in bgmac_dma_tx_free()
243 empty_slot &= BGMAC_DMA_TX_STATDPTR; in bgmac_dma_tx_free()
244 empty_slot -= ring->index_base; in bgmac_dma_tx_free()
245 empty_slot &= BGMAC_DMA_TX_STATDPTR; in bgmac_dma_tx_free()
246 empty_slot /= sizeof(struct bgmac_dma_desc); in bgmac_dma_tx_free()
254 if (slot_idx == empty_slot) in bgmac_dma_tx_free()
/openbmc/qemu/hw/misc/
H A Dmeson.build8 system_ss.add(when: 'CONFIG_EMPTY_SLOT', if_true: files('empty_slot.c'))
H A Dtrace-events69 # empty_slot.c
/openbmc/qemu/
H A DMAINTAINERS2573 F: include/hw/misc/empty_slot.h
2574 F: hw/misc/empty_slot.c