Home
last modified time | relevance | path

Searched refs:tc_mode (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_tc.c36 return intel_phy_is_tc(i915, phy) && dig_port->tc_mode == mode; in intel_tc_port_in_mode()
87 return tc_cold_block_in_mode(dig_port, dig_port->tc_mode, domain); in tc_cold_block()
115 dig_port->tc_mode)); in assert_tc_cold_blocked()
157 if (dig_port->tc_mode != TC_PORT_DP_ALT) in intel_tc_port_fia_max_lane_count()
192 lane_reversal && dig_port->tc_mode != TC_PORT_LEGACY); in intel_tc_port_set_fia_lane_count()
511 dig_port->tc_mode = TC_PORT_LEGACY; in icl_tc_phy_connect()
534 dig_port->tc_mode = TC_PORT_DP_ALT; in icl_tc_phy_connect()
541 dig_port->tc_mode = TC_PORT_TBT_ALT; in icl_tc_phy_connect()
550 switch (dig_port->tc_mode) { in icl_tc_phy_disconnect()
556 dig_port->tc_mode = TC_PORT_DISCONNECTED; in icl_tc_phy_disconnect()
[all …]
Dintel_display_types.h1763 enum tc_port_mode tc_mode; member
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/
Daq_hw_utils.c103 switch (hw->aq_nic_cfg->tc_mode) { in aq_hw_num_tcs()
117 switch (hw->aq_nic_cfg->tc_mode) { in aq_hw_q_per_tc()
Daq_ptp.h24 static inline unsigned int aq_ptp_ring_idx(const enum aq_tc_mode tc_mode) in aq_ptp_ring_idx() argument
26 if (tc_mode == AQ_TC_MODE_8TCS) in aq_ptp_ring_idx()
Daq_nic.h71 enum aq_tc_mode tc_mode; member
97 (((_NIC_CFG_)->tc_mode == AQ_TC_MODE_4TCS) ? 8 : 4)
Daq_ptp.c963 tx_ring_idx = aq_ptp_ring_idx(aq_nic->aq_nic_cfg.tc_mode); in aq_ptp_ring_alloc()
972 rx_ring_idx = aq_ptp_ring_idx(aq_nic->aq_nic_cfg.tc_mode); in aq_ptp_ring_alloc()
Daq_ethtool.c301 aq_ptp_ring_idx(nic->aq_nic_cfg.tc_mode); in aq_ethtool_get_strings()
Daq_nic.c86 cfg->tc_mode = AQ_TC_MODE_8TCS; in aq_nic_cfg_update_num_vecs()
88 cfg->tc_mode = AQ_TC_MODE_4TCS; in aq_nic_cfg_update_num_vecs()
/Linux-v6.1/arch/powerpc/include/asm/
Dvas.h152 int tc_mode; member
165 int tc_mode; member
/Linux-v6.1/arch/powerpc/platforms/powernv/
Dvas-window.c750 winctx->tc_mode = rxattr->tc_mode; in init_winctx_for_rxwin()
838 rxattr->tc_mode = VAS_THRESH_DISABLED; in vas_init_rx_win_attr()
960 winctx->tc_mode = txattr->tc_mode; in init_winctx_for_txwin()
974 if (attr->tc_mode != VAS_THRESH_DISABLED) in tx_win_args_valid()
Dvas.h410 int tc_mode; member
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2.c122 switch (cfg->tc_mode) { in hw_atl2_hw_queue_to_tc_map_set()
359 hw_atl_tpb_tps_tx_tc_mode_set(self, nic_cfg->tc_mode); in hw_atl2_hw_init_tx_path()
490 hw_atl_rpb_rpf_rx_traf_class_mode_set(self, cfg->tc_mode); in hw_atl2_hw_init_rx_path()
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c454 hw_atl_tpb_tps_tx_tc_mode_set(self, nic_cfg->tc_mode); in hw_atl_b0_hw_init_tx_path()
480 rss_ctrl1 = (cfg->tc_mode == AQ_TC_MODE_8TCS) ? in hw_atl_b0_hw_init_rx_rss_ctrl1()
493 hw_atl_rpb_rpf_rx_traf_class_mode_set(self, cfg->tc_mode); in hw_atl_b0_hw_init_rx_path()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c12987 static int hclge_get_dscp_prio(struct hnae3_handle *h, u8 dscp, u8 *tc_mode, in hclge_get_dscp_prio() argument
12995 if (tc_mode) in hclge_get_dscp_prio()
12996 *tc_mode = vport->nic.kinfo.tc_map_mode; in hclge_get_dscp_prio()