Searched refs:howmany (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/freescale/
H A Ducc_geth.c3250 u16 length, howmany = 0; local
3289 howmany++;
3326 return howmany;
3385 int howmany, i; local
3395 howmany = 0;
3397 howmany += ucc_geth_rx(ugeth, i, budget - howmany);
3399 if (howmany < budget) {
3404 return howmany;
H A Dgianfar.c2451 int howmany = 0; local
2536 howmany++;
2550 netdev_tx_completed_queue(txq, howmany, bytes_sent);
2552 return howmany;
2741 int howmany = 0; local
2778 howmany++;
2813 return howmany;
/drivers/pci/hotplug/
H A Dibmphp_pci.c1083 int howmany = 0; /*this is to see if there are any devices behind the bridge */ local
1114 howmany++;
1194 if (!howmany)
/drivers/pci/
H A Dprobe.c326 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) argument
330 for (pos = 0; pos < howmany; pos++) {

Completed in 182 milliseconds