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:req_frames
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptbase.h
658
MPT_FRAME_HDR *
req_frames
; /* Request msg frames - rounded up! */
member
842
(MPT_FRAME_HDR*)( (u8*)(ioc)->
req_frames
+ (ioc)->req_sz * (idx) )
845
(int)( ((u8*)mf - (u8*)(ioc)->
req_frames
) / (ioc)->req_sz )
H
A
D
mptbase.c
916
req_offset = (u8 *)mf - (u8 *)ioc->
req_frames
;
in mpt_get_msg_frame()
966
req_offset = (u8 *)mf - (u8 *)ioc->
req_frames
;
in mpt_put_msg_frame()
1002
req_offset = (u8 *)mf - (u8 *)ioc->
req_frames
;
in mpt_put_msg_frame_hi_pri()
2747
ioc->
req_frames
= NULL;
in mpt_adapter_disable()
4527
ioc->
req_frames
= (MPT_FRAME_HDR *) mem;
in PrimeIocFifos()
4563
mem = (u8 *) ioc->
req_frames
;
in PrimeIocFifos()
4620
ioc->
req_frames
= NULL;
in PrimeIocFifos()
6732
(void *)ioc->
req_frames
, (void *)(ulong)ioc->req_frames_dma);
in mpt_iocinfo_proc_show()
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptbase.h
658
MPT_FRAME_HDR *
req_frames
; /* Request msg frames - rounded up! */
member
841
(MPT_FRAME_HDR*)( (u8*)(ioc)->
req_frames
+ (ioc)->req_sz * (idx) )
844
(int)( ((u8*)mf - (u8*)(ioc)->
req_frames
) / (ioc)->req_sz )
H
A
D
mptbase.c
912
req_offset = (u8 *)mf - (u8 *)ioc->
req_frames
;
in mpt_get_msg_frame()
962
req_offset = (u8 *)mf - (u8 *)ioc->
req_frames
;
in mpt_put_msg_frame()
998
req_offset = (u8 *)mf - (u8 *)ioc->
req_frames
;
in mpt_put_msg_frame_hi_pri()
2738
ioc->
req_frames
= NULL;
in mpt_adapter_disable()
4518
ioc->
req_frames
= (MPT_FRAME_HDR *) mem;
in PrimeIocFifos()
4554
mem = (u8 *) ioc->
req_frames
;
in PrimeIocFifos()
4611
ioc->
req_frames
= NULL;
in PrimeIocFifos()
6734
(void *)ioc->
req_frames
, (void *)(ulong)ioc->req_frames_dma);
in mpt_iocinfo_proc_show()
Completed in 22 milliseconds