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:aq_nic_get_cfg
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ethtool.c
177
struct aq_nic_cfg_s *cfg =
aq_nic_get_cfg
(nic);
in aq_ethtool_n_stats()
252
cfg =
aq_nic_get_cfg
(nic);
in aq_ethtool_get_strings()
436
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_get_rss_key_size()
448
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_get_rss()
472
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_set_rss()
506
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_get_rxnfc()
556
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_get_coalesce()
580
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_set_coalesce()
613
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_get_wol()
627
cfg =
aq_nic_get_cfg
(aq_ni
in aq_ethtool_set_wol()
[all...]
H
A
D
aq_pci_func.c
249
&
aq_nic_get_cfg
(self)->aq_hw_caps);
in aq_pci_probe()
258
self->aq_hw->aq_nic_cfg =
aq_nic_get_cfg
(self);
in aq_pci_probe()
300
aq_nic_get_cfg
(self)->aq_hw_caps->msix_irqs);
in aq_pci_probe()
H
A
D
aq_main.c
150
aq_cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ndev_set_features()
351
struct aq_nic_cfg_s *aq_nic_cfg =
aq_nic_get_cfg
(self);
in aq_validate_mqprio_opt()
H
A
D
aq_nic.c
337
for (self->aq_vecs = 0; self->aq_vecs <
aq_nic_get_cfg
(self)->vecs;
in aq_nic_ndev_register()
340
aq_vec_alloc(self, self->aq_vecs,
aq_nic_get_cfg
(self));
in aq_nic_ndev_register()
434
aq_nic_get_cfg
(self));
in aq_nic_init()
441
if (
aq_nic_get_cfg
(self)->is_ptp) {
in aq_nic_init()
468
cfg =
aq_nic_get_cfg
(self);
in aq_nic_start()
568
struct aq_nic_cfg_s *cfg =
aq_nic_get_cfg
(self);
in aq_nic_map_skb()
722
struct aq_nic_cfg_s *cfg =
aq_nic_get_cfg
(self);
in aq_nic_xmit()
1190
struct aq_nic_cfg_s *
aq_nic_get_cfg
(struct aq_nic_s *self)
in aq_nic_get_cfg()
function
1325
struct aq_nic_cfg_s *cfg =
aq_nic_get_cfg
(self);
in aq_nic_realloc_vectors()
H
A
D
aq_nic.h
199
struct aq_nic_cfg_s *
aq_nic_get_cfg
(struct aq_nic_s *self);
H
A
D
aq_ptp.c
997
aq_nic_get_cfg
(aq_nic)->aq_rss.base_cpu_number;
in aq_ptp_ring_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ethtool.c
186
struct aq_nic_cfg_s *cfg =
aq_nic_get_cfg
(nic);
in aq_ethtool_n_stats()
261
cfg =
aq_nic_get_cfg
(nic);
in aq_ethtool_get_strings()
445
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_get_rss_key_size()
457
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_get_rss()
481
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_set_rss()
515
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_get_rxnfc()
567
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_get_coalesce()
593
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_set_coalesce()
626
cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ethtool_get_wol()
640
cfg =
aq_nic_get_cfg
(aq_ni
in aq_ethtool_set_wol()
[all...]
H
A
D
aq_pci_func.c
243
&
aq_nic_get_cfg
(self)->aq_hw_caps);
in aq_pci_probe()
252
self->aq_hw->aq_nic_cfg =
aq_nic_get_cfg
(self);
in aq_pci_probe()
294
aq_nic_get_cfg
(self)->aq_hw_caps->msix_irqs);
in aq_pci_probe()
H
A
D
aq_nic.c
343
for (self->aq_vecs = 0; self->aq_vecs <
aq_nic_get_cfg
(self)->vecs;
in aq_nic_ndev_register()
346
aq_vec_alloc(self, self->aq_vecs,
aq_nic_get_cfg
(self));
in aq_nic_ndev_register()
445
aq_nic_get_cfg
(self));
in aq_nic_init()
452
if (
aq_nic_get_cfg
(self)->is_ptp) {
in aq_nic_init()
479
cfg =
aq_nic_get_cfg
(self);
in aq_nic_start()
676
struct aq_nic_cfg_s *cfg =
aq_nic_get_cfg
(self);
in aq_nic_map_skb()
869
struct aq_nic_cfg_s *cfg =
aq_nic_get_cfg
(self);
in aq_nic_xmit()
1337
struct aq_nic_cfg_s *
aq_nic_get_cfg
(struct aq_nic_s *self)
in aq_nic_get_cfg()
function
1472
struct aq_nic_cfg_s *cfg =
aq_nic_get_cfg
(self);
in aq_nic_realloc_vectors()
H
A
D
aq_main.c
166
aq_cfg =
aq_nic_get_cfg
(aq_nic);
in aq_ndev_set_features()
383
struct aq_nic_cfg_s *aq_nic_cfg =
aq_nic_get_cfg
(self);
in aq_validate_mqprio_opt()
H
A
D
aq_nic.h
206
struct aq_nic_cfg_s *
aq_nic_get_cfg
(struct aq_nic_s *self);
H
A
D
aq_ptp.c
989
aq_nic_get_cfg
(aq_nic)->aq_rss.base_cpu_number;
in aq_ptp_ring_alloc()
H
A
D
aq_ring.c
372
aq_cfg =
aq_nic_get_cfg
(aq_nic);
in aq_xdp_xmit()
Completed in 15 milliseconds