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()
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()
3247 ~(mgp->tx_boundary - 1); in myri10ge_tx_tso_copy()
3521 ~(mgp->tx_boundary - 1); in myri10ge_send()
4341 mgp->tx_boundary = 4096; in myri10ge_firmware_probe()
4347 mgp->tx_boundary = 2048; in myri10ge_firmware_probe()
4422 mgp->tx_boundary = 4096; in myri10ge_select_firmware()
[all …]
H A Dmyri10ge_var.h415 int tx_boundary; member