Lines Matching defs:ntxd
3515 int ntxd, pidx;
3519 ntxd = txq->ift_size;
3520 pidx = txq->ift_pidx & (ntxd - 1);
3538 int ntxd;
3541 ntxd = txq->ift_size;
3548 end = start + size * ntxd;
3610 int err, nsegs, ndesc, max_segs, pidx, cidx, next, ntxd;
3616 ntxd = txq->ift_size;
3626 next = (cidx + CACHE_PTR_INCREMENT) & (ntxd - 1);
3635 next = (cidx + CACHE_LINE_SIZE) & (ntxd - 1);
4827 device_printf(dev, "ntxd%d: %d less than ntxd_min %d - resetting to min\n",
4832 device_printf(dev, "ntxd%d: %d greater than ntxd_max %d - resetting to max\n",
4837 device_printf(dev, "ntxd%d: %d is not a power of 2 - using default value of %d\n",