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

/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-dev.c492 unsigned int max_q_count, q_count; local
501 max_q_count = XGMAC_MAX_FLOW_CONTROL_QUEUES;
502 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count);
518 unsigned int max_q_count, q_count; local
539 max_q_count = XGMAC_MAX_FLOW_CONTROL_QUEUES;
540 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count);

Completed in 111 milliseconds