Home
last modified time | relevance | path

Searched refs:pps_present (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/ti/
Dam65-cpts.c181 bool pps_present; member
571 if (cpts->pps_present && index == cpts->pps_hw_ts_idx) in am65_cpts_extts_enable()
671 if (cpts->pps_present && req->index == cpts->pps_genf_idx) in am65_cpts_perout_enable()
694 if (!cpts->pps_present) in am65_cpts_pps_enable()
1054 cpts->pps_present = true; in am65_cpts_of_parse()
1058 cpts->pps_present = false; in am65_cpts_of_parse()
1062 cpts->pps_present = false; in am65_cpts_of_parse()
1064 if (cpts->pps_present) { in am65_cpts_of_parse()
1136 if (cpts->pps_present) in am65_cpts_create()
1169 cpts->refclk_freq, cpts->ts_add_val, cpts->pps_present); in am65_cpts_create()
/linux-6.6.21/net/sched/
Dact_police.c198 new->pps_present = true; in tcf_police_init()
271 if (!p->rate_present && !p->pps_present) { in tcf_police_act()
291 } else if (p->pps_present) { in tcf_police_act()
375 if (p->pps_present) { in tcf_police_dump()
/linux-6.6.21/include/net/tc_act/
Dtc_police.h19 bool pps_present; member