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

/freebsd-11-stable/sys/dev/usb/net/
H A Dif_ruereg.h35 #define RUE_MIN_FRAMELEN 60 macro
H A Dif_rue.c761 * RUE_MIN_FRAMELEN (60) byte packet.
763 if (temp_len < RUE_MIN_FRAMELEN) {
765 RUE_MIN_FRAMELEN - temp_len);
766 temp_len = RUE_MIN_FRAMELEN;

Completed in 62 milliseconds