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

/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-config.c57 if ((new_config->ufc_b < XGE_HAL_MIN_TX_UFC_B) ||
58 (new_config->ufc_b > XGE_HAL_MAX_TX_UFC_B)) {
120 if ((new_config->ufc_b < XGE_HAL_MIN_RX_UFC_B) ||
121 (new_config->ufc_b > XGE_HAL_MAX_RX_UFC_B)) {
H A Dxgehal-mgmtaux.c1585 xge_os_strcpy(key+6, "ufc_b");
1586 __HAL_AUX_ENTRY(key, rti->ufc_b, "%u");
1662 xge_os_strcpy(key+12, "ufc_b");
1663 __HAL_AUX_ENTRY(key, tti->ufc_b, "%u");
1693 xge_os_strcpy(key+6, "ufc_b");
1694 __HAL_AUX_ENTRY(key, tti->ufc_b, "%u");
H A Dxgehal-device.c923 tti->ufc_b = 16;
934 rti->ufc_b = 4;
991 tti->ufc_b ||
999 XGE_HAL_TTI_DATA2_MEM_TX_UFC_B(tti->ufc_b) |
1148 rti->ufc_b ||
1156 XGE_HAL_RTI_DATA2_MEM_RX_UFC_B(rti->ufc_b) |
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-config.h53 * @ufc_b: Frame count for the utilization range B.
100 int ufc_b; member in struct:xge_hal_tti_config_t
139 * @ufc_b: Frame count for the utilization range B.
174 int ufc_b; member in struct:xge_hal_rti_config_t
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c163 ufc_b, qindex, tindex, XGE_DEFAULT_FIFO_QUEUE_TTI_UFC_B);
217 XGE_GET_PARAM_RING_QUEUE_RTI("hw.xge.ring_queue_rti_ufc_b", ufc_b,

Completed in 130 milliseconds