Searched refs:cum_len_next (Results 1 – 1 of 1) sorted by relevance
3250 int cum_len_next; in myri10ge_tx_tso_copy() local3259 cum_len_next = cum_len + seglen; in myri10ge_tx_tso_copy()3265 chop = (cum_len_next > mss); in myri10ge_tx_tso_copy()3266 cum_len_next = cum_len_next % mss; in myri10ge_tx_tso_copy()3267 next_is_first = (cum_len_next == 0); in myri10ge_tx_tso_copy()3274 } else if (likely(cum_len_next >= 0)) { in myri10ge_tx_tso_copy()3279 cum_len_next = 0; in myri10ge_tx_tso_copy()3301 cum_len = cum_len_next; in myri10ge_tx_tso_copy()3524 int cum_len_next; in myri10ge_send() local3533 cum_len_next = cum_len + seglen; in myri10ge_send()[all …]