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

/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw_utils.c103 switch (hw->aq_nic_cfg->tc_mode) {
117 switch (hw->aq_nic_cfg->tc_mode) {
H A Daq_ptp.h24 static inline unsigned int aq_ptp_ring_idx(const enum aq_tc_mode tc_mode) argument
26 if (tc_mode == AQ_TC_MODE_8TCS)
H A Daq_nic.h71 enum aq_tc_mode tc_mode; member in struct:aq_nic_cfg_s
97 (((_NIC_CFG_)->tc_mode == AQ_TC_MODE_4TCS) ? 8 : 4)
H A Daq_ptp.c961 tx_ring_idx = aq_ptp_ring_idx(aq_nic->aq_nic_cfg.tc_mode);
968 rx_ring_idx = aq_ptp_ring_idx(aq_nic->aq_nic_cfg.tc_mode);
H A Daq_nic.c86 cfg->tc_mode = AQ_TC_MODE_8TCS;
88 cfg->tc_mode = AQ_TC_MODE_4TCS;
H A Daq_ethtool.c302 aq_ptp_ring_idx(nic->aq_nic_cfg.tc_mode);
/linux-master/arch/powerpc/include/asm/
H A Dvas.h152 int tc_mode; member in struct:vas_rx_win_attr
165 int tc_mode; member in struct:vas_tx_win_attr
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas-window.c750 winctx->tc_mode = rxattr->tc_mode;
838 rxattr->tc_mode = VAS_THRESH_DISABLED;
960 winctx->tc_mode = txattr->tc_mode;
974 if (attr->tc_mode != VAS_THRESH_DISABLED)
H A Dvas.h410 int tc_mode; member in struct:vas_winctx
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c122 switch (cfg->tc_mode) {
359 hw_atl_tpb_tps_tx_tc_mode_set(self, nic_cfg->tc_mode);
490 hw_atl_rpb_rpf_rx_traf_class_mode_set(self, cfg->tc_mode);
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c454 hw_atl_tpb_tps_tx_tc_mode_set(self, nic_cfg->tc_mode);
480 rss_ctrl1 = (cfg->tc_mode == AQ_TC_MODE_8TCS) ?
493 hw_atl_rpb_rpf_rx_traf_class_mode_set(self, cfg->tc_mode);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c12657 static int hclge_get_dscp_prio(struct hnae3_handle *h, u8 dscp, u8 *tc_mode, argument
12665 if (tc_mode)
12666 *tc_mode = vport->nic.kinfo.tc_map_mode;

Completed in 483 milliseconds