Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Dpcnet32.c969 int numbuffs = 4; /* number of TX/RX buffers and descs */ in pcnet32_loopback_test() local
987 numbuffs = min(numbuffs, (int)min(lp->rx_ring_size, lp->tx_ring_size)); in pcnet32_loopback_test()
1003 for (x = 0; x < numbuffs; x++) { in pcnet32_loopback_test()
1056 for (x = 0; x < numbuffs; x++) { in pcnet32_loopback_test()
1077 for (x = 0; x < numbuffs; x++) { in pcnet32_loopback_test()
1088 while (x < numbuffs && !rc) { in pcnet32_loopback_test()