Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c3263 int next_is_first, chop; in myri10ge_tx_tso_copy() local
3267 next_is_first = (cum_len_next == 0); in myri10ge_tx_tso_copy()
3270 flags_next |= next_is_first * in myri10ge_tx_tso_copy()
3272 rdma_count |= -(chop | next_is_first); in myri10ge_tx_tso_copy()
3273 rdma_count += chop & !next_is_first; in myri10ge_tx_tso_copy()
3539 int next_is_first, chop; in myri10ge_send() local
3544 next_is_first = in myri10ge_send()
3548 flags_next |= next_is_first * in myri10ge_send()
3551 -(chop | next_is_first); in myri10ge_send()
3553 chop & !next_is_first; in myri10ge_send()