Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c1142 if ((params->queue_val == 0) || in fman_port_set_perf_cnt_params()
1143 (params->queue_val > MAX_PERFORMANCE_RX_QUEUE_COMP)) in fman_port_set_perf_cnt_params()
1149 if ((params->queue_val == 0) || in fman_port_set_perf_cnt_params()
1150 (params->queue_val > MAX_PERFORMANCE_TX_QUEUE_COMP)) in fman_port_set_perf_cnt_params()
1156 if (params->queue_val != 0) in fman_port_set_perf_cnt_params()
1184 tmp |= (uint32_t)(params->queue_val - 1) << in fman_port_set_perf_cnt_params()
H A Dfm_port.c725 …->portType == e_FM_PORT_TYPE_OH_HOST_COMMAND)p_DriverParams->dfltCfg.perf_cnt_params.queue_val = 0; in InitLowLevelDriver()
727 p_DriverParams->dfltCfg.perf_cnt_params.queue_val = 1; in InitLowLevelDriver()
3829 params.queue_val = p_FmPortPerformanceCnt->queueCompVal; in FM_PORT_SetPerformanceCountersParams()
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_port.h358 uint8_t queue_val; member