Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-dev.c490 unsigned int max_q_count, q_count; in xgbe_disable_tx_flow_control() local
499 max_q_count = XGMAC_MAX_FLOW_CONTROL_QUEUES; in xgbe_disable_tx_flow_control()
500 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count); in xgbe_disable_tx_flow_control()
516 unsigned int max_q_count, q_count; in xgbe_enable_tx_flow_control() local
537 max_q_count = XGMAC_MAX_FLOW_CONTROL_QUEUES; in xgbe_enable_tx_flow_control()
538 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count); in xgbe_enable_tx_flow_control()