Searched refs:cum_len_next (Results 1 – 1 of 1) sorted by relevance
3244 int cum_len_next; in myri10ge_tx_tso_copy() local3253 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() local3527 cum_len_next = cum_len + seglen; in myri10ge_send()[all …]