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:SNIC_BUG_ON
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/snic/
H
A
D
snic_io.c
41
SNIC_BUG_ON
(buf->os_buf == NULL);
in snic_wq_cmpl_frame_send()
66
SNIC_BUG_ON
(q_num != 0);
in snic_wq_cmpl_handler_cont()
115
SNIC_BUG_ON
(rqi->list.next == NULL); /* if not added to spl_cmd_list */
in snic_free_wq_buf()
152
SNIC_BUG_ON
(q_num > 0);
in snic_wqdesc_avail()
268
SNIC_BUG_ON
(sg_cnt > SNIC_MAX_SG_DESC_CNT);
in snic_req_init()
290
SNIC_BUG_ON
(!rqi);
in snic_abort_req_init()
321
SNIC_BUG_ON
(!rqi);
in snic_dr_req_init()
331
SNIC_BUG_ON
(rqi->dr_req != NULL);
in snic_dr_req_init()
344
SNIC_BUG_ON
(rqi->req == rqi->abort_req);
in snic_req_free()
345
SNIC_BUG_ON
(rq
in snic_req_free()
[all...]
H
A
D
snic_res.c
123
SNIC_BUG_ON
(snic->wq_count == 0);
in snic_get_res_counts()
125
SNIC_BUG_ON
(snic->cq_count == 0);
in snic_get_res_counts()
128
SNIC_BUG_ON
(snic->intr_count == 0);
in snic_get_res_counts()
168
SNIC_BUG_ON
(intr_mode != VNIC_DEV_INTR_MODE_MSIX);
in snic_alloc_vnic_res()
197
SNIC_BUG_ON
(snic->cq_count != 2 * snic->wq_count);
in snic_alloc_vnic_res()
250
SNIC_BUG_ON
(intr_mode != VNIC_DEV_INTR_MODE_MSIX);
in snic_alloc_vnic_res()
H
A
D
snic_disc.c
100
SNIC_BUG_ON
(ntgts == 0);
in snic_queue_report_tgt_req()
112
SNIC_BUG_ON
((((unsigned long)buf) % SNIC_SG_DESC_ALIGN) != 0);
in snic_queue_report_tgt_req()
127
SNIC_BUG_ON
(pa == 0);
in snic_queue_report_tgt_req()
214
SNIC_BUG_ON
(!list_empty(&tgt->list));
in snic_tgt_dev_release()
273
SNIC_BUG_ON
(le16_to_cpu(tgtid->tgt_type) > SNIC_TGT_SAN);
in snic_tgt_create()
374
SNIC_BUG_ON
(snic->disc.rtgt_cnt == 0 || tgtid == NULL);
in snic_handle_tgt_disc()
423
SNIC_BUG_ON
(tgt_cnt > snic->fwinfo.max_tgts);
in snic_report_tgt_cmpl_handler()
H
A
D
snic_scsi.c
134
SNIC_BUG_ON
(!((CMD_STATE(sc) == SNIC_IOREQ_COMPLETE) ||
in snic_release_req_buf()
388
SNIC_BUG_ON
(1);
in snic_proc_tmreq_pending_state()
400
SNIC_BUG_ON
(1);
in snic_proc_tmreq_pending_state()
607
SNIC_BUG_ON
(rqi != (struct snic_req_info *)ctx);
in snic_icmnd_cmpl_handler()
907
SNIC_BUG_ON
(1);
in snic_process_itmf_cmpl()
953
SNIC_BUG_ON
(1);
in snic_itmf_cmpl_handler()
1039
SNIC_BUG_ON
(1);
in snic_hba_reset_cmpl_handler()
1094
SNIC_BUG_ON
(snic_get_state(snic) != SNIC_OFFLINE &&
in snic_hba_reset_cmpl_handler()
1188
SNIC_BUG_ON
(1);
in snic_aen_handler()
1214
SNIC_BUG_ON
((fwre
in snic_io_cmpl_handler()
[all...]
H
A
D
snic.h
176
#define
SNIC_BUG_ON
(EXPR) \
macro
184
#define
SNIC_BUG_ON
(EXPR) \
macro
H
A
D
snic_main.c
316
SNIC_BUG_ON
(shost->work_q != NULL);
in snic_add_host()
462
SNIC_BUG_ON
(snic->bar0.bus_addr == 0);
in snic_probe()
938
SNIC_BUG_ON
(snic_glob == NULL);
in snic_global_data_cleanup()
H
A
D
snic_isr.c
109
SNIC_BUG_ON
(intr_mode != VNIC_DEV_INTR_MODE_MSIX);
in snic_request_intr()
H
A
D
snic_ctl.c
166
SNIC_BUG_ON
(snic->config.hid != hid);
in snic_io_exch_ver_cmpl_handler()
H
A
D
snic_debugfs.c
64
SNIC_BUG_ON
(!inode->i_private);
in snic_reset_stats_open()
/kernel/linux/linux-6.6/drivers/scsi/snic/
H
A
D
snic_io.c
27
SNIC_BUG_ON
(buf->os_buf == NULL);
in snic_wq_cmpl_frame_send()
52
SNIC_BUG_ON
(q_num != 0);
in snic_wq_cmpl_handler_cont()
101
SNIC_BUG_ON
(rqi->list.next == NULL); /* if not added to spl_cmd_list */
in snic_free_wq_buf()
138
SNIC_BUG_ON
(q_num > 0);
in snic_wqdesc_avail()
254
SNIC_BUG_ON
(sg_cnt > SNIC_MAX_SG_DESC_CNT);
in snic_req_init()
276
SNIC_BUG_ON
(!rqi);
in snic_abort_req_init()
307
SNIC_BUG_ON
(!rqi);
in snic_dr_req_init()
317
SNIC_BUG_ON
(rqi->dr_req != NULL);
in snic_dr_req_init()
330
SNIC_BUG_ON
(rqi->req == rqi->abort_req);
in snic_req_free()
331
SNIC_BUG_ON
(rq
in snic_req_free()
[all...]
H
A
D
snic_res.c
109
SNIC_BUG_ON
(snic->wq_count == 0);
in snic_get_res_counts()
111
SNIC_BUG_ON
(snic->cq_count == 0);
in snic_get_res_counts()
114
SNIC_BUG_ON
(snic->intr_count == 0);
in snic_get_res_counts()
154
SNIC_BUG_ON
(intr_mode != VNIC_DEV_INTR_MODE_MSIX);
in snic_alloc_vnic_res()
183
SNIC_BUG_ON
(snic->cq_count != 2 * snic->wq_count);
in snic_alloc_vnic_res()
236
SNIC_BUG_ON
(intr_mode != VNIC_DEV_INTR_MODE_MSIX);
in snic_alloc_vnic_res()
H
A
D
snic_disc.c
86
SNIC_BUG_ON
(ntgts == 0);
in snic_queue_report_tgt_req()
98
SNIC_BUG_ON
((((unsigned long)buf) % SNIC_SG_DESC_ALIGN) != 0);
in snic_queue_report_tgt_req()
113
SNIC_BUG_ON
(pa == 0);
in snic_queue_report_tgt_req()
200
SNIC_BUG_ON
(!list_empty(&tgt->list));
in snic_tgt_dev_release()
259
SNIC_BUG_ON
(le16_to_cpu(tgtid->tgt_type) > SNIC_TGT_SAN);
in snic_tgt_create()
360
SNIC_BUG_ON
(snic->disc.rtgt_cnt == 0 || tgtid == NULL);
in snic_handle_tgt_disc()
409
SNIC_BUG_ON
(tgt_cnt > snic->fwinfo.max_tgts);
in snic_report_tgt_cmpl_handler()
H
A
D
snic_scsi.c
120
SNIC_BUG_ON
(!((CMD_STATE(sc) == SNIC_IOREQ_COMPLETE) ||
in snic_release_req_buf()
374
SNIC_BUG_ON
(1);
in snic_proc_tmreq_pending_state()
386
SNIC_BUG_ON
(1);
in snic_proc_tmreq_pending_state()
588
SNIC_BUG_ON
(rqi != (struct snic_req_info *)ctx);
in snic_icmnd_cmpl_handler()
885
SNIC_BUG_ON
(1);
in snic_process_itmf_cmpl()
931
SNIC_BUG_ON
(1);
in snic_itmf_cmpl_handler()
1017
SNIC_BUG_ON
(1);
in snic_hba_reset_cmpl_handler()
1072
SNIC_BUG_ON
(snic_get_state(snic) != SNIC_OFFLINE &&
in snic_hba_reset_cmpl_handler()
1166
SNIC_BUG_ON
(1);
in snic_aen_handler()
1192
SNIC_BUG_ON
((fwre
in snic_io_cmpl_handler()
[all...]
H
A
D
snic.h
162
#define
SNIC_BUG_ON
(EXPR) \
macro
170
#define
SNIC_BUG_ON
(EXPR) \
macro
H
A
D
snic_main.c
302
SNIC_BUG_ON
(shost->work_q != NULL);
in snic_add_host()
448
SNIC_BUG_ON
(snic->bar0.bus_addr == 0);
in snic_probe()
924
SNIC_BUG_ON
(snic_glob == NULL);
in snic_global_data_cleanup()
H
A
D
snic_isr.c
95
SNIC_BUG_ON
(intr_mode != VNIC_DEV_INTR_MODE_MSIX);
in snic_request_intr()
H
A
D
snic_ctl.c
149
SNIC_BUG_ON
(snic->config.hid != hid);
in snic_io_exch_ver_cmpl_handler()
H
A
D
snic_debugfs.c
50
SNIC_BUG_ON
(!inode->i_private);
in snic_reset_stats_open()
Completed in 13 milliseconds