Home
last modified time | relevance | path

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

/linux/drivers/media/firewire/
A Dfiredtv-fw.c71 #define MAX_PACKET_SIZE 1024 /* 776, rounded up to 2^n */ macro
72 #define PACKETS_PER_PAGE (PAGE_SIZE / MAX_PACKET_SIZE)
89 p.payload_length = MAX_PACKET_SIZE; in queue_iso()
95 index * MAX_PACKET_SIZE); in queue_iso()
109 if (unlikely(length > MAX_PACKET_SIZE)) { in handle_iso()
111 length = MAX_PACKET_SIZE; in handle_iso()
115 + (i % PACKETS_PER_PAGE) * MAX_PACKET_SIZE; in handle_iso()
/linux/drivers/staging/greybus/
A Draw.c44 #define MAX_PACKET_SIZE (PAGE_SIZE * 2) macro
50 #define MAX_DATA_SIZE (MAX_PACKET_SIZE * 8)
61 if (len > MAX_PACKET_SIZE) { in receive_data()
275 if (count > MAX_PACKET_SIZE) in raw_write()
A Dloopback.c117 #define MAX_PACKET_SIZE (PAGE_SIZE * 2) macro
/linux/drivers/input/touchscreen/
A Delants_i2c.c89 #define MAX_PACKET_SIZE 169 macro
187 u8 buf[MAX_PACKET_SIZE] ____cacheline_aligned;
/linux/sound/usb/misc/
A Dua101.c38 #define MAX_PACKET_SIZE 672 /* hardware specific */ macro
40 PAGE_SIZE / MAX_PACKET_SIZE)
/linux/drivers/net/ethernet/dec/tulip/
A Duli526x.c56 #define MAX_PACKET_SIZE 1514 macro
596 if (skb->len > MAX_PACKET_SIZE) { in uli526x_start_xmit()
A Ddmfe.c113 #define MAX_PACKET_SIZE 1514 macro
677 if (skb->len > MAX_PACKET_SIZE) { in dmfe_start_xmit()
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_link.c192 #define MAX_PACKET_SIZE (9700) macro
522 MAX_PACKET_SIZE); in bnx2x_ets_get_credit_upper_bound()

Completed in 53 milliseconds