Home | History | Annotate | Download | only in parser

Lines Matching refs:qos

68 	"QoS Setup Complete",
85 "QoS Violation",
218 "QoS Setup",
461 "Requested QoS Not Supported",
466 "QoS Unacceptable Parameter",
467 "QoS Rejected",
1190 printf("Service type: %d\n", cp->qos.service_type);
1192 printf("Token rate: %d\n", btohl(cp->qos.token_rate));
1194 printf("Peak bandwith: %d\n", btohl(cp->qos.peak_bandwidth));
1196 printf("Latency: %d\n", btohl(cp->qos.latency));
1198 printf("Delay variation: %d\n", btohl(cp->qos.delay_variation));
3171 printf("Service type: %d\n", evt->qos.service_type);
3173 printf("Token rate: %d\n", btohl(evt->qos.token_rate));
3175 printf("Peak bandwith: %d\n", btohl(evt->qos.peak_bandwidth));
3177 printf("Latency: %d\n", btohl(evt->qos.latency));
3179 printf("Delay variation: %d\n", btohl(evt->qos.delay_variation));
3326 printf("Service type: %d\n", evt->qos.service_type);
3328 printf("Token rate: %d\n", btohl(evt->qos.token_rate));
3330 printf("Peak bandwith: %d\n", btohl(evt->qos.peak_bandwidth));
3332 printf("Latency: %d\n", btohl(evt->qos.latency));
3334 printf("Delay variation: %d\n", btohl(evt->qos.delay_variation));