Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tc_mode
(Results
1 - 25
of
29
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_tc.c
120
if (dig_port->
tc_mode
!= TC_PORT_DP_ALT)
in intel_tc_port_fia_max_lane_count()
155
lane_reversal && dig_port->
tc_mode
!= TC_PORT_LEGACY);
in intel_tc_port_set_fia_lane_count()
339
dig_port->
tc_mode
= TC_PORT_LEGACY;
in icl_tc_phy_connect()
362
dig_port->
tc_mode
= TC_PORT_DP_ALT;
in icl_tc_phy_connect()
369
dig_port->
tc_mode
= TC_PORT_TBT_ALT;
in icl_tc_phy_connect()
378
switch (dig_port->
tc_mode
) {
in icl_tc_phy_disconnect()
384
dig_port->
tc_mode
= TC_PORT_TBT_ALT;
in icl_tc_phy_disconnect()
390
MISSING_CASE(dig_port->
tc_mode
);
in icl_tc_phy_disconnect()
401
return dig_port->
tc_mode
== TC_PORT_TBT_ALT;
in icl_tc_phy_is_connected()
411
return dig_port->
tc_mode
in icl_tc_phy_is_connected()
[all...]
H
A
D
intel_ddi.c
2108
dig_port->
tc_mode
!= TC_PORT_TBT_ALT)
in intel_ddi_get_power_domains()
2600
if (enc_to_dig_port(encoder)->
tc_mode
== TC_PORT_TBT_ALT)
in icl_mg_phy_ddi_vswing_sequence()
2747
if (enc_to_dig_port(encoder)->
tc_mode
== TC_PORT_TBT_ALT)
in tgl_dkl_phy_ddi_vswing_sequence()
3149
if (dig_port->
tc_mode
== TC_PORT_TBT_ALT)
in icl_program_mg_dp_mode()
3174
dig_port->
tc_mode
!= TC_PORT_LEGACY);
in icl_program_mg_dp_mode()
3347
dig_port->
tc_mode
!= TC_PORT_TBT_ALT)
in tgl_ddi_pre_enable_dp()
3460
dig_port->
tc_mode
!= TC_PORT_TBT_ALT)
in hsw_ddi_pre_enable_dp()
3692
dig_port->
tc_mode
!= TC_PORT_TBT_ALT)
in intel_ddi_post_disable_dp()
4111
if (is_tc_port && dig_port->
tc_mode
!= TC_PORT_TBT_ALT)
in intel_ddi_pre_pll_enable()
H
A
D
intel_display_types.h
1423
enum tc_port_mode
tc_mode
;
member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
vas.h
78
int
tc_mode
;
member
91
int
tc_mode
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ptp.h
24
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()
H
A
D
aq_hw_utils.c
103
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()
H
A
D
aq_nic.h
67
enum aq_tc_mode
tc_mode
;
member
93
(((_NIC_CFG_)->
tc_mode
== AQ_TC_MODE_4TCS) ? 8 : 4)
H
A
D
aq_ptp.c
963
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()
H
A
D
aq_ethtool.c
292
aq_ptp_ring_idx(nic->aq_nic_cfg.
tc_mode
);
in aq_ethtool_get_strings()
H
A
D
aq_nic.c
86
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()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ptp.h
24
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()
H
A
D
aq_hw_utils.c
103
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()
H
A
D
aq_nic.h
71
enum aq_tc_mode
tc_mode
;
member
97
(((_NIC_CFG_)->
tc_mode
== AQ_TC_MODE_4TCS) ? 8 : 4)
H
A
D
aq_ptp.c
961
tx_ring_idx = aq_ptp_ring_idx(aq_nic->aq_nic_cfg.
tc_mode
);
in aq_ptp_ring_alloc()
968
rx_ring_idx = aq_ptp_ring_idx(aq_nic->aq_nic_cfg.
tc_mode
);
in aq_ptp_ring_alloc()
H
A
D
aq_ethtool.c
301
aq_ptp_ring_idx(nic->aq_nic_cfg.
tc_mode
);
in aq_ethtool_get_strings()
H
A
D
aq_nic.c
86
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()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
vas.h
152
int
tc_mode
;
member
165
int
tc_mode
;
member
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
vas-window.c
748
winctx->
tc_mode
= rxattr->
tc_mode
;
in init_winctx_for_rxwin()
836
rxattr->
tc_mode
= VAS_THRESH_DISABLED;
in vas_init_rx_win_attr()
958
winctx->
tc_mode
= txattr->
tc_mode
;
in init_winctx_for_txwin()
971
if (attr->
tc_mode
!= VAS_THRESH_DISABLED)
in tx_win_args_valid()
H
A
D
vas.h
417
int
tc_mode
;
member
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
vas-window.c
750
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()
H
A
D
vas.h
410
int
tc_mode
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H
A
D
hw_atl2.c
122
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()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H
A
D
hw_atl2.c
122
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()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_b0.c
454
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()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_b0.c
454
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()
Completed in 37 milliseconds
1
2