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:rxbmp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_bsg.c
2958
struct lpfc_dmabuf *
rxbmp
;
in lpfcdiag_loop_post_rxbufs()
local
2971
rxbmp
= kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
in lpfcdiag_loop_post_rxbufs()
2972
if (
rxbmp
!= NULL) {
in lpfcdiag_loop_post_rxbufs()
2973
rxbmp
->virt = lpfc_mbuf_alloc(phba, 0, &
rxbmp
->phys);
in lpfcdiag_loop_post_rxbufs()
2974
if (
rxbmp
->virt) {
in lpfcdiag_loop_post_rxbufs()
2975
INIT_LIST_HEAD(&
rxbmp
->list);
in lpfcdiag_loop_post_rxbufs()
2976
rxbpl = (struct ulp_bde64 *)
rxbmp
->virt;
in lpfcdiag_loop_post_rxbufs()
2981
if (!cmdiocbq || !
rxbmp
|| !rxbpl || !rxbuffer || !pring) {
in lpfcdiag_loop_post_rxbufs()
3065
if (
rxbmp
) {
in lpfcdiag_loop_post_rxbufs()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_bsg.c
2886
struct lpfc_dmabuf *
rxbmp
;
in lpfcdiag_sli3_loop_post_rxbufs()
local
2899
rxbmp
= kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
in lpfcdiag_sli3_loop_post_rxbufs()
2900
if (
rxbmp
!= NULL) {
in lpfcdiag_sli3_loop_post_rxbufs()
2901
rxbmp
->virt = lpfc_mbuf_alloc(phba, 0, &
rxbmp
->phys);
in lpfcdiag_sli3_loop_post_rxbufs()
2902
if (
rxbmp
->virt) {
in lpfcdiag_sli3_loop_post_rxbufs()
2903
INIT_LIST_HEAD(&
rxbmp
->list);
in lpfcdiag_sli3_loop_post_rxbufs()
2904
rxbpl = (struct ulp_bde64 *)
rxbmp
->virt;
in lpfcdiag_sli3_loop_post_rxbufs()
2909
if (!cmdiocbq || !
rxbmp
|| !rxbpl || !rxbuffer || !pring) {
in lpfcdiag_sli3_loop_post_rxbufs()
2991
if (
rxbmp
) {
in lpfcdiag_sli3_loop_post_rxbufs()
[all...]
Completed in 16 milliseconds