Home
last modified time | relevance | path

Searched refs:tx_boundary (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1465 len = mgp->tx_boundary; in myri10ge_dma_test()
3122 int resid, avail, idx, hdr_size_tmp, tx_boundary; in myri10ge_tx_tso_copy() local
3128 tx_boundary = mgp->tx_boundary; in myri10ge_tx_tso_copy()
3130 resid = tx_boundary; in myri10ge_tx_tso_copy()
3182 resid = tx_boundary; in myri10ge_tx_tso_copy()
3203 resid = tx_boundary; in myri10ge_tx_tso_copy()
3246 boundary = (low + mgp->tx_boundary) & in myri10ge_tx_tso_copy()
3247 ~(mgp->tx_boundary - 1); in myri10ge_tx_tso_copy()
3455 if ((mss < mgp->tx_boundary) && lso_copy) { in myri10ge_send()
3520 boundary = (low + mgp->tx_boundary) & in myri10ge_send()
[all …]
H A Dmyri10ge_var.h415 int tx_boundary; member