Lines Matching defs:howmany
3156 u16 length, howmany = 0;
3190 howmany++;
3227 return howmany;
3235 int howmany = 0;
3253 howmany++;
3276 netdev_completed_queue(dev, howmany, bytes_sent);
3284 int howmany, i;
3294 howmany = 0;
3296 howmany += ucc_geth_rx(ugeth, i, budget - howmany);
3298 if (howmany < budget) {
3299 napi_complete_done(napi, howmany);
3303 return howmany;