Searched refs:small_count (Results 1 – 1 of 1) sorted by relevance
1017 int small_count; in cyz_handle_tx() local1050 while (0 < (small_count = min_t(unsigned int, in cyz_handle_tx()1058 small_count); in cyz_handle_tx()1060 tx_put = (tx_put + small_count) & (tx_bufsize - 1); in cyz_handle_tx()1061 char_count -= small_count; in cyz_handle_tx()1062 info->icount.tx += small_count; in cyz_handle_tx()1063 info->xmit_cnt -= small_count; in cyz_handle_tx()1064 info->xmit_tail = (info->xmit_tail + small_count) & in cyz_handle_tx()