Searched refs:queueCompVal (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h432 uint8_t queueCompVal; /**< Rx queue/Tx confirm queue compare member in struct:t_FmPortPerformanceCnt
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c3798 if (!p_FmPortPerformanceCnt->queueCompVal
3799 || (p_FmPortPerformanceCnt->queueCompVal
3804 ("performanceCnt.queueCompVal for Rx has to be in the range of 1 - %d", MAX_PERFORMANCE_RX_QUEUE_COMP));
3808 if (!p_FmPortPerformanceCnt->queueCompVal
3809 || (p_FmPortPerformanceCnt->queueCompVal
3814 ("performanceCnt.queueCompVal for Tx has to be in the range of 1 - %d", MAX_PERFORMANCE_TX_QUEUE_COMP));
3818 if (p_FmPortPerformanceCnt->queueCompVal)
3822 ("performanceCnt.queueCompVal is not relevant for H/O ports."));
3829 params.queue_val = p_FmPortPerformanceCnt->queueCompVal;
3855 currParams.queueCompVal
[all...]

Completed in 113 milliseconds