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:npars
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_sysfs.c
362
if (adapter->
npars
[i].pci_func == pci_func)
in qlcnic_is_valid_nic_func()
388
s_esw_id = adapter->
npars
[src_index].phy_port;
in validate_pm_config()
389
d_esw_id = adapter->
npars
[dest_index].phy_port;
in validate_pm_config()
428
id = adapter->
npars
[index].phy_port;
in qlcnic_sysfs_write_pm_config()
440
id = adapter->
npars
[index].phy_port;
in qlcnic_sysfs_write_pm_config()
441
adapter->
npars
[index].enable_pm = !!pm_cfg[i].action;
in qlcnic_sysfs_write_pm_config()
442
adapter->
npars
[index].dest_npar = id;
in qlcnic_sysfs_write_pm_config()
465
pci_func = adapter->
npars
[i].pci_func;
in qlcnic_sysfs_read_pm_config()
471
if (!adapter->
npars
[i].eswitch_status)
in qlcnic_sysfs_read_pm_config()
474
pm_cfg[pci_func].action = adapter->
npars
[
in qlcnic_sysfs_read_pm_config()
[all...]
H
A
D
qlcnic_main.c
1004
adapter->
npars
= kcalloc(act_pci_func,
in qlcnic_init_pci_info()
1007
if (!adapter->
npars
) {
in qlcnic_init_pci_info()
1037
adapter->
npars
[j].eswitch_status = true;
in qlcnic_init_pci_info()
1041
adapter->
npars
[j].eswitch_status = true;
in qlcnic_init_pci_info()
1044
adapter->
npars
[j].pci_func = pfn;
in qlcnic_init_pci_info()
1045
adapter->
npars
[j].active = (u8)pci_info[i].active;
in qlcnic_init_pci_info()
1046
adapter->
npars
[j].type = (u8)pci_info[i].type;
in qlcnic_init_pci_info()
1047
adapter->
npars
[j].phy_port = (u8)pci_info[i].default_port;
in qlcnic_init_pci_info()
1048
adapter->
npars
[j].min_bw = pci_info[i].tx_min_bw;
in qlcnic_init_pci_info()
1049
adapter->
npars
[
in qlcnic_init_pci_info()
[all...]
H
A
D
qlcnic_83xx_vnic.c
107
npar = adapter->
npars
;
in qlcnic_83xx_init_mgmt_vnic()
H
A
D
qlcnic_ctx.c
1201
if (adapter->
npars
== NULL)
in qlcnic_get_eswitch_stats()
1215
if (adapter->
npars
[i].phy_port != eswitch)
in qlcnic_get_eswitch_stats()
1219
if (qlcnic_get_port_stats(adapter, adapter->
npars
[i].pci_func,
in qlcnic_get_eswitch_stats()
1341
arg1 = (adapter->
npars
[index].phy_port & BIT_0);
in qlcnic_config_switch_port()
1417
phy_port = adapter->
npars
[index].phy_port;
in qlcnic_get_eswitch_port_config()
H
A
D
qlcnic.h
1154
struct qlcnic_npar_info *
npars
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_sysfs.c
361
if (adapter->
npars
[i].pci_func == pci_func)
in qlcnic_is_valid_nic_func()
387
s_esw_id = adapter->
npars
[src_index].phy_port;
in validate_pm_config()
388
d_esw_id = adapter->
npars
[dest_index].phy_port;
in validate_pm_config()
427
id = adapter->
npars
[index].phy_port;
in qlcnic_sysfs_write_pm_config()
439
id = adapter->
npars
[index].phy_port;
in qlcnic_sysfs_write_pm_config()
440
adapter->
npars
[index].enable_pm = !!pm_cfg[i].action;
in qlcnic_sysfs_write_pm_config()
441
adapter->
npars
[index].dest_npar = id;
in qlcnic_sysfs_write_pm_config()
464
pci_func = adapter->
npars
[i].pci_func;
in qlcnic_sysfs_read_pm_config()
470
if (!adapter->
npars
[i].eswitch_status)
in qlcnic_sysfs_read_pm_config()
473
pm_cfg[pci_func].action = adapter->
npars
[
in qlcnic_sysfs_read_pm_config()
[all...]
H
A
D
qlcnic_main.c
1000
adapter->
npars
= kcalloc(act_pci_func,
in qlcnic_init_pci_info()
1003
if (!adapter->
npars
) {
in qlcnic_init_pci_info()
1033
adapter->
npars
[j].eswitch_status = true;
in qlcnic_init_pci_info()
1037
adapter->
npars
[j].eswitch_status = true;
in qlcnic_init_pci_info()
1040
adapter->
npars
[j].pci_func = pfn;
in qlcnic_init_pci_info()
1041
adapter->
npars
[j].active = (u8)pci_info[i].active;
in qlcnic_init_pci_info()
1042
adapter->
npars
[j].type = (u8)pci_info[i].type;
in qlcnic_init_pci_info()
1043
adapter->
npars
[j].phy_port = (u8)pci_info[i].default_port;
in qlcnic_init_pci_info()
1044
adapter->
npars
[j].min_bw = pci_info[i].tx_min_bw;
in qlcnic_init_pci_info()
1045
adapter->
npars
[
in qlcnic_init_pci_info()
[all...]
H
A
D
qlcnic_83xx_vnic.c
107
npar = adapter->
npars
;
in qlcnic_83xx_init_mgmt_vnic()
H
A
D
qlcnic_ctx.c
1201
if (adapter->
npars
== NULL)
in qlcnic_get_eswitch_stats()
1215
if (adapter->
npars
[i].phy_port != eswitch)
in qlcnic_get_eswitch_stats()
1219
if (qlcnic_get_port_stats(adapter, adapter->
npars
[i].pci_func,
in qlcnic_get_eswitch_stats()
1341
arg1 = (adapter->
npars
[index].phy_port & BIT_0);
in qlcnic_config_switch_port()
1417
phy_port = adapter->
npars
[index].phy_port;
in qlcnic_get_eswitch_port_config()
H
A
D
qlcnic.h
1154
struct qlcnic_npar_info *
npars
;
member
Completed in 26 milliseconds