Home
last modified time | relevance | path

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

/drivers/char/xillybus/
Dxillybus_core.c679 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_read() local
702 howmany = ((channel->wr_buffers[bufidx]->end_offset in xillybus_read()
707 if (howmany > bytes_to_do) { in xillybus_read()
710 howmany = bytes_to_do; in xillybus_read()
711 channel->wr_host_buf_pos += howmany; in xillybus_read()
758 + bufpos, howmany)) in xillybus_read()
761 userbuf += howmany; in xillybus_read()
762 bytes_done += howmany; in xillybus_read()
1192 int howmany = 0, bufpos = 0, bufidx = 0, bufferdone = 0; in xillybus_write() local
1212 howmany = channel->rd_buf_size - bufpos; in xillybus_write()
[all …]
/drivers/net/wan/
Dfsl_ucc_hdlc.c447 int howmany = 0; in hdlc_tx_done() local
475 howmany++; in hdlc_tx_done()
504 netdev_completed_queue(dev, howmany, bytes_sent); in hdlc_tx_done()
515 u16 length, howmany = 0; in hdlc_rx_done() local
581 howmany++; in hdlc_rx_done()
606 return howmany; in hdlc_rx_done()
614 int howmany; in ucc_hdlc_poll() local
621 howmany = 0; in ucc_hdlc_poll()
622 howmany += hdlc_rx_done(priv, budget - howmany); in ucc_hdlc_poll()
624 if (howmany < budget) { in ucc_hdlc_poll()
[all …]
/drivers/net/ethernet/freescale/
Ducc_geth.c3156 u16 length, howmany = 0; in ucc_geth_rx() local
3190 howmany++; in ucc_geth_rx()
3227 return howmany; in ucc_geth_rx()
3235 int howmany = 0; in ucc_geth_tx() local
3253 howmany++; in ucc_geth_tx()
3276 netdev_completed_queue(dev, howmany, bytes_sent); in ucc_geth_tx()
3284 int howmany, i; in ucc_geth_poll() local
3294 howmany = 0; in ucc_geth_poll()
3296 howmany += ucc_geth_rx(ugeth, i, budget - howmany); in ucc_geth_poll()
3298 if (howmany < budget) { in ucc_geth_poll()
[all …]
Dgianfar.c2196 int howmany = 0; in gfar_clean_tx_ring() local
2270 howmany++; in gfar_clean_tx_ring()
2286 netdev_tx_completed_queue(txq, howmany, bytes_sent); in gfar_clean_tx_ring()
2534 int i, howmany = 0; in gfar_clean_rx_ring() local
2564 howmany++; in gfar_clean_rx_ring()
2617 return howmany; in gfar_clean_rx_ring()
/drivers/pci/hotplug/
Dibmphp_pci.c1054 int howmany = 0; /*this is to see if there are any devices behind the bridge */ in scan_behind_bridge() local
1085 howmany++; in scan_behind_bridge()
1163 if (!howmany) in scan_behind_bridge()
/drivers/pci/
Dprobe.c320 static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) in pci_read_bases() argument
331 for (pos = 0; pos < howmany; pos++) { in pci_read_bases()