Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c4165 enum fman_port_perf_counters perfType; in FM_PORT_GetCounter() local
4199 &perfType, &isStats); in FM_PORT_GetCounter()
4208 return fman_port_get_perf_counter(&p_FmPort->port, perfType); in FM_PORT_GetCounter()
4253 enum fman_port_perf_counters perfType; in FM_PORT_ModifyCounter() local
4283 &perfType, &isStats); in FM_PORT_ModifyCounter()
4291 fman_port_set_perf_counter(&p_FmPort->port, perfType, value); in FM_PORT_ModifyCounter()