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:bgstat
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_hw.h
3961
/* Bitfields for
bgstat
(BlockGuard Status - word 15 of IOCB) */
3980
uint32_t
bgstat
; /* word 15 - BlockGuard Status */
member
3984
lpfc_bgs_get_bidir_bg_prof(uint32_t
bgstat
)
in lpfc_bgs_get_bidir_bg_prof()
argument
3986
return (
bgstat
& BGS_BIDIR_BG_PROF_MASK) >>
in lpfc_bgs_get_bidir_bg_prof()
3991
lpfc_bgs_get_bidir_err_cond(uint32_t
bgstat
)
in lpfc_bgs_get_bidir_err_cond()
argument
3993
return (
bgstat
& BGS_BIDIR_ERR_COND_FLAGS_MASK) >>
in lpfc_bgs_get_bidir_err_cond()
3998
lpfc_bgs_get_bg_prof(uint32_t
bgstat
)
in lpfc_bgs_get_bg_prof()
argument
4000
return (
bgstat
& BGS_BG_PROFILE_MASK) >>
in lpfc_bgs_get_bg_prof()
4005
lpfc_bgs_get_invalid_prof(uint32_t
bgstat
)
in lpfc_bgs_get_invalid_prof()
argument
4007
return (
bgstat
in lpfc_bgs_get_invalid_prof()
4012
lpfc_bgs_get_uninit_dif_block(uint32_t
bgstat
)
lpfc_bgs_get_uninit_dif_block()
argument
4019
lpfc_bgs_get_hi_water_mark_present(uint32_t
bgstat
)
lpfc_bgs_get_hi_water_mark_present()
argument
4026
lpfc_bgs_get_reftag_err(uint32_t
bgstat
)
lpfc_bgs_get_reftag_err()
argument
4033
lpfc_bgs_get_apptag_err(uint32_t
bgstat
)
lpfc_bgs_get_apptag_err()
argument
4040
lpfc_bgs_get_guard_err(uint32_t
bgstat
)
lpfc_bgs_get_guard_err()
argument
[all...]
H
A
D
lpfc_scsi.c
2905
uint32_t
bgstat
= bgf->
bgstat
;
in lpfc_parse_bg_err()
local
2908
if (lpfc_bgs_get_invalid_prof(
bgstat
)) {
in lpfc_parse_bg_err()
2913
"
bgstat
=x%x bghm=x%x\n", cmd->cmnd[0],
in lpfc_parse_bg_err()
2915
blk_rq_sectors(cmd->request),
bgstat
, bghm);
in lpfc_parse_bg_err()
2920
if (lpfc_bgs_get_uninit_dif_block(
bgstat
)) {
in lpfc_parse_bg_err()
2925
"
bgstat
=x%x bghm=x%x\n", cmd->cmnd[0],
in lpfc_parse_bg_err()
2927
blk_rq_sectors(cmd->request),
bgstat
, bghm);
in lpfc_parse_bg_err()
2932
if (lpfc_bgs_get_guard_err(
bgstat
)) {
in lpfc_parse_bg_err()
2943
"
bgstat
in lpfc_parse_bg_err()
[all...]
H
A
D
lpfc_sli.c
13215
pIocbIn->iocb.unsli3.sli3_bg.
bgstat
= 0;
in lpfc_sli4_iocb_param_transfer()
13217
pIocbIn->iocb.unsli3.sli3_bg.
bgstat
|=
in lpfc_sli4_iocb_param_transfer()
13220
pIocbIn->iocb.unsli3.sli3_bg.
bgstat
|=
in lpfc_sli4_iocb_param_transfer()
13223
pIocbIn->iocb.unsli3.sli3_bg.
bgstat
|=
in lpfc_sli4_iocb_param_transfer()
13228
pIocbIn->iocb.unsli3.sli3_bg.
bgstat
|=
in lpfc_sli4_iocb_param_transfer()
13238
if (!pIocbIn->iocb.unsli3.sli3_bg.
bgstat
)
in lpfc_sli4_iocb_param_transfer()
13239
pIocbIn->iocb.unsli3.sli3_bg.
bgstat
|=
in lpfc_sli4_iocb_param_transfer()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_hw.h
4154
/* Bitfields for
bgstat
(BlockGuard Status - word 15 of IOCB) */
4173
uint32_t
bgstat
; /* word 15 - BlockGuard Status */
member
4177
lpfc_bgs_get_bidir_bg_prof(uint32_t
bgstat
)
in lpfc_bgs_get_bidir_bg_prof()
argument
4179
return (
bgstat
& BGS_BIDIR_BG_PROF_MASK) >>
in lpfc_bgs_get_bidir_bg_prof()
4184
lpfc_bgs_get_bidir_err_cond(uint32_t
bgstat
)
in lpfc_bgs_get_bidir_err_cond()
argument
4186
return (
bgstat
& BGS_BIDIR_ERR_COND_FLAGS_MASK) >>
in lpfc_bgs_get_bidir_err_cond()
4191
lpfc_bgs_get_bg_prof(uint32_t
bgstat
)
in lpfc_bgs_get_bg_prof()
argument
4193
return (
bgstat
& BGS_BG_PROFILE_MASK) >>
in lpfc_bgs_get_bg_prof()
4198
lpfc_bgs_get_invalid_prof(uint32_t
bgstat
)
in lpfc_bgs_get_invalid_prof()
argument
4200
return (
bgstat
in lpfc_bgs_get_invalid_prof()
4205
lpfc_bgs_get_uninit_dif_block(uint32_t
bgstat
)
lpfc_bgs_get_uninit_dif_block()
argument
4212
lpfc_bgs_get_hi_water_mark_present(uint32_t
bgstat
)
lpfc_bgs_get_hi_water_mark_present()
argument
4219
lpfc_bgs_get_reftag_err(uint32_t
bgstat
)
lpfc_bgs_get_reftag_err()
argument
4226
lpfc_bgs_get_apptag_err(uint32_t
bgstat
)
lpfc_bgs_get_apptag_err()
argument
4233
lpfc_bgs_get_guard_err(uint32_t
bgstat
)
lpfc_bgs_get_guard_err()
argument
[all...]
H
A
D
lpfc_scsi.c
2874
u32
bgstat
= 0;
in lpfc_parse_bg_err()
local
2884
bgstat
|= BGS_GUARD_ERR_MASK;
in lpfc_parse_bg_err()
2888
bgstat
|= BGS_APPTAG_ERR_MASK;
in lpfc_parse_bg_err()
2892
bgstat
|= BGS_REFTAG_ERR_MASK;
in lpfc_parse_bg_err()
2898
bgstat
|= BGS_HI_WATER_MARK_PRESENT_MASK;
in lpfc_parse_bg_err()
2906
if (!
bgstat
)
in lpfc_parse_bg_err()
2907
bgstat
|= (BGS_REFTAG_ERR_MASK |
in lpfc_parse_bg_err()
2915
bgstat
= bgf->
bgstat
;
in lpfc_parse_bg_err()
2918
if (lpfc_bgs_get_invalid_prof(
bgstat
)) {
in lpfc_parse_bg_err()
[all...]
Completed in 57 milliseconds