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:ccbh
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
4897
cp->link_ccbh = np->
ccbh
[hcode];
4898
np->
ccbh
[hcode] = cp;
4938
cp = np->
ccbh
[hcode];
5659
np->
ccbh
= kcalloc(CCB_HASH_SIZE, sizeof(*np->
ccbh
), GFP_KERNEL);
5660
if (!np->
ccbh
)
5825
kfree(np->
ccbh
);
H
A
D
sym_hipd.h
964
struct sym_ccb **
ccbh
; /* CCBs hashed by DSA value */
member
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
4896
cp->link_ccbh = np->
ccbh
[hcode];
4897
np->
ccbh
[hcode] = cp;
4937
cp = np->
ccbh
[hcode];
5658
np->
ccbh
= kcalloc(CCB_HASH_SIZE, sizeof(*np->
ccbh
), GFP_KERNEL);
5659
if (!np->
ccbh
)
5824
kfree(np->
ccbh
);
H
A
D
sym_hipd.h
964
struct sym_ccb **
ccbh
; /* CCBs hashed by DSA value */
member
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
6734
struct ccb_hdr *
ccbh
;
in ahc_send_lstate_events()
local
6738
&& (
ccbh
= SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
in ahc_send_lstate_events()
6743
inot = (struct ccb_immed_notify *)
ccbh
;
in ahc_send_lstate_events()
6746
ccbh
->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN;
in ahc_send_lstate_events()
6749
ccbh
->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN;
in ahc_send_lstate_events()
7600
struct ccb_hdr *
ccbh
;
in ahc_handle_en_lun()
local
7602
ccbh
= &scb->io_ctx->ccb_h;
in ahc_handle_en_lun()
7603
if (
ccbh
->func_code == XPT_CONT_TARGET_IO
in ahc_handle_en_lun()
7604
&& !xpt_path_comp(
ccbh
->path, ccb->ccb_h.path)){
in ahc_handle_en_lun()
H
A
D
aic79xx_core.c
9204
struct ccb_hdr *
ccbh
;
in ahd_send_lstate_events()
local
9208
&& (
ccbh
= SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
in ahd_send_lstate_events()
9213
inot = (struct ccb_immed_notify *)
ccbh
;
in ahd_send_lstate_events()
9216
ccbh
->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN;
in ahd_send_lstate_events()
9219
ccbh
->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN;
in ahd_send_lstate_events()
10443
struct ccb_hdr *
ccbh
;
in ahd_handle_en_lun()
local
10445
ccbh
= &scb->io_ctx->ccb_h;
in ahd_handle_en_lun()
10446
if (
ccbh
->func_code == XPT_CONT_TARGET_IO
in ahd_handle_en_lun()
10447
&& !xpt_path_comp(
ccbh
->path, ccb->ccb_h.path)){
in ahd_handle_en_lun()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic7xxx_core.c
6729
struct ccb_hdr *
ccbh
;
in ahc_send_lstate_events()
local
6733
&& (
ccbh
= SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
in ahc_send_lstate_events()
6738
inot = (struct ccb_immed_notify *)
ccbh
;
in ahc_send_lstate_events()
6741
ccbh
->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN;
in ahc_send_lstate_events()
6744
ccbh
->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN;
in ahc_send_lstate_events()
7593
struct ccb_hdr *
ccbh
;
in ahc_handle_en_lun()
local
7595
ccbh
= &scb->io_ctx->ccb_h;
in ahc_handle_en_lun()
7596
if (
ccbh
->func_code == XPT_CONT_TARGET_IO
in ahc_handle_en_lun()
7597
&& !xpt_path_comp(
ccbh
->path, ccb->ccb_h.path)){
in ahc_handle_en_lun()
H
A
D
aic79xx_core.c
9200
struct ccb_hdr *
ccbh
;
in ahd_send_lstate_events()
local
9204
&& (
ccbh
= SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
in ahd_send_lstate_events()
9209
inot = (struct ccb_immed_notify *)
ccbh
;
in ahd_send_lstate_events()
9212
ccbh
->status = CAM_SCSI_BUS_RESET|CAM_DEV_QFRZN;
in ahd_send_lstate_events()
9215
ccbh
->status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN;
in ahd_send_lstate_events()
10438
struct ccb_hdr *
ccbh
;
in ahd_handle_en_lun()
local
10440
ccbh
= &scb->io_ctx->ccb_h;
in ahd_handle_en_lun()
10441
if (
ccbh
->func_code == XPT_CONT_TARGET_IO
in ahd_handle_en_lun()
10442
&& !xpt_path_comp(
ccbh
->path, ccb->ccb_h.path)){
in ahd_handle_en_lun()
Completed in 51 milliseconds