Lines Matching refs:howmany
2993 u16 length, howmany = 0; in ucc_geth_rx() local
3027 howmany++; in ucc_geth_rx()
3064 return howmany; in ucc_geth_rx()
3072 int howmany = 0; in ucc_geth_tx() local
3090 howmany++; in ucc_geth_tx()
3113 netdev_completed_queue(dev, howmany, bytes_sent); in ucc_geth_tx()
3121 int howmany, i; in ucc_geth_poll() local
3131 howmany = 0; in ucc_geth_poll()
3133 howmany += ucc_geth_rx(ugeth, i, budget - howmany); in ucc_geth_poll()
3135 if (howmany < budget) { in ucc_geth_poll()
3136 napi_complete_done(napi, howmany); in ucc_geth_poll()
3140 return howmany; in ucc_geth_poll()