Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/driver-api/mei/
Dmei-client-bus.rst144 #define MAX_PAYLOAD 128
149 unsigned char payload[MAX_PAYLOAD];
152 payload_sz = mei_cldev_recv(cldev, payload, MAX_PAYLOAD)
/Linux-v5.15/drivers/net/fddi/skfp/h/
Dsba_def.h14 #define MAX_PAYLOAD 1562 macro
/Linux-v5.15/tools/testing/selftests/net/
Dipsec.c48 #define MAX_PAYLOAD 2048 macro
276 char attrbuf[MAX_PAYLOAD]; in veth_add()
326 char attrbuf[MAX_PAYLOAD]; in ip4_addr_set()
366 char attrbuf[MAX_PAYLOAD]; in link_set_up()
393 char attrbuf[MAX_PAYLOAD]; in ip4_route_set()
936 char attrbuf[MAX_PAYLOAD]; in xfrm_state_add()
1024 char attrbuf[MAX_PAYLOAD]; in xfrm_state_check()
1032 char attrbuf[MAX_PAYLOAD]; in xfrm_state_check()
1118 char attrbuf[MAX_PAYLOAD]; in xfrm_policy_add()
1193 char attrbuf[MAX_PAYLOAD]; in xfrm_policy_del()
[all …]
Dgro.c74 #define MAX_PAYLOAD (IP_MAXPACKET - sizeof(struct tcphdr) - sizeof(struct ipv6hdr)) macro
75 #define NUM_LARGE_PKT (MAX_PAYLOAD / MSS)
891 int remainder = (MAX_PAYLOAD + offset) % MSS; in gro_sender()
1003 int remainder = (MAX_PAYLOAD + offset) % MSS; in gro_receiver()
1005 correct_payload[0] = (MAX_PAYLOAD + offset); in gro_receiver()
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_edif.h96 #define MAX_PAYLOAD 1024 macro
Dqla_edif.c2360 if (totlen > MAX_PAYLOAD) { in qla24xx_auth_els()
Dqla_os.c4361 MAX_PAYLOAD, 8, 0); in qla2x00_mem_alloc()
/Linux-v5.15/drivers/net/fddi/skfp/
Dess.c426 if (payload > MAX_PAYLOAD || overhead > 5000) { in process_bw_alloc()