Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dorinoco_usb.c186 #define BULK_BUF_SIZE 2048 macro
188 #define MAX_DL_SIZE (BULK_BUF_SIZE - sizeof(struct ezusb_packet))
344 ctx->buf = kmalloc(BULK_BUF_SIZE, GFP_ATOMIC); in ezusb_alloc_ctx()
742 BUG_ON(total_size > BULK_BUF_SIZE); in ezusb_fill_req()
768 cur_buf, BULK_BUF_SIZE, in ezusb_submit_in_urb()
1279 memset(ctx->buf, 0, BULK_BUF_SIZE); in ezusb_xmit()
1668 kmalloc(BULK_BUF_SIZE, GFP_KERNEL); in ezusb_probe()
1690 upriv->bap_buf = kmalloc(BULK_BUF_SIZE, GFP_KERNEL); in ezusb_probe()