Lines Matching refs:pto
64 .pto = DEFAULT_BIS_PTO,
283 uint64_t pto; in parse_pto_arg() local
286 big_create_param.pto, DEFAULT_BIS_PTO); in parse_pto_arg()
293 pto = strtoul(buffer, NULL, 0); in parse_pto_arg()
294 if (!IN_RANGE(pto, BT_ISO_PTO_MIN, BT_ISO_PTO_MAX)) { in parse_pto_arg()
295 printk("Invalid PTO %llu", pto); in parse_pto_arg()
300 return (int)pto; in parse_pto_arg()
487 int pto; in parse_args() local
538 pto = parse_pto_arg(); in parse_args()
539 if (pto < 0) { in parse_args()
577 big_create_param.pto = pto; in parse_args()