Searched refs:tx_boundary (Results 1 – 2 of 2) sorted by relevance
1465 len = mgp->tx_boundary; in myri10ge_dma_test()3122 int resid, avail, idx, hdr_size_tmp, tx_boundary; in myri10ge_tx_tso_copy() local3128 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 …]
415 int tx_boundary; member