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:type_gen
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.h
162
u8
type_gen
;
member
H
A
D
sge.c
3832
return (r->
type_gen
>> RSPD_GEN_S) == q->gen;
in is_new_response()
3882
rsp_type = RSPD_TYPE_G(rc->
type_gen
);
in process_responses()
4148
if (RSPD_TYPE_G(rc->
type_gen
) == RSPD_TYPE_INTR_X) {
in process_intrq()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.h
162
u8
type_gen
;
member
H
A
D
sge.c
3857
return (r->
type_gen
>> RSPD_GEN_S) == q->gen;
in is_new_response()
3907
rsp_type = RSPD_TYPE_G(rc->
type_gen
);
in process_responses()
4173
if (RSPD_TYPE_G(rc->
type_gen
) == RSPD_TYPE_INTR_X) {
in process_intrq()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
sge.c
1688
return ((rc->
type_gen
>> RSPD_GEN_S) & 0x1) == rspq->gen;
in is_new_response()
1777
rsp_type = RSPD_TYPE_G(rc->
type_gen
);
in process_responses()
1964
if (unlikely(RSPD_TYPE_G(rc->
type_gen
) != RSPD_TYPE_INTR_X)) {
in process_intrq()
1967
RSPD_TYPE_G(rc->
type_gen
));
in process_intrq()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
sge.c
1685
return ((rc->
type_gen
>> RSPD_GEN_S) & 0x1) == rspq->gen;
in is_new_response()
1774
rsp_type = RSPD_TYPE_G(rc->
type_gen
);
in process_responses()
1961
if (unlikely(RSPD_TYPE_G(rc->
type_gen
) != RSPD_TYPE_INTR_X)) {
in process_intrq()
1964
RSPD_TYPE_G(rc->
type_gen
));
in process_intrq()
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H
A
D
csio_wr.h
307
u8
type_gen
;
member
H
A
D
csio_wr.c
1113
return (q->un.iq.genbit == (ftr->u.
type_gen
>> IQWRF_GEN_SHIFT));
in csio_is_new_iqwr()
1156
wr_type = IQWRF_TYPE_GET(ftr->u.
type_gen
);
in csio_wr_process_iq()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H
A
D
csio_wr.h
307
u8
type_gen
;
member
H
A
D
csio_wr.c
1113
return (q->un.iq.genbit == (ftr->u.
type_gen
>> IQWRF_GEN_SHIFT));
in csio_is_new_iqwr()
1156
wr_type = IQWRF_TYPE_GET(ftr->u.
type_gen
);
in csio_wr_process_iq()
Completed in 28 milliseconds