Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dlan78xx.c50 #define DEFAULT_BURST_CAP_SIZE (MAX_TX_FIFO_SIZE) macro
2498 buf = DEFAULT_BURST_CAP_SIZE / SS_USB_PKT_SIZE; in lan78xx_reset()
2499 dev->rx_urb_size = DEFAULT_BURST_CAP_SIZE; in lan78xx_reset()
2503 buf = DEFAULT_BURST_CAP_SIZE / HS_USB_PKT_SIZE; in lan78xx_reset()
2504 dev->rx_urb_size = DEFAULT_BURST_CAP_SIZE; in lan78xx_reset()
2508 buf = DEFAULT_BURST_CAP_SIZE / FS_USB_PKT_SIZE; in lan78xx_reset()
2509 dev->rx_urb_size = DEFAULT_BURST_CAP_SIZE; in lan78xx_reset()