Home
last modified time | relevance | path

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

/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.h63 bool is_qos; member
Daq_nic.c1462 if (tcs == cfg->tcs || (tcs == 0 && !cfg->is_qos)) in aq_nic_setup_tc_mqprio()
1478 cfg->is_qos = (tcs != 0 ? true : false); in aq_nic_setup_tc_mqprio()
Daq_ethtool.c267 if (cfg->is_qos) in aq_ethtool_get_strings()
/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c293 hw_atl_tps_tx_desc_rate_mode_set(self, nic_cfg->is_qos ? 1U : 0U); in hw_atl2_hw_init_tx_tc_rate_limit()
/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c388 hw_atl_tps_tx_desc_rate_mode_set(self, nic_cfg->is_qos ? 1U : 0U); in hw_atl_b0_hw_init_tx_tc_rate_limit()