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:nego_status
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
1403
* negotiation and the
nego_status
field of the CCB.
1449
cp->
nego_status
= nego;
3107
* cp->
nego_status
is filled by sym_prepare_nego().
3109
cp->
nego_status
= 0;
3151
cp->host_status = cp->
nego_status
? HS_NEGOTIATE : HS_BUSY;
4033
if (cp->
nego_status
&& cp->
nego_status
!= NS_SYNC)
4045
cp->
nego_status
= NS_SYNC;
4170
if (cp->
nego_status
&& cp->
nego_status
!
[all...]
H
A
D
sym_hipd.h
283
*
nego_status
field of struct sym_ccb.
742
u_char
nego_status
; /* Negotiation status */
member
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
1403
* negotiation and the
nego_status
field of the CCB.
1449
cp->
nego_status
= nego;
3107
* cp->
nego_status
is filled by sym_prepare_nego().
3109
cp->
nego_status
= 0;
3151
cp->host_status = cp->
nego_status
? HS_NEGOTIATE : HS_BUSY;
4033
if (cp->
nego_status
&& cp->
nego_status
!= NS_SYNC)
4045
cp->
nego_status
= NS_SYNC;
4170
if (cp->
nego_status
&& cp->
nego_status
!
[all...]
H
A
D
sym_hipd.h
283
*
nego_status
field of struct sym_ccb.
742
u_char
nego_status
; /* Negotiation status */
member
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ncr53c8xx.c
1086
**
nego_status
field of struct ccb.
1451
#define
nego_status
phys.nego_st
macro
4043
** negotiation and the
nego_status
field of the CCB.
4086
cp->
nego_status
= nego;
in ncr_prepare_nego()
4259
** (
nego_status
is filled by ncr_prepare_nego())
in ncr_queue_command()
4264
cp->
nego_status
= 0;
in ncr_queue_command()
4373
cp->host_status = cp->
nego_status
? HS_NEGOTIATE : HS_BUSY;
in ncr_queue_command()
6841
"status=%x.\n", num, cp->
nego_status
);
in ncr_int_sir()
6848
switch (cp->
nego_status
) {
in ncr_int_sir()
6864
cp->
nego_status
in ncr_int_sir()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ncr53c8xx.c
1088
**
nego_status
field of struct ccb.
1453
#define
nego_status
phys.nego_st
macro
4015
** negotiation and the
nego_status
field of the CCB.
4058
cp->
nego_status
= nego;
in ncr_prepare_nego()
4231
** (
nego_status
is filled by ncr_prepare_nego())
in ncr_queue_command()
4236
cp->
nego_status
= 0;
in ncr_queue_command()
4345
cp->host_status = cp->
nego_status
? HS_NEGOTIATE : HS_BUSY;
in ncr_queue_command()
6675
"status=%x.\n", num, cp->
nego_status
);
in ncr_int_sir()
6682
switch (cp->
nego_status
) {
in ncr_int_sir()
6698
cp->
nego_status
in ncr_int_sir()
[all...]
Completed in 50 milliseconds