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:ct_flags
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_ct.c
720
!(vport->
ct_flags
& FC_CT_RFF_ID) || !vport->cfg_restrict_login) {
in lpfc_prep_node_fc4type()
1694
vport->
ct_flags
|= FC_CT_RFT_ID;
in lpfc_cmpl_ct_cmd_rft_id()
1715
vport->
ct_flags
|= FC_CT_RNN_ID;
in lpfc_cmpl_ct_cmd_rnn_id()
1736
vport->
ct_flags
|= FC_CT_RSPN_ID;
in lpfc_cmpl_ct_cmd_rspn_id()
1757
vport->
ct_flags
|= FC_CT_RSNN_NN;
in lpfc_cmpl_ct_cmd_rsnn_nn()
1770
vport->
ct_flags
= 0;
in lpfc_cmpl_ct_cmd_da_id()
1790
vport->
ct_flags
|= FC_CT_RFF_ID;
in lpfc_cmpl_ct_cmd_rff_id()
2033
vport->
ct_flags
&= ~FC_CT_RFT_ID;
in lpfc_ns_cmd()
2067
vport->
ct_flags
&= ~FC_CT_RNN_ID;
in lpfc_ns_cmd()
2077
vport->
ct_flags
in lpfc_ns_cmd()
[all...]
H
A
D
lpfc.h
581
uint32_t
ct_flags
;
member
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_ct.c
466
!(vport->
ct_flags
& FC_CT_RFF_ID) || !vport->cfg_restrict_login) {
in lpfc_prep_node_fc4type()
1379
vport->
ct_flags
|= FC_CT_RFT_ID;
in lpfc_cmpl_ct_cmd_rft_id()
1400
vport->
ct_flags
|= FC_CT_RNN_ID;
in lpfc_cmpl_ct_cmd_rnn_id()
1421
vport->
ct_flags
|= FC_CT_RSPN_ID;
in lpfc_cmpl_ct_cmd_rspn_id()
1442
vport->
ct_flags
|= FC_CT_RSNN_NN;
in lpfc_cmpl_ct_cmd_rsnn_nn()
1455
vport->
ct_flags
= 0;
in lpfc_cmpl_ct_cmd_da_id()
1475
vport->
ct_flags
|= FC_CT_RFF_ID;
in lpfc_cmpl_ct_cmd_rff_id()
1719
vport->
ct_flags
&= ~FC_CT_RFT_ID;
in lpfc_ns_cmd()
1751
vport->
ct_flags
&= ~FC_CT_RNN_ID;
in lpfc_ns_cmd()
1761
vport->
ct_flags
in lpfc_ns_cmd()
[all...]
H
A
D
lpfc_vport.c
716
while (vport->
ct_flags
&& timeout)
in lpfc_vport_delete()
H
A
D
lpfc.h
391
uint32_t
ct_flags
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/
H
A
D
ovs-dpctl.py
160
ct_flags
= {
171
return parse_flags(statestr,
ct_flags
)
Completed in 20 milliseconds