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:rsrc_ext
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
5941
struct lpfc_mbx_alloc_rsrc_extents *
rsrc_ext
;
in lpfc_sli4_alloc_extent()
local
5980
rsrc_ext
= &mbox->u.mqe.un.alloc_rsrc_extents;
in lpfc_sli4_alloc_extent()
5981
id_array = &
rsrc_ext
->u.rsp.id[0];
in lpfc_sli4_alloc_extent()
5982
rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, &
rsrc_ext
->u.rsp);
in lpfc_sli4_alloc_extent()
6907
struct lpfc_mbx_alloc_rsrc_extents *
rsrc_ext
;
in lpfc_sli4_get_allocated_extnts()
local
7003
rsrc_ext
= &mbox->u.mqe.un.alloc_rsrc_extents;
in lpfc_sli4_get_allocated_extnts()
7004
shdr = &
rsrc_ext
->header.cfg_shdr;
in lpfc_sli4_get_allocated_extnts()
7005
*extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, &
rsrc_ext
->u.rsp);
in lpfc_sli4_get_allocated_extnts()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_sli.c
6421
struct lpfc_mbx_alloc_rsrc_extents *
rsrc_ext
;
in lpfc_sli4_alloc_extent()
local
6460
rsrc_ext
= &mbox->u.mqe.un.alloc_rsrc_extents;
in lpfc_sli4_alloc_extent()
6461
id_array = &
rsrc_ext
->u.rsp.id[0];
in lpfc_sli4_alloc_extent()
6462
rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, &
rsrc_ext
->u.rsp);
in lpfc_sli4_alloc_extent()
7436
struct lpfc_mbx_alloc_rsrc_extents *
rsrc_ext
;
in lpfc_sli4_get_allocated_extnts()
local
7532
rsrc_ext
= &mbox->u.mqe.un.alloc_rsrc_extents;
in lpfc_sli4_get_allocated_extnts()
7533
shdr = &
rsrc_ext
->header.cfg_shdr;
in lpfc_sli4_get_allocated_extnts()
7534
*extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, &
rsrc_ext
->u.rsp);
in lpfc_sli4_get_allocated_extnts()
Completed in 47 milliseconds