Searched defs:tx_boundary (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h415 int tx_boundary; member in struct:myri10ge_priv
H A Dmyri10ge.c1471 len = mgp->tx_boundary;
3128 int resid, avail, idx, hdr_size_tmp, tx_boundary; local
3134 tx_boundary = mgp->tx_boundary;
3136 resid = tx_boundary;
3188 resid = tx_boundary;
3209 resid = tx_boundary;
3252 boundary = (low + mgp->tx_boundary) &
3253 ~(mgp->tx_boundary - 1);
3461 if ((mss < mgp->tx_boundary)
[all...]

Completed in 1587 milliseconds