Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pow.c592 valid[0] = dump->sindexload[0][4].sindexload1_cn68xx.queue_val; in __cvmx_pow_display_v2()
593 valid[1] = dump->sindexload[0][5].sindexload1_cn68xx.queue_val; in __cvmx_pow_display_v2()
594 valid[2] = dump->sindexload[0][6].sindexload1_cn68xx.queue_val; in __cvmx_pow_display_v2()
692 dump->sindexload[0][3].sindexload0_cn68xx.queue_val, in __cvmx_pow_display_v2()
699 dump->sindexload[index][2].sindexload0_cn68xx.queue_val, in __cvmx_pow_display_v2()
709 dump->sindexload[index][1].sindexload0_cn68xx.queue_val, in __cvmx_pow_display_v2()
724 dump->sindexload[index][1].sindexload0_cn68xx.queue_val, in __cvmx_pow_display_v2()
733 dump->sindexload[index+8][1].sindexload0_cn68xx.queue_val, in __cvmx_pow_display_v2()
H A Dcvmx-pow.h1084 … uint64_t queue_val : 1; /**< - If set, one or more valid entries are in the queue. */ member
1096 uint64_t queue_val : 1;
1147 … uint64_t queue_val : 1; /**< - If set, one or more valid entries are in the queue. */ member
1159 uint64_t queue_val : 1;
/f-stack/freebsd/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()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_port.h358 uint8_t queue_val; member