Home
last modified time | relevance | path

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

/linux/net/hsr/
H A Dhsr_framereg.h106 unsigned long time_in[HSR_PT_PORTS];
107 bool time_in_stale[HSR_PT_PORTS];
H A Dhsr_framereg.c206 new_node->seq_port_cnt = HSR_PT_PORTS - 1; in hsr_add_node()
219 for (i = 0; i < HSR_PT_PORTS; i++) { in hsr_add_node()
470 for (i = 0; i < HSR_PT_PORTS; i++) { in hsr_handle_sup_frame()
/linux/include/linux/
H A Dif_hsr.h22 HSR_PT_PORTS, /* This must be the last item in the enum */ enumerator