Home
last modified time | relevance | path

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

/drivers/char/xillybus/
A Dxillybus_core.c731 if (howmany > bytes_to_do) { in xillybus_read()
734 howmany = bytes_to_do; in xillybus_read()
781 + bufpos, howmany)) in xillybus_read()
784 userbuf += howmany; in xillybus_read()
785 bytes_done += howmany; in xillybus_read()
1240 if ((howmany > bytes_to_do) && in xillybus_write()
1245 howmany = bytes_to_do; in xillybus_write()
1259 howmany = 0; in xillybus_write()
1323 userbuf, howmany)) in xillybus_write()
1326 userbuf += howmany; in xillybus_write()
[all …]
/drivers/net/wan/
A Dfsl_ucc_hdlc.c458 int howmany = 0; in hdlc_tx_done() local
487 howmany++; in hdlc_tx_done()
527 u16 length, howmany = 0; in hdlc_rx_done() local
594 howmany++; in hdlc_rx_done()
620 return howmany; in hdlc_rx_done()
628 int howmany; in ucc_hdlc_poll() local
635 howmany = 0; in ucc_hdlc_poll()
636 howmany += hdlc_rx_done(priv, budget - howmany); in ucc_hdlc_poll()
638 if (howmany < budget) { in ucc_hdlc_poll()
639 napi_complete_done(napi, howmany); in ucc_hdlc_poll()
[all …]
/drivers/net/ethernet/freescale/
A Ducc_geth.c2891 u16 length, howmany = 0; in ucc_geth_rx() local
2925 howmany++; in ucc_geth_rx()
2962 return howmany; in ucc_geth_rx()
2970 int howmany = 0; in ucc_geth_tx() local
2988 howmany++; in ucc_geth_tx()
3019 int howmany, i; in ucc_geth_poll() local
3029 howmany = 0; in ucc_geth_poll()
3031 howmany += ucc_geth_rx(ugeth, i, budget - howmany); in ucc_geth_poll()
3033 if (howmany < budget) { in ucc_geth_poll()
3034 napi_complete_done(napi, howmany); in ucc_geth_poll()
[all …]
A Dgianfar.c2121 int howmany = 0; in gfar_clean_tx_ring() local
2200 howmany++; in gfar_clean_tx_ring()
2216 netdev_tx_completed_queue(txq, howmany, bytes_sent); in gfar_clean_tx_ring()
2468 int i, howmany = 0; in gfar_clean_rx_ring() local
2509 howmany++; in gfar_clean_rx_ring()
2562 return howmany; in gfar_clean_rx_ring()
/drivers/pci/hotplug/
A Dibmphp_pci.c1053 int howmany = 0; /*this is to see if there are any devices behind the bridge */ in scan_behind_bridge() local
1084 howmany++; in scan_behind_bridge()
1162 if (!howmany) in scan_behind_bridge()
/drivers/pci/
A Dprobe.c345 unsigned int howmany, int rom) in pci_read_bases() argument
351 BUILD_BUG_ON(statically_true(howmany > PCI_STD_NUM_BARS)); in pci_read_bases()
369 __pci_size_stdbars(dev, howmany, PCI_BASE_ADDRESS_0, stdbars); in pci_read_bases()
377 for (pos = 0; pos < howmany; pos++) { in pci_read_bases()

Completed in 32 milliseconds