Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c251 u32 fixed_max_credit; in hw_atl2_hw_init_tx_tc_rate_limit() local
257 fixed_max_credit = nic_cfg->aq_hw_caps->mtu / 64; in hw_atl2_hw_init_tx_tc_rate_limit()
301 fixed_max_credit); in hw_atl2_hw_init_tx_tc_rate_limit()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c343 u32 fixed_max_credit; in hw_atl_b0_hw_init_tx_tc_rate_limit() local
349 fixed_max_credit = nic_cfg->aq_hw_caps->mtu / 64; in hw_atl_b0_hw_init_tx_tc_rate_limit()
396 fixed_max_credit); in hw_atl_b0_hw_init_tx_tc_rate_limit()
408 max_credit = max(8 * weight, fixed_max_credit); in hw_atl_b0_hw_init_tx_tc_rate_limit()