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:max_tag_id
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/snic/
H
A
D
snic_scsi.c
566
if (cmnd_id >= snic->
max_tag_id
) {
in snic_icmnd_cmpl_handler()
949
if ((cmnd_id & SNIC_TAG_MASK) >= snic->
max_tag_id
) {
in snic_itmf_cmpl_handler()
1035
if (cmnd_id >= snic->
max_tag_id
) {
in snic_hba_reset_cmpl_handler()
1686
for (tag = 0; tag < snic->
max_tag_id
; tag++) {
in snic_is_abts_pending()
1877
for (tag = 0; tag < snic->
max_tag_id
; tag++) {
in snic_dr_clean_pending_req()
2446
for (tag = 0; tag < snic->
max_tag_id
; tag++) {
in snic_scsi_cleanup()
2632
for (tag = 0; tag < snic->
max_tag_id
; tag++) {
in snic_tgt_scsi_abort_io()
H
A
D
snic.h
312
unsigned int
max_tag_id
;
member
H
A
D
snic_main.c
514
snic->
max_tag_id
= shost->can_queue;
in snic_probe()
/kernel/linux/linux-6.6/drivers/scsi/snic/
H
A
D
snic_scsi.c
547
if (cmnd_id >= snic->
max_tag_id
) {
in snic_icmnd_cmpl_handler()
927
if ((cmnd_id & SNIC_TAG_MASK) >= snic->
max_tag_id
) {
in snic_itmf_cmpl_handler()
1013
if (cmnd_id >= snic->
max_tag_id
) {
in snic_hba_reset_cmpl_handler()
1664
for (tag = 0; tag < snic->
max_tag_id
; tag++) {
in snic_is_abts_pending()
1855
for (tag = 0; tag < snic->
max_tag_id
; tag++) {
in snic_dr_clean_pending_req()
2424
for (tag = 0; tag < snic->
max_tag_id
; tag++) {
in snic_scsi_cleanup()
2608
for (tag = 0; tag < snic->
max_tag_id
; tag++) {
in snic_tgt_scsi_abort_io()
H
A
D
snic.h
298
unsigned int
max_tag_id
;
member
H
A
D
snic_main.c
500
snic->
max_tag_id
= shost->can_queue;
in snic_probe()
Completed in 9 milliseconds