Searched refs:tsdu_limit (Results 1 – 2 of 2) sorted by relevance
64 int32_t tsdu_limit; in _tx_snd() local99 tsdu_limit = tiptr->ti_etsdusize; in _tx_snd()102 tsdu_limit = tiptr->ti_tsdusize; in _tx_snd()105 if ((tsdu_limit > 0) && /* limit meaningful and ... */ in _tx_snd()106 (nbytes > (uint32_t)tsdu_limit)) { in _tx_snd()
64 int32_t tsdu_limit; in _tx_sndv() local101 tsdu_limit = tiptr->ti_etsdusize; in _tx_sndv()104 tsdu_limit = tiptr->ti_tsdusize; in _tx_sndv()114 if ((tsdu_limit > 0) && /* limit meaningful and ... */ in _tx_sndv()115 (nbytes > (uint32_t)tsdu_limit)) { in _tx_sndv()