Searched refs:HSR_PT_PORTS (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/hsr/
H A Dhsr_main.h130 HSR_PT_PORTS, /* This must be the last item in the enum */ enumerator in enum:hsr_port_type
H A Dhsr_framereg.h82 unsigned long time_in[HSR_PT_PORTS];
83 bool time_in_stale[HSR_PT_PORTS];
84 unsigned long time_out[HSR_PT_PORTS];
88 u16 seq_out[HSR_PT_PORTS];
H A Dhsr_framereg.c167 for (i = 0; i < HSR_PT_PORTS; i++) {
171 for (i = 0; i < HSR_PT_PORTS; i++)
372 for (i = 0; i < HSR_PT_PORTS; i++) {

Completed in 160 milliseconds