Home
last modified time | relevance | path

Searched defs:fifo_used (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/md/bcache/
H A Dutil.h160 #define fifo_used(fifo) (((fifo)->back - (fifo)->front) & (fifo)->mask) macro
/openbmc/qemu/hw/net/
H A Dlan9118.c172 int32_t fifo_used; member