Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/net/
H A Dif_ruereg.h35 #define RUE_MIN_FRAMELEN 60 macro
H A Dif_rue.c764 if (temp_len < RUE_MIN_FRAMELEN) { in rue_bulk_write_callback()
766 RUE_MIN_FRAMELEN - temp_len); in rue_bulk_write_callback()
767 temp_len = RUE_MIN_FRAMELEN; in rue_bulk_write_callback()