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.c30 #define HS_USB_PKT_SIZE (512) macro
32 #define DEFAULT_HS_BURST_CAP_SIZE (16 * 1024 + 5 * HS_USB_PKT_SIZE)
989 burst_cap = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc95xx_reset()
H A Dsmsc75xx.c24 #define HS_USB_PKT_SIZE (512) macro
26 #define DEFAULT_HS_BURST_CAP_SIZE (16 * 1024 + 5 * HS_USB_PKT_SIZE)
1155 buf = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc75xx_reset()
H A Dlan78xx.c45 #define HS_USB_PKT_SIZE (512) macro
3204 dev->burst_cap = HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in lan78xx_urb_config_init()