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:pri_entry
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_bsg.c
78
struct qla_fcp_prio_entry *
pri_entry
;
in qla24xx_fcp_prio_cfg_valid()
local
104
pri_entry
= &pri_cfg->entry[0];
in qla24xx_fcp_prio_cfg_valid()
106
if (
pri_entry
->flags & FCP_PRIO_ENTRY_TAG_VALID)
in qla24xx_fcp_prio_cfg_valid()
108
pri_entry
++;
in qla24xx_fcp_prio_cfg_valid()
H
A
D
qla_init.c
8975
struct qla_fcp_prio_entry *
pri_entry
;
in qla24xx_get_fcp_prio()
local
8983
pri_entry
= &ha->fcp_prio_cfg->entry[0];
in qla24xx_get_fcp_prio()
8988
if (!(
pri_entry
->flags & FCP_PRIO_ENTRY_VALID)) {
in qla24xx_get_fcp_prio()
8989
pri_entry
++;
in qla24xx_get_fcp_prio()
8994
if (
pri_entry
->flags & FCP_PRIO_ENTRY_SPID_VALID) {
in qla24xx_get_fcp_prio()
8995
pid1 =
pri_entry
->src_pid & INVALID_PORT_ID;
in qla24xx_get_fcp_prio()
9004
if (
pri_entry
->flags & FCP_PRIO_ENTRY_DPID_VALID) {
in qla24xx_get_fcp_prio()
9005
pid1 =
pri_entry
->dst_pid & INVALID_PORT_ID;
in qla24xx_get_fcp_prio()
9014
if (
pri_entry
->flags & FCP_PRIO_ENTRY_SWWN_VALID) {
in qla24xx_get_fcp_prio()
9016
wwn2 = wwn_to_u64(
pri_entry
in qla24xx_get_fcp_prio()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_init.c
9461
struct qla_fcp_prio_entry *
pri_entry
;
in qla24xx_get_fcp_prio()
local
9469
pri_entry
= &ha->fcp_prio_cfg->entry[0];
in qla24xx_get_fcp_prio()
9474
if (!(
pri_entry
->flags & FCP_PRIO_ENTRY_VALID)) {
in qla24xx_get_fcp_prio()
9475
pri_entry
++;
in qla24xx_get_fcp_prio()
9480
if (
pri_entry
->flags & FCP_PRIO_ENTRY_SPID_VALID) {
in qla24xx_get_fcp_prio()
9481
pid1 =
pri_entry
->src_pid & INVALID_PORT_ID;
in qla24xx_get_fcp_prio()
9490
if (
pri_entry
->flags & FCP_PRIO_ENTRY_DPID_VALID) {
in qla24xx_get_fcp_prio()
9491
pid1 =
pri_entry
->dst_pid & INVALID_PORT_ID;
in qla24xx_get_fcp_prio()
9500
if (
pri_entry
->flags & FCP_PRIO_ENTRY_SWWN_VALID) {
in qla24xx_get_fcp_prio()
9502
wwn2 = wwn_to_u64(
pri_entry
in qla24xx_get_fcp_prio()
[all...]
H
A
D
qla_bsg.c
92
struct qla_fcp_prio_entry *
pri_entry
;
in qla24xx_fcp_prio_cfg_valid()
local
118
pri_entry
= &pri_cfg->entry[0];
in qla24xx_fcp_prio_cfg_valid()
120
if (
pri_entry
->flags & FCP_PRIO_ENTRY_TAG_VALID)
in qla24xx_fcp_prio_cfg_valid()
122
pri_entry
++;
in qla24xx_fcp_prio_cfg_valid()
Completed in 25 milliseconds