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:BFI_MC_MAX
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H
A
D
bfa_msgq.h
98
} rsphdlr[
BFI_MC_MAX
];
H
A
D
bfi.h
132
BFI_MC_MAX
= 34
enumerator
H
A
D
bfa_ioc.h
114
} mbhdlr[
BFI_MC_MAX
];
H
A
D
bfa_msgq.c
478
if ((mc >=
BFI_MC_MAX
) || (rspq->rsphdlr[mc].cbfn == NULL))
in bfa_msgq_rspq_pi_update()
H
A
D
bfa_ioc.c
2121
for (mc = 0; mc <
BFI_MC_MAX
; mc++) {
in bfa_ioc_mbox_attach()
2702
if ((mc >=
BFI_MC_MAX
) || (mod->mbhdlr[mc].cbfn == NULL))
in bfa_nw_ioc_mbox_isr()
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H
A
D
bfa_msgq.h
102
} rsphdlr[
BFI_MC_MAX
];
H
A
D
bfi.h
132
BFI_MC_MAX
= 34
enumerator
H
A
D
bfa_ioc.h
114
} mbhdlr[
BFI_MC_MAX
];
H
A
D
bfa_msgq.c
476
if ((mc >=
BFI_MC_MAX
) || (rspq->rsphdlr[mc].cbfn == NULL))
in bfa_msgq_rspq_pi_update()
H
A
D
bfa_ioc.c
2121
for (mc = 0; mc <
BFI_MC_MAX
; mc++) {
in bfa_ioc_mbox_attach()
2702
if ((mc >=
BFI_MC_MAX
) || (mod->mbhdlr[mc].cbfn == NULL))
in bfa_nw_ioc_mbox_isr()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H
A
D
bfa_core.c
20
static bfa_isr_func_t bfa_isrs[
BFI_MC_MAX
] = {
57
static bfa_ioc_mbox_mcfunc_t bfa_mbox_isrs[
BFI_MC_MAX
] = {
726
WARN_ON(m->mhdr.msg_class >=
BFI_MC_MAX
);
in bfa_isr_rspq()
H
A
D
bfi.h
208
BFI_MC_MAX
= 35
enumerator
H
A
D
bfa_ioc.h
243
} mbhdlr[
BFI_MC_MAX
];
H
A
D
bfa_ioc.c
1982
for (mc = 0; mc <
BFI_MC_MAX
; mc++) {
in bfa_ioc_mbox_attach()
2535
for (mc = 0; mc <
BFI_MC_MAX
; mc++)
in bfa_ioc_mbox_register()
2608
if ((mc >=
BFI_MC_MAX
) || (mod->mbhdlr[mc].cbfn == NULL))
in bfa_ioc_mbox_isr()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H
A
D
bfa_core.c
20
static bfa_isr_func_t bfa_isrs[
BFI_MC_MAX
] = {
57
static bfa_ioc_mbox_mcfunc_t bfa_mbox_isrs[
BFI_MC_MAX
] = {
726
WARN_ON(m->mhdr.msg_class >=
BFI_MC_MAX
);
in bfa_isr_rspq()
H
A
D
bfi.h
208
BFI_MC_MAX
= 35
enumerator
H
A
D
bfa_ioc.h
243
} mbhdlr[
BFI_MC_MAX
];
H
A
D
bfa_ioc.c
1982
for (mc = 0; mc <
BFI_MC_MAX
; mc++) {
in bfa_ioc_mbox_attach()
2535
for (mc = 0; mc <
BFI_MC_MAX
; mc++)
in bfa_ioc_mbox_register()
2608
if ((mc >=
BFI_MC_MAX
) || (mod->mbhdlr[mc].cbfn == NULL))
in bfa_ioc_mbox_isr()
Completed in 49 milliseconds