Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccp/
H A Dccp-dev.c620 ccp->max_q_count = MAX_HW_QUEUES; in ccp_dev_init()
622 ccp->max_q_count = nqueues; in ccp_dev_init()
H A Dccp-dev.h382 unsigned int max_q_count; member
H A Dccp-dev-v3.c381 for (i = 0; (i < MAX_HW_QUEUES) && (ccp->cmd_q_count < ccp->max_q_count); i++) { in ccp_init()
H A Dccp-dev-v5.c804 for (i = 0; (i < MAX_HW_QUEUES) && (ccp->cmd_q_count < ccp->max_q_count); i++) { in ccp5_init()
/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c1190 unsigned int max_q_count, q_count; in xlgmac_disable_tx_flow_control() local
1203 max_q_count = XLGMAC_MAX_FLOW_CONTROL_QUEUES; in xlgmac_disable_tx_flow_control()
1204 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count); in xlgmac_disable_tx_flow_control()
1222 unsigned int max_q_count, q_count; in xlgmac_enable_tx_flow_control() local
1235 max_q_count = XLGMAC_MAX_FLOW_CONTROL_QUEUES; in xlgmac_enable_tx_flow_control()
1236 q_count = min_t(unsigned int, pdata->tx_q_count, max_q_count); in xlgmac_enable_tx_flow_control()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c529 unsigned int max_q_count = XGMAC_MAX_FLOW_CONTROL_QUEUES; in xgbe_get_fc_queue_count() local
533 return max_q_count; in xgbe_get_fc_queue_count()
535 return min_t(unsigned int, pdata->tx_q_count, max_q_count); in xgbe_get_fc_queue_count()