[go: nahoru, domu]

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

/drivers/char/xillybus/
H A Dxillybus_core.c680 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; local
703 howmany = ((channel->wr_buffers[bufidx]->end_offset
708 if (howmany > bytes_to_do) {
711 howmany = bytes_to_do;
712 channel->wr_host_buf_pos += howmany;
759 + bufpos, howmany))
762 userbuf += howmany;
763 bytes_done += howmany;
1193 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; local
1213 howmany
[all...]
/drivers/net/ethernet/freescale/
H A Ducc_geth.c3161 u16 length, howmany = 0; local
3195 howmany++;
3232 return howmany;
3285 int howmany, i; local
3295 howmany = 0;
3297 howmany += ucc_geth_rx(ugeth, i, budget - howmany);
3299 if (howmany < budget) {
3304 return howmany;
H A Dgianfar.c2518 int howmany = 0; local
2590 howmany++;
2606 netdev_tx_completed_queue(txq, howmany, bytes_sent);
2797 int howmany = 0; local
2835 howmany++;
2870 return howmany;
/drivers/pci/hotplug/
H A Dibmphp_pci.c1085 int howmany = 0; /*this is to see if there are any devices behind the bridge */ local
1116 howmany++;
1194 if (!howmany)
/drivers/pci/
H A Dprobe.c324 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) argument
328 for (pos = 0; pos < howmany; pos++) {

Completed in 118 milliseconds