Lines Matching refs:dst
1337 u32_opt *dst = data; in config_parse_ring_buffer_or_channel() local
1348 dst->value = 0; in config_parse_ring_buffer_or_channel()
1349 dst->set = false; in config_parse_ring_buffer_or_channel()
1354 dst->value = 0; in config_parse_ring_buffer_or_channel()
1355 dst->set = true; in config_parse_ring_buffer_or_channel()
1371 dst->value = k; in config_parse_ring_buffer_or_channel()
1372 dst->set = true; in config_parse_ring_buffer_or_channel()
1453 u32_opt *dst = data; in config_parse_coalesce_u32() local
1458 dst->value = 0; in config_parse_coalesce_u32()
1459 dst->set = false; in config_parse_coalesce_u32()
1470 dst->value = k; in config_parse_coalesce_u32()
1471 dst->set = true; in config_parse_coalesce_u32()
1486 u32_opt *dst = data; in config_parse_coalesce_sec() local
1491 dst->value = 0; in config_parse_coalesce_sec()
1492 dst->set = false; in config_parse_coalesce_sec()
1515 dst->value = (uint32_t) usec; in config_parse_coalesce_sec()
1516 dst->set = true; in config_parse_coalesce_sec()