Home
last modified time | relevance | path

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

/netbsd/sys/dev/usb/
H A Dif_uralreg.h21 #define RAL_RX_DESC_SIZE (sizeof(struct ural_rx_desc))
182 struct ural_rx_desc { struct
H A Dif_ural.c121 Static int ural_rxrate(struct ural_rx_desc *);
827 ural_rxrate(struct ural_rx_desc *desc) in ural_rxrate()
903 struct ural_rx_desc *desc; in ural_rxeof()
928 desc = (struct ural_rx_desc *)(data->buf + len - RAL_RX_DESC_SIZE); in ural_rxeof()