Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Dpcnet32.c973 int numbuffs = 4; /* number of TX/RX buffers and descs */ in pcnet32_loopback_test() local
991 numbuffs = min(numbuffs, (int)min(lp->rx_ring_size, lp->tx_ring_size)); in pcnet32_loopback_test()
1007 for (x = 0; x < numbuffs; x++) { in pcnet32_loopback_test()
1060 for (x = 0; x < numbuffs; x++) { in pcnet32_loopback_test()
1081 for (x = 0; x < numbuffs; x++) { in pcnet32_loopback_test()
1092 while (x < numbuffs && !rc) { in pcnet32_loopback_test()