Searched refs:ufc_d (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-config.c72 if ((new_config->ufc_d < XGE_HAL_MIN_TX_UFC_D) ||
73 (new_config->ufc_d > XGE_HAL_MAX_TX_UFC_D)) {
135 if ((new_config->ufc_d < XGE_HAL_MIN_RX_UFC_D) ||
136 (new_config->ufc_d > XGE_HAL_MAX_RX_UFC_D)) {
H A Dxgehal-mgmtaux.c1591 xge_os_strcpy(key+6, "ufc_d");
1592 __HAL_AUX_ENTRY(key, rti->ufc_d, "%u");
1668 xge_os_strcpy(key+12, "ufc_d");
1669 __HAL_AUX_ENTRY(key, tti->ufc_d, "%u");
1699 xge_os_strcpy(key+6, "ufc_d");
1700 __HAL_AUX_ENTRY(key, tti->ufc_d, "%u");
H A Dxgehal-device.c925 tti->ufc_d = 64;
936 rti->ufc_d = 4; /* <= 99% of a bandwidth traffic counts here */
993 tti->ufc_d ) {
1001 XGE_HAL_TTI_DATA2_MEM_TX_UFC_D(tti->ufc_d);
1150 rti->ufc_d) {
1158 XGE_HAL_RTI_DATA2_MEM_RX_UFC_D(rti->ufc_d);
/freebsd-11.0-release/sys/dev/nxge/include/
H A Dxgehal-config.h57 * @ufc_d: Frame count for the utilization range D.
112 int ufc_d; member in struct:xge_hal_tti_config_t
143 * @ufc_d: Frame count for the utilization range D.
186 int ufc_d; member in struct:xge_hal_rti_config_t
/freebsd-11.0-release/sys/dev/nxge/
H A Dif_nxge.c167 ufc_d, qindex, tindex, XGE_DEFAULT_FIFO_QUEUE_TTI_UFC_D);
221 XGE_GET_PARAM_RING_QUEUE_RTI("hw.xge.ring_queue_rti_ufc_d", ufc_d,

Completed in 87 milliseconds