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:start_128M
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
H
A
D
netxen_nic_hw.h
260
unsigned
start_128M
;
member
H
A
D
netxen_nic_hw.c
1100
if (m->valid && (m->
start_128M
<= off) && (m->end_128M > off)) {
in netxen_nic_pci_get_crb_addr_2M()
1102
(off - m->
start_128M
);
in netxen_nic_pci_get_crb_addr_2M()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H
A
D
netxen_nic_hw.h
260
unsigned
start_128M
;
member
H
A
D
netxen_nic_hw.c
1100
if (m->valid && (m->
start_128M
<= off) && (m->end_128M > off)) {
in netxen_nic_pci_get_crb_addr_2M()
1102
(off - m->
start_128M
);
in netxen_nic_pci_get_crb_addr_2M()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_hdr.h
939
unsigned
start_128M
;
member
H
A
D
qlcnic_hw.c
1133
if (m->valid && (m->
start_128M
<= off) && (m->end_128M > off)) {
in qlcnic_pci_get_crb_addr_2M()
1135
(off - m->
start_128M
);
in qlcnic_pci_get_crb_addr_2M()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_hdr.h
939
unsigned
start_128M
;
member
H
A
D
qlcnic_hw.c
1129
if (m->valid && (m->
start_128M
<= off) && (m->end_128M > off)) {
in qlcnic_pci_get_crb_addr_2M()
1131
(off - m->
start_128M
);
in qlcnic_pci_get_crb_addr_2M()
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_nx.h
637
unsigned
start_128M
;
member
H
A
D
ql4_nx.c
576
if (m->valid && (m->
start_128M
<= *off) && (m->end_128M > *off)) {
in qla4_82xx_pci_get_crb_addr_2M()
577
*off = *off + m->start_2M - m->
start_128M
+ ha->nx_pcibase;
in qla4_82xx_pci_get_crb_addr_2M()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_nx.h
598
unsigned
start_128M
;
member
H
A
D
qla_nx.c
405
if (m->valid && (m->
start_128M
<= off_in) && (m->end_128M > off_in)) {
in qla82xx_pci_get_crb_addr_2M()
406
*off_out = off_in + m->start_2M - m->
start_128M
+ ha->nx_pcibase;
in qla82xx_pci_get_crb_addr_2M()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_nx.h
637
unsigned
start_128M
;
member
H
A
D
ql4_nx.c
567
if (m->valid && (m->
start_128M
<= *off) && (m->end_128M > *off)) {
in qla4_82xx_pci_get_crb_addr_2M()
568
*off = *off + m->start_2M - m->
start_128M
+ ha->nx_pcibase;
in qla4_82xx_pci_get_crb_addr_2M()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_nx.h
602
unsigned
start_128M
;
member
H
A
D
qla_nx.c
405
if (m->valid && (m->
start_128M
<= off_in) && (m->end_128M > off_in)) {
in qla82xx_pci_get_crb_addr_2M()
406
*off_out = off_in + m->start_2M - m->
start_128M
+ ha->nx_pcibase;
in qla82xx_pci_get_crb_addr_2M()
Completed in 44 milliseconds