Searched refs:rx_count_cooked (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/hamradio/
H A D6pack.c101 unsigned int rx_count_cooked; member in struct:sixpack
506 sp->rx_count_cooked = 0;
596 sp->rx_count_cooked = 0;
833 if (sp->rx_count_cooked + 2 >= sizeof(sp->cooked_buf)) {
840 sp->cooked_buf[sp->rx_count_cooked++] =
842 sp->cooked_buf[sp->rx_count_cooked++] =
844 sp->cooked_buf[sp->rx_count_cooked++] =
908 if ((sp->rx_count == 0) && (sp->rx_count_cooked == 0)) {
924 sp->rx_count_cooked -= 2;
926 sp->rx_count_cooked
[all...]

Completed in 201 milliseconds