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:AE_IS_VER1
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H
A
D
hns_dsaf_rcb.c
303
if (
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver)) {
in hns_rcb_set_port_timeout()
387
if (!
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver) &&
in hns_rcb_common_init_hw()
398
if (
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver)) {
in hns_rcb_common_init_hw()
446
is_ver1 =
AE_IS_VER1
(ring_pair_cb->rcb_common->dsaf_dev->dsaf_ver);
in hns_rcb_ring_get_cfg()
497
bool is_ver1 =
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver);
in hns_rcb_get_base_irq_idx()
519
bool is_ver1 =
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver);
in hns_rcb_get_cfg()
587
if (
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver))
in hns_rcb_get_coalesce_usecs()
612
if (
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver)) {
in hns_rcb_set_coalesce_usecs()
969
bool is_ver1 =
AE_IS_VER1
(rcb_com->dsaf_dev->dsaf_ver);
in hns_rcb_get_common_regs()
H
A
D
hns_dsaf_main.c
270
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver))
in hns_dsaf_inner_qid_cfg()
323
(
AE_IS_VER1
((dev)->dsaf_ver) ? DSAF_SBM_NUM : DSAFV2_SBM_NUM)
764
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver) && !HNS_DSAF_IS_DEBUG(dsaf_dev))
in hns_dsaf_set_promisc_mode()
791
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver))
in hns_dsaf_rocee_bp_en()
1175
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver)) {
in hns_dsaf_set_pfc_pause()
1191
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver)) {
in hns_dsaf_set_rx_mac_pause_en()
1207
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver))
in hns_dsaf_get_rx_mac_pause_en()
1223
bool is_ver1 =
AE_IS_VER1
(dsaf_dev->dsaf_ver);
in hns_dsaf_comm_init()
1283
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver)) {
in hns_dsaf_inode_init()
1331
if (
AE_IS_VER1
(dsaf_de
in hns_dsaf_sbm_init()
[all...]
H
A
D
hns_dsaf_misc.c
410
reg_val_2 =
AE_IS_VER1
(dsaf_dev->dsaf_ver) ?
in hns_dsaf_ge_srst_by_port()
429
reg_val_2 =
AE_IS_VER1
(dsaf_dev->dsaf_ver) ? 0x100 : 0x40;
in hns_dsaf_ge_srst_by_port()
516
bool is_ver1 =
AE_IS_VER1
(mac_cb->dsaf_dev->dsaf_ver);
in hns_mac_get_phy_if()
653
if (!
AE_IS_VER1
(mac_cb->dsaf_dev->dsaf_ver)) {
in hns_mac_config_sds_loopback()
H
A
D
hns_ae_adapt.c
302
if (!
AE_IS_VER1
(mac_cb->dsaf_dev->dsaf_ver)) {
in hns_ae_set_mtu()
343
if (
AE_IS_VER1
(mac_cb->dsaf_dev->dsaf_ver))
in hns_ae_start()
536
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver) ||
in hns_ae_get_max_coalesced_frames()
565
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver) ||
in hns_ae_set_coalesce_frames()
602
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver) ||
in hns_ae_get_coalesce_range()
H
A
D
hns_ethtool.c
180
if (!(
AE_IS_VER1
(priv->enet_ver) && h->port_type == HNAE_PORT_DEBUG))
in hns_nic_get_link_ksettings()
389
if ((!
AE_IS_VER1
(priv->enet_ver)) &&
in __lb_other_process()
1163
if (
AE_IS_VER1
(priv->enet_ver)) {
in hns_get_rss_key_size()
1179
if (
AE_IS_VER1
(priv->enet_ver)) {
in hns_get_rss_indir_size()
1195
if (
AE_IS_VER1
(priv->enet_ver)) {
in hns_get_rss()
1216
if (
AE_IS_VER1
(priv->enet_ver)) {
in hns_set_rss()
H
A
D
hns_dsaf_mac.c
492
bool is_ver1 =
AE_IS_VER1
(mac_cb->dsaf_dev->dsaf_ver);
in hns_mac_reset()
638
bool is_ver1 =
AE_IS_VER1
(mac_cb->dsaf_dev->dsaf_ver);
in hns_mac_set_pauseparam()
H
A
D
hnae.h
63
#define
AE_IS_VER1
(ver) ((ver) == AE_VERSION_1)
macro
H
A
D
hns_dsaf_ppe.c
326
if (!
AE_IS_VER1
(dsaf_dev->dsaf_ver)) {
in hns_ppe_init_hw()
H
A
D
hns_enet.c
1948
if (!
AE_IS_VER1
(priv->enet_ver) &&
in hns_nic_select_queue()
2106
bool is_ver1 =
AE_IS_VER1
(priv->enet_ver);
in hns_nic_init_ring_data()
2172
if (
AE_IS_VER1
(priv->enet_ver)) {
in hns_nic_set_priv_ops()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H
A
D
hns_dsaf_rcb.c
307
if (
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver)) {
in hns_rcb_set_port_timeout()
391
if (!
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver) &&
in hns_rcb_common_init_hw()
402
if (
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver)) {
in hns_rcb_common_init_hw()
450
is_ver1 =
AE_IS_VER1
(ring_pair_cb->rcb_common->dsaf_dev->dsaf_ver);
in hns_rcb_ring_get_cfg()
501
bool is_ver1 =
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver);
in hns_rcb_get_base_irq_idx()
523
bool is_ver1 =
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver);
in hns_rcb_get_cfg()
591
if (
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver))
in hns_rcb_get_coalesce_usecs()
616
if (
AE_IS_VER1
(rcb_common->dsaf_dev->dsaf_ver)) {
in hns_rcb_set_coalesce_usecs()
1000
bool is_ver1 =
AE_IS_VER1
(rcb_com->dsaf_dev->dsaf_ver);
in hns_rcb_get_common_regs()
H
A
D
hns_dsaf_main.c
270
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver))
in hns_dsaf_inner_qid_cfg()
323
(
AE_IS_VER1
((dev)->dsaf_ver) ? DSAF_SBM_NUM : DSAFV2_SBM_NUM)
764
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver) && !HNS_DSAF_IS_DEBUG(dsaf_dev))
in hns_dsaf_set_promisc_mode()
791
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver))
in hns_dsaf_rocee_bp_en()
1175
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver)) {
in hns_dsaf_set_pfc_pause()
1191
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver)) {
in hns_dsaf_set_rx_mac_pause_en()
1207
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver))
in hns_dsaf_get_rx_mac_pause_en()
1223
bool is_ver1 =
AE_IS_VER1
(dsaf_dev->dsaf_ver);
in hns_dsaf_comm_init()
1283
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver)) {
in hns_dsaf_inode_init()
1331
if (
AE_IS_VER1
(dsaf_de
in hns_dsaf_sbm_init()
[all...]
H
A
D
hns_dsaf_misc.c
410
reg_val_2 =
AE_IS_VER1
(dsaf_dev->dsaf_ver) ?
in hns_dsaf_ge_srst_by_port()
429
reg_val_2 =
AE_IS_VER1
(dsaf_dev->dsaf_ver) ? 0x100 : 0x40;
in hns_dsaf_ge_srst_by_port()
516
bool is_ver1 =
AE_IS_VER1
(mac_cb->dsaf_dev->dsaf_ver);
in hns_mac_get_phy_if()
653
if (!
AE_IS_VER1
(mac_cb->dsaf_dev->dsaf_ver)) {
in hns_mac_config_sds_loopback()
H
A
D
hns_ethtool.c
181
if (!(
AE_IS_VER1
(priv->enet_ver) && h->port_type == HNAE_PORT_DEBUG))
in hns_nic_get_link_ksettings()
390
if ((!
AE_IS_VER1
(priv->enet_ver)) &&
in __lb_other_process()
1184
if (
AE_IS_VER1
(priv->enet_ver)) {
in hns_get_rss_key_size()
1200
if (
AE_IS_VER1
(priv->enet_ver)) {
in hns_get_rss_indir_size()
1216
if (
AE_IS_VER1
(priv->enet_ver)) {
in hns_get_rss()
1237
if (
AE_IS_VER1
(priv->enet_ver)) {
in hns_set_rss()
H
A
D
hns_ae_adapt.c
303
if (!
AE_IS_VER1
(mac_cb->dsaf_dev->dsaf_ver)) {
in hns_ae_set_mtu()
344
if (
AE_IS_VER1
(mac_cb->dsaf_dev->dsaf_ver))
in hns_ae_start()
557
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver) ||
in hns_ae_get_max_coalesced_frames()
586
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver) ||
in hns_ae_set_coalesce_frames()
623
if (
AE_IS_VER1
(dsaf_dev->dsaf_ver) ||
in hns_ae_get_coalesce_range()
H
A
D
hns_dsaf_mac.c
492
bool is_ver1 =
AE_IS_VER1
(mac_cb->dsaf_dev->dsaf_ver);
in hns_mac_reset()
638
bool is_ver1 =
AE_IS_VER1
(mac_cb->dsaf_dev->dsaf_ver);
in hns_mac_set_pauseparam()
H
A
D
hns_dsaf_ppe.c
329
if (!
AE_IS_VER1
(dsaf_dev->dsaf_ver)) {
in hns_ppe_init_hw()
H
A
D
hnae.h
63
#define
AE_IS_VER1
(ver) ((ver) == AE_VERSION_1)
macro
H
A
D
hns_enet.c
1934
if (!
AE_IS_VER1
(priv->enet_ver) &&
in hns_nic_select_queue()
2092
bool is_ver1 =
AE_IS_VER1
(priv->enet_ver);
in hns_nic_init_ring_data()
2160
if (
AE_IS_VER1
(priv->enet_ver)) {
in hns_nic_set_priv_ops()
Completed in 30 milliseconds