Home
last modified time | relevance | path

Searched refs:bfifo (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_headroom.sh168 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M
248 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M
258 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M
276 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M
290 tc qdisc replace dev $swp root handle 1: bfifo limit 1M
363 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dhpt366.c716 u16 bfifo = 0; in hpt370_irq_timeout() local
719 pci_read_config_word(dev, hwif->select_data + 2, &bfifo); in hpt370_irq_timeout()
720 printk(KERN_DEBUG "%s: %d bytes in FIFO\n", drive->name, bfifo & 0x1ff); in hpt370_irq_timeout()
757 u16 bfifo = 0; in hpt374_dma_test_irq() local
760 pci_read_config_word(dev, hwif->select_data + 2, &bfifo); in hpt374_dma_test_irq()
761 if (bfifo & 0x1FF) { in hpt374_dma_test_irq()