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:new_pkt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_isr.c
203
response_t *
new_pkt
;
in __qla_consume_iocb()
local
209
new_pkt
= rsp_q->ring_ptr;
in __qla_consume_iocb()
210
*pkt =
new_pkt
;
in __qla_consume_iocb()
220
new_pkt
->signature = RESPONSE_PROCESSED;
in __qla_consume_iocb()
241
sts_cont_entry_t *
new_pkt
;
in __qla_copy_purex_to_buffer()
local
280
new_pkt
= (sts_cont_entry_t *)rsp_q->ring_ptr;
in __qla_copy_purex_to_buffer()
281
*pkt =
new_pkt
;
in __qla_copy_purex_to_buffer()
283
if (
new_pkt
->entry_type != STATUS_CONT_TYPE) {
in __qla_copy_purex_to_buffer()
297
no_bytes = (pending_bytes > sizeof(
new_pkt
->data)) ?
in __qla_copy_purex_to_buffer()
298
sizeof(
new_pkt
in __qla_copy_purex_to_buffer()
860
sts_cont_entry_t *
new_pkt
;
qla27xx_copy_multiple_pkt()
local
1157
sts_cont_entry_t *
new_pkt
;
qla27xx_copy_fpin_pkt()
local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_isr.c
868
sts_cont_entry_t *
new_pkt
;
in qla27xx_copy_fpin_pkt()
local
909
new_pkt
= (sts_cont_entry_t *)rsp_q->ring_ptr;
in qla27xx_copy_fpin_pkt()
910
*pkt =
new_pkt
;
in qla27xx_copy_fpin_pkt()
912
if (
new_pkt
->entry_type != STATUS_CONT_TYPE) {
in qla27xx_copy_fpin_pkt()
926
no_bytes = (pending_bytes > sizeof(
new_pkt
->data)) ?
in qla27xx_copy_fpin_pkt()
927
sizeof(
new_pkt
->data) : pending_bytes;
in qla27xx_copy_fpin_pkt()
930
buffer_copy_offset),
new_pkt
->data,
in qla27xx_copy_fpin_pkt()
940
buffer_copy_offset),
new_pkt
->data,
in qla27xx_copy_fpin_pkt()
944
((response_t *)
new_pkt
)->signature = RESPONSE_PROCESSED;
in qla27xx_copy_fpin_pkt()
Completed in 7 milliseconds