Lines Matching refs:howmany
3156 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()
3299 napi_complete_done(napi, howmany); in ucc_geth_poll()
3303 return howmany; in ucc_geth_poll()