Lines Matching refs:howmany
3166 u16 length, howmany = 0; in ucc_geth_rx() local
3200 howmany++; in ucc_geth_rx()
3237 return howmany; in ucc_geth_rx()
3245 int howmany = 0; in ucc_geth_tx() local
3263 howmany++; in ucc_geth_tx()
3286 netdev_completed_queue(dev, howmany, bytes_sent); in ucc_geth_tx()
3294 int howmany, i; in ucc_geth_poll() local
3304 howmany = 0; in ucc_geth_poll()
3306 howmany += ucc_geth_rx(ugeth, i, budget - howmany); in ucc_geth_poll()
3308 if (howmany < budget) { in ucc_geth_poll()
3309 napi_complete_done(napi, howmany); in ucc_geth_poll()
3313 return howmany; in ucc_geth_poll()