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:auto_negotiate
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
720
uint16_t
auto_negotiate
;/* Auto Negotiation Required */
member
H
A
D
aic79xx.h
774
uint16_t
auto_negotiate
;/* Auto Negotiation Required */
member
H
A
D
aic7xxx_core.c
1126
if (tstate->
auto_negotiate
& devinfo.target_mask) {
in ahc_handle_seqint()
2433
auto_negotiate_orig = tstate->
auto_negotiate
;
in ahc_update_neg_request()
2454
tstate->
auto_negotiate
|= devinfo->target_mask;
in ahc_update_neg_request()
2456
tstate->
auto_negotiate
&= ~devinfo->target_mask;
in ahc_update_neg_request()
2458
return (auto_negotiate_orig != tstate->
auto_negotiate
);
in ahc_update_neg_request()
2698
if ((tstate->
auto_negotiate
& devinfo.target_mask) == 0
in ahc_update_pending_scbs()
H
A
D
aic79xx_core.c
3820
auto_negotiate_orig = tstate->
auto_negotiate
;
in ahd_update_neg_request()
3841
tstate->
auto_negotiate
|= devinfo->target_mask;
in ahd_update_neg_request()
3843
tstate->
auto_negotiate
&= ~devinfo->target_mask;
in ahd_update_neg_request()
3845
return (auto_negotiate_orig != tstate->
auto_negotiate
);
in ahd_update_neg_request()
4214
if ((tstate->
auto_negotiate
& devinfo.target_mask) == 0
in ahd_update_pending_scbs()
9011
if (tstate->
auto_negotiate
& devinfo.target_mask) {
in ahd_handle_scsi_status()
H
A
D
aic7xxx_osm.c
1475
if ((tstate->
auto_negotiate
& mask) != 0) {
in ahc_linux_run_command()
H
A
D
aic79xx_osm.c
1597
if ((tstate->
auto_negotiate
& mask) != 0) {
in ahd_linux_run_command()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx.h
720
uint16_t
auto_negotiate
;/* Auto Negotiation Required */
member
H
A
D
aic79xx.h
774
uint16_t
auto_negotiate
;/* Auto Negotiation Required */
member
H
A
D
aic7xxx_core.c
1126
if (tstate->
auto_negotiate
& devinfo.target_mask) {
in ahc_handle_seqint()
2431
auto_negotiate_orig = tstate->
auto_negotiate
;
in ahc_update_neg_request()
2452
tstate->
auto_negotiate
|= devinfo->target_mask;
in ahc_update_neg_request()
2454
tstate->
auto_negotiate
&= ~devinfo->target_mask;
in ahc_update_neg_request()
2456
return (auto_negotiate_orig != tstate->
auto_negotiate
);
in ahc_update_neg_request()
2696
if ((tstate->
auto_negotiate
& devinfo.target_mask) == 0
in ahc_update_pending_scbs()
H
A
D
aic79xx_core.c
3818
auto_negotiate_orig = tstate->
auto_negotiate
;
in ahd_update_neg_request()
3839
tstate->
auto_negotiate
|= devinfo->target_mask;
in ahd_update_neg_request()
3841
tstate->
auto_negotiate
&= ~devinfo->target_mask;
in ahd_update_neg_request()
3843
return (auto_negotiate_orig != tstate->
auto_negotiate
);
in ahd_update_neg_request()
4212
if ((tstate->
auto_negotiate
& devinfo.target_mask) == 0
in ahd_update_pending_scbs()
9007
if (tstate->
auto_negotiate
& devinfo.target_mask) {
in ahd_handle_scsi_status()
H
A
D
aic7xxx_osm.c
1474
if ((tstate->
auto_negotiate
& mask) != 0) {
in ahc_linux_run_command()
H
A
D
aic79xx_osm.c
1591
if ((tstate->
auto_negotiate
& mask) != 0) {
in ahd_linux_run_command()
Completed in 59 milliseconds