Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c3244 int cum_len_next; in myri10ge_tx_tso_copy() local
3253 cum_len_next = cum_len + seglen; in myri10ge_tx_tso_copy()
3259 chop = (cum_len_next > mss); in myri10ge_tx_tso_copy()
3260 cum_len_next = cum_len_next % mss; in myri10ge_tx_tso_copy()
3261 next_is_first = (cum_len_next == 0); in myri10ge_tx_tso_copy()
3268 } else if (likely(cum_len_next >= 0)) { in myri10ge_tx_tso_copy()
3273 cum_len_next = 0; in myri10ge_tx_tso_copy()
3295 cum_len = cum_len_next; in myri10ge_tx_tso_copy()
3518 int cum_len_next; in myri10ge_send() local
3527 cum_len_next = cum_len + seglen; in myri10ge_send()
[all …]