Searched refs:small_count (Results 1 – 1 of 1) sorted by relevance
1013 int small_count; in cyz_handle_tx() local1046 while (0 < (small_count = min_t(unsigned int, in cyz_handle_tx()1054 small_count); in cyz_handle_tx()1056 tx_put = (tx_put + small_count) & (tx_bufsize - 1); in cyz_handle_tx()1057 char_count -= small_count; in cyz_handle_tx()1058 info->icount.tx += small_count; in cyz_handle_tx()1059 info->xmit_cnt -= small_count; in cyz_handle_tx()1060 info->xmit_tail = (info->xmit_tail + small_count) & in cyz_handle_tx()