Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/amd/
Dpcnet32.c877 int numbuffs = 4; /* number of TX/RX buffers and descs */ in pcnet32_loopback_test() local
895 numbuffs = min(numbuffs, (int)min(lp->rx_ring_size, lp->tx_ring_size)); in pcnet32_loopback_test()
911 for (x = 0; x < numbuffs; x++) { in pcnet32_loopback_test()
964 for (x = 0; x < numbuffs; x++) { in pcnet32_loopback_test()
985 for (x = 0; x < numbuffs; x++) { in pcnet32_loopback_test()
996 while (x < numbuffs && !rc) { in pcnet32_loopback_test()