Home
last modified time | relevance | path

Searched refs:HS_USB_PKT_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/usb/
H A Dsmsc95xx.c31 #define HS_USB_PKT_SIZE (512) macro
33 #define DEFAULT_HS_BURST_CAP_SIZE (16 * 1024 + 5 * HS_USB_PKT_SIZE)
998 burst_cap = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc95xx_reset()
H A Dsmsc75xx.c25 #define HS_USB_PKT_SIZE (512) macro
27 #define DEFAULT_HS_BURST_CAP_SIZE (16 * 1024 + 5 * HS_USB_PKT_SIZE)
1158 buf = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc75xx_reset()
H A Dlan78xx.c45 #define HS_USB_PKT_SIZE (512) macro
3202 dev->burst_cap = HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in lan78xx_urb_config_init()