Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/firewire/
Dfiredtv-fw.c70 #define MAX_PACKET_SIZE 1024 /* 776, rounded up to 2^n */ macro
71 #define PACKETS_PER_PAGE (PAGE_SIZE / MAX_PACKET_SIZE)
88 p.payload_length = MAX_PACKET_SIZE; in queue_iso()
94 index * MAX_PACKET_SIZE); in queue_iso()
108 if (unlikely(length > MAX_PACKET_SIZE)) { in handle_iso()
110 length = MAX_PACKET_SIZE; in handle_iso()
114 + (i % PACKETS_PER_PAGE) * MAX_PACKET_SIZE; in handle_iso()
/Linux-v4.19/drivers/staging/greybus/
Draw.c45 #define MAX_PACKET_SIZE (PAGE_SIZE * 2) macro
51 #define MAX_DATA_SIZE (MAX_PACKET_SIZE * 8)
62 if (len > MAX_PACKET_SIZE) { in receive_data()
276 if (count > MAX_PACKET_SIZE) in raw_write()
Dloopback.c124 #define MAX_PACKET_SIZE (PAGE_SIZE * 2) macro
/Linux-v4.19/drivers/input/touchscreen/
Delants_i2c.c86 #define MAX_PACKET_SIZE 169 macro
150 u8 buf[MAX_PACKET_SIZE];
/Linux-v4.19/sound/usb/misc/
Dua101.c49 #define MAX_PACKET_SIZE 672 /* hardware specific */ macro
51 PAGE_SIZE / MAX_PACKET_SIZE)
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Duli526x.c66 #define MAX_PACKET_SIZE 1514 macro
605 if (skb->len > MAX_PACKET_SIZE) { in uli526x_start_xmit()
Ddmfe.c123 #define MAX_PACKET_SIZE 1514 macro
691 if (skb->len > MAX_PACKET_SIZE) { in dmfe_start_xmit()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c192 #define MAX_PACKET_SIZE (9700) macro
522 MAX_PACKET_SIZE); in bnx2x_ets_get_credit_upper_bound()