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:ras_fwlog
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_bsg.c
5388
struct lpfc_ras_fwlog *
ras_fwlog
= NULL;
in lpfc_check_fwlog_support()
local
5390
ras_fwlog
= &phba->
ras_fwlog
;
in lpfc_check_fwlog_support()
5392
if (
ras_fwlog
->ras_hwsupport == false)
in lpfc_check_fwlog_support()
5394
else if (
ras_fwlog
->ras_enabled == false)
in lpfc_check_fwlog_support()
5414
struct lpfc_ras_fwlog *
ras_fwlog
= &phba->
ras_fwlog
;
in lpfc_bsg_get_ras_config()
local
5437
if (
ras_fwlog
->state == ACTIVE)
in lpfc_bsg_get_ras_config()
5443
ras_reply->log_level = phba->
ras_fwlog
.fw_loglevel;
in lpfc_bsg_get_ras_config()
5471
struct lpfc_ras_fwlog *
ras_fwlog
in lpfc_bsg_set_ras_config()
local
5558
struct lpfc_
ras_fwlog
*
ras_fwlog
= &phba->
ras_fwlog
;
lpfc_bsg_get_ras_lwpd()
local
5623
struct lpfc_
ras_fwlog
*
ras_fwlog
= NULL;
lpfc_bsg_get_ras_fwlog()
local
[all...]
H
A
D
lpfc_sli.c
6316
struct lpfc_ras_fwlog *
ras_fwlog
= &phba->
ras_fwlog
;
in lpfc_ras_stop_fwlog()
local
6319
ras_fwlog
->state = INACTIVE;
in lpfc_ras_stop_fwlog()
6340
struct lpfc_ras_fwlog *
ras_fwlog
= &phba->
ras_fwlog
;
in lpfc_sli4_ras_dma_free()
local
6343
if (!list_empty(&
ras_fwlog
->fwlog_buff_list)) {
in lpfc_sli4_ras_dma_free()
6345
&
ras_fwlog
->fwlog_buff_list,
in lpfc_sli4_ras_dma_free()
6355
if (
ras_fwlog
->lwpd.virt) {
in lpfc_sli4_ras_dma_free()
6358
ras_fwlog
->lwpd.virt,
in lpfc_sli4_ras_dma_free()
6359
ras_fwlog
in lpfc_sli4_ras_dma_free()
6383
struct lpfc_
ras_fwlog
*
ras_fwlog
= &phba->
ras_fwlog
;
lpfc_sli4_ras_dma_alloc()
local
6447
struct lpfc_
ras_fwlog
*
ras_fwlog
= &phba->
ras_fwlog
;
lpfc_sli4_ras_mbox_cmpl()
local
6494
struct lpfc_
ras_fwlog
*
ras_fwlog
= &phba->
ras_fwlog
;
lpfc_sli4_ras_fwlog_init()
local
[all...]
H
A
D
lpfc.h
1182
struct lpfc_ras_fwlog
ras_fwlog
;
member
H
A
D
lpfc_debugfs.c
2202
if (phba->
ras_fwlog
.state != ACTIVE) {
in lpfc_debugfs_ras_log_data()
2209
&phba->
ras_fwlog
.fwlog_buff_list, list) {
in lpfc_debugfs_ras_log_data()
2258
if (phba->
ras_fwlog
.state != ACTIVE) {
in lpfc_debugfs_ras_log_open()
H
A
D
lpfc_init.c
12018
if (phba->
ras_fwlog
.ras_enabled)
in lpfc_sli4_hba_unset()
13961
phba->
ras_fwlog
.ras_hwsupport = true;
in lpfc_sli4_ras_init()
13964
phba->
ras_fwlog
.ras_enabled = true;
in lpfc_sli4_ras_init()
13966
phba->
ras_fwlog
.ras_enabled = false;
in lpfc_sli4_ras_init()
13969
phba->
ras_fwlog
.ras_hwsupport = false;
in lpfc_sli4_ras_init()
H
A
D
lpfc_attr.c
6100
state = phba->
ras_fwlog
.state;
in lpfc_ras_fwlog_buffsize_set()
6120
if (phba->
ras_fwlog
.ras_enabled)
in lpfc_ras_fwlog_buffsize_set()
H
A
D
lpfc_hw4.h
3834
struct lpfc_mbx_set_ras_fwlog
ras_fwlog
;
member
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_bsg.c
5025
struct lpfc_ras_fwlog *
ras_fwlog
= NULL;
in lpfc_check_fwlog_support()
local
5027
ras_fwlog
= &phba->
ras_fwlog
;
in lpfc_check_fwlog_support()
5029
if (!
ras_fwlog
->ras_hwsupport)
in lpfc_check_fwlog_support()
5031
else if (!
ras_fwlog
->ras_enabled)
in lpfc_check_fwlog_support()
5051
struct lpfc_ras_fwlog *
ras_fwlog
= &phba->
ras_fwlog
;
in lpfc_bsg_get_ras_config()
local
5074
if (
ras_fwlog
->state == ACTIVE)
in lpfc_bsg_get_ras_config()
5080
ras_reply->log_level = phba->
ras_fwlog
.fw_loglevel;
in lpfc_bsg_get_ras_config()
5108
struct lpfc_ras_fwlog *
ras_fwlog
in lpfc_bsg_set_ras_config()
local
5195
struct lpfc_
ras_fwlog
*
ras_fwlog
= &phba->
ras_fwlog
;
lpfc_bsg_get_ras_lwpd()
local
5260
struct lpfc_
ras_fwlog
*
ras_fwlog
= NULL;
lpfc_bsg_get_ras_fwlog()
local
[all...]
H
A
D
lpfc_sli.c
6845
struct lpfc_ras_fwlog *
ras_fwlog
= &phba->
ras_fwlog
;
in lpfc_ras_stop_fwlog()
local
6848
ras_fwlog
->state = INACTIVE;
in lpfc_ras_stop_fwlog()
6869
struct lpfc_ras_fwlog *
ras_fwlog
= &phba->
ras_fwlog
;
in lpfc_sli4_ras_dma_free()
local
6872
if (!list_empty(&
ras_fwlog
->fwlog_buff_list)) {
in lpfc_sli4_ras_dma_free()
6874
&
ras_fwlog
->fwlog_buff_list,
in lpfc_sli4_ras_dma_free()
6884
if (
ras_fwlog
->lwpd.virt) {
in lpfc_sli4_ras_dma_free()
6887
ras_fwlog
->lwpd.virt,
in lpfc_sli4_ras_dma_free()
6888
ras_fwlog
in lpfc_sli4_ras_dma_free()
6912
struct lpfc_
ras_fwlog
*
ras_fwlog
= &phba->
ras_fwlog
;
lpfc_sli4_ras_dma_alloc()
local
6976
struct lpfc_
ras_fwlog
*
ras_fwlog
= &phba->
ras_fwlog
;
lpfc_sli4_ras_mbox_cmpl()
local
7023
struct lpfc_
ras_fwlog
*
ras_fwlog
= &phba->
ras_fwlog
;
lpfc_sli4_ras_fwlog_init()
local
[all...]
H
A
D
lpfc.h
1433
struct lpfc_ras_fwlog
ras_fwlog
;
member
H
A
D
lpfc_attr.c
5868
state = phba->
ras_fwlog
.state;
in lpfc_ras_fwlog_buffsize_set()
5888
if (phba->
ras_fwlog
.ras_enabled)
in lpfc_ras_fwlog_buffsize_set()
H
A
D
lpfc_debugfs.c
2200
if (phba->
ras_fwlog
.state != ACTIVE) {
in lpfc_debugfs_ras_log_data()
2207
&phba->
ras_fwlog
.fwlog_buff_list, list) {
in lpfc_debugfs_ras_log_data()
2256
if (phba->
ras_fwlog
.state != ACTIVE) {
in lpfc_debugfs_ras_log_open()
H
A
D
lpfc_init.c
13520
if (phba->
ras_fwlog
.ras_enabled)
in lpfc_sli4_hba_unset()
15664
phba->
ras_fwlog
.ras_hwsupport = true;
in lpfc_sli4_ras_init()
15667
phba->
ras_fwlog
.ras_enabled = true;
in lpfc_sli4_ras_init()
15669
phba->
ras_fwlog
.ras_enabled = false;
in lpfc_sli4_ras_init()
15671
phba->
ras_fwlog
.ras_hwsupport = false;
in lpfc_sli4_ras_init()
H
A
D
lpfc_hw4.h
4030
struct lpfc_mbx_set_ras_fwlog
ras_fwlog
;
member
Completed in 139 milliseconds