Lines Matching refs:howmany
2891 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()
3011 netdev_completed_queue(dev, howmany, bytes_sent); 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()
3038 return howmany; in ucc_geth_poll()