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

/freebsd-12-stable/sys/dev/axgbe/
H A Dxgbe-dev.c379 unsigned int max_q_count, q_count; local
388 max_q_count = XGMAC_MAX_FLOW_CONTROL_QUEUES;
389 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count);
404 unsigned int max_q_count, q_count; local
414 max_q_count = XGMAC_MAX_FLOW_CONTROL_QUEUES;
415 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count);

Completed in 107 milliseconds