Lines Matching +full:- +full:- +full:retry
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
44 __u16 mpc_p1; /* Shortcut-Setup Frame Count */
45 __u16 mpc_p2; /* Shortcut-Setup Frame Time */
46 __u8 mpc_p3[8]; /* Flow-detection Protocols */
47 __u16 mpc_p4; /* MPC Initial Retry Time */
48 __u16 mpc_p5; /* MPC Retry Time Maximum */
85 #define MPC_P1 10 /* Shortcut-Setup Frame Count */
86 #define MPC_P2 1 /* Shortcut-Setup Frame Time */
87 #define MPC_P3 0 /* Flow-detection Protocols */
88 #define MPC_P4 5 /* MPC Initial Retry Time */
89 #define MPC_P5 40 /* MPC Retry Time Maximum */
91 #define HOLDING_TIME_DEFAULT 1200 /* same as MPS-p7 */
95 #define MPC_C1 2 /* Retry Time Multiplier */
96 #define MPC_C2 60 /* Initial Keep-Alive Lifetime */
98 /* Message types - to MPOA daemon */
102 #define SND_MPOA_RES_RTRY 203 /* Different type in a retry due to req id */
110 /* Message types - from MPOA daemon */
123 /* Message types - bidirectional */
125 #define RELOAD 301 /* kill -HUP the daemon for reload */