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:pcix_cmd
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
err_marvel.c
593
static const char * const
pcix_cmd
[] = {
in marvel_print_pox_trans_sum()
local
631
pcix_cmd
[EXTRACT(trans_sum, IO7__POX_TRANSUM__PCIX_CMD)],
in marvel_print_pox_trans_sum()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
err_marvel.c
593
static const char * const
pcix_cmd
[] = {
in marvel_print_pox_trans_sum()
local
631
pcix_cmd
[EXTRACT(trans_sum, IO7__POX_TRANSUM__PCIX_CMD)],
in marvel_print_pox_trans_sum()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
8996
u16
pcix_cmd
;
in tg3_restore_pci_state()
local
8999
&
pcix_cmd
);
in tg3_restore_pci_state()
9000
pcix_cmd
&= ~PCI_X_CMD_ERO;
in tg3_restore_pci_state()
9002
pcix_cmd
);
in tg3_restore_pci_state()
10530
u16
pcix_cmd
;
in tg3_reset_hw()
local
10533
&
pcix_cmd
);
in tg3_reset_hw()
10535
pcix_cmd
&= ~PCI_X_CMD_MAX_READ;
in tg3_reset_hw()
10536
pcix_cmd
|= PCI_X_CMD_READ_2K;
in tg3_reset_hw()
10538
pcix_cmd
&= ~(PCI_X_CMD_MAX_SPLIT | PCI_X_CMD_MAX_READ);
in tg3_reset_hw()
10539
pcix_cmd
|
in tg3_reset_hw()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
8981
u16
pcix_cmd
;
in tg3_restore_pci_state()
local
8984
&
pcix_cmd
);
in tg3_restore_pci_state()
8985
pcix_cmd
&= ~PCI_X_CMD_ERO;
in tg3_restore_pci_state()
8987
pcix_cmd
);
in tg3_restore_pci_state()
10514
u16
pcix_cmd
;
in tg3_reset_hw()
local
10517
&
pcix_cmd
);
in tg3_reset_hw()
10519
pcix_cmd
&= ~PCI_X_CMD_MAX_READ;
in tg3_reset_hw()
10520
pcix_cmd
|= PCI_X_CMD_READ_2K;
in tg3_reset_hw()
10522
pcix_cmd
&= ~(PCI_X_CMD_MAX_SPLIT | PCI_X_CMD_MAX_READ);
in tg3_reset_hw()
10523
pcix_cmd
|
in tg3_reset_hw()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/
H
A
D
s2io.c
7497
u16 pci_cmd = 0,
pcix_cmd
= 0;
in s2io_init_pci()
local
7501
&(
pcix_cmd
));
in s2io_init_pci()
7503
(
pcix_cmd
| 1));
in s2io_init_pci()
7505
&(
pcix_cmd
));
in s2io_init_pci()
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/
H
A
D
s2io.c
7503
u16 pci_cmd = 0,
pcix_cmd
= 0;
in s2io_init_pci()
local
7507
&(
pcix_cmd
));
in s2io_init_pci()
7509
(
pcix_cmd
| 1));
in s2io_init_pci()
7511
&(
pcix_cmd
));
in s2io_init_pci()
Completed in 46 milliseconds