Home
last modified time | relevance | path

Searched refs:bfifo (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dsch_tbf_etsprio.sh48 bfifo limit 1M
50 bfifo limit 1M
52 bfifo limit 1M
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
H A Dsch_offload.sh111 tc qdisc add dev $h1 $locus handle $handle bfifo limit 100K
198 for fifo in "" pfifo bfifo; do
/kernel/linux/linux-5.10/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()
762 // printk("%s: %d bytes in FIFO\n", drive->name, bfifo); in hpt374_dma_test_irq()

Completed in 4 milliseconds