Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dsmsc95xx.c124 #define DEFAULT_HS_BURST_CAP_SIZE (5 * HS_USB_PKT_SIZE) macro
139 #define RX_URB_SIZE DEFAULT_HS_BURST_CAP_SIZE
537 burst_cap = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc95xx_init_common()
538 priv->rx_urb_size = DEFAULT_HS_BURST_CAP_SIZE; in smsc95xx_init_common()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dsmsc95xx.c29 #define DEFAULT_HS_BURST_CAP_SIZE (16 * 1024 + 5 * HS_USB_PKT_SIZE) macro
919 burst_cap = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc95xx_reset()
920 dev->rx_urb_size = DEFAULT_HS_BURST_CAP_SIZE; in smsc95xx_reset()
H A Dsmsc75xx.c27 #define DEFAULT_HS_BURST_CAP_SIZE (16 * 1024 + 5 * HS_USB_PKT_SIZE) macro
1160 buf = DEFAULT_HS_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in smsc75xx_reset()
1161 dev->rx_urb_size = DEFAULT_HS_BURST_CAP_SIZE; in smsc75xx_reset()