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:ioc_type
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H
A
D
bfa_defs.h
150
enum bfa_ioc_type
ioc_type
;
member
H
A
D
bfa_ioc.c
2910
ioc_attr->
ioc_type
= bfa_ioc_get_type(ioc);
in bfa_nw_ioc_get_attr()
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H
A
D
bfa_defs.h
150
enum bfa_ioc_type
ioc_type
;
member
H
A
D
bfa_ioc.c
2910
ioc_attr->
ioc_type
= bfa_ioc_get_type(ioc);
in bfa_nw_ioc_get_attr()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H
A
D
bfa_defs.h
401
enum bfa_ioc_type_e
ioc_type
;
member
469
u16
ioc_type
;
member
543
u16
ioc_type
;
member
H
A
D
bfad_bsg.h
214
enum bfa_ioc_type_e
ioc_type
;
member
H
A
D
bfa_ioc.c
2865
ioc_attr->
ioc_type
= bfa_ioc_get_type(ioc);
in bfa_ioc_get_attr()
2910
enum bfa_ioc_type_e
ioc_type
;
in bfa_ioc_aen_post()
local
2916
ioc_type
= bfa_ioc_get_type(ioc);
in bfa_ioc_aen_post()
2917
switch (
ioc_type
) {
in bfa_ioc_aen_post()
2929
WARN_ON(
ioc_type
!= BFA_IOC_TYPE_FC);
in bfa_ioc_aen_post()
2934
aen_entry->aen_data.ioc.
ioc_type
=
ioc_type
;
in bfa_ioc_aen_post()
3717
aen_entry->aen_data.port.
ioc_type
= bfa_ioc_get_type(sfp->ioc);
in bfa_sfp_scn_aen_post()
H
A
D
bfa_core.c
1353
enum bfa_ioc_type_e
ioc_type
= bfa_get_type(bfa);
in bfa_faa_validate_request()
local
1357
if ((
ioc_type
!= BFA_IOC_TYPE_FC) || bfa_mfg_is_mezz(card_type))
in bfa_faa_validate_request()
H
A
D
bfa_svc.c
2012
aen_entry->aen_data.port.
ioc_type
= bfa_get_type(fcport->bfa);
in bfa_fcport_aen_post()
4098
enum bfa_ioc_type_e
ioc_type
= bfa_get_type(bfa);
in bfa_fcport_set_qos_bw()
local
4100
bfa_trc(bfa,
ioc_type
);
in bfa_fcport_set_qos_bw()
4112
if ((
ioc_type
== BFA_IOC_TYPE_FC) &&
in bfa_fcport_set_qos_bw()
H
A
D
bfad_bsg.c
84
iocmd->
ioc_type
= bfa_get_type(&bfad->bfa);
in bfad_iocmd_ioc_get_info()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H
A
D
bfa_defs.h
401
enum bfa_ioc_type_e
ioc_type
;
member
469
u16
ioc_type
;
member
543
u16
ioc_type
;
member
H
A
D
bfad_bsg.h
214
enum bfa_ioc_type_e
ioc_type
;
member
H
A
D
bfa_ioc.c
2865
ioc_attr->
ioc_type
= bfa_ioc_get_type(ioc);
in bfa_ioc_get_attr()
2910
enum bfa_ioc_type_e
ioc_type
;
in bfa_ioc_aen_post()
local
2916
ioc_type
= bfa_ioc_get_type(ioc);
in bfa_ioc_aen_post()
2917
switch (
ioc_type
) {
in bfa_ioc_aen_post()
2929
WARN_ON(
ioc_type
!= BFA_IOC_TYPE_FC);
in bfa_ioc_aen_post()
2934
aen_entry->aen_data.ioc.
ioc_type
=
ioc_type
;
in bfa_ioc_aen_post()
3718
aen_entry->aen_data.port.
ioc_type
= bfa_ioc_get_type(sfp->ioc);
in bfa_sfp_scn_aen_post()
H
A
D
bfa_core.c
1353
enum bfa_ioc_type_e
ioc_type
= bfa_get_type(bfa);
in bfa_faa_validate_request()
local
1357
if ((
ioc_type
!= BFA_IOC_TYPE_FC) || bfa_mfg_is_mezz(card_type))
in bfa_faa_validate_request()
H
A
D
bfa_svc.c
2006
aen_entry->aen_data.port.
ioc_type
= bfa_get_type(fcport->bfa);
in bfa_fcport_aen_post()
4092
enum bfa_ioc_type_e
ioc_type
= bfa_get_type(bfa);
in bfa_fcport_set_qos_bw()
local
4094
bfa_trc(bfa,
ioc_type
);
in bfa_fcport_set_qos_bw()
4106
if ((
ioc_type
== BFA_IOC_TYPE_FC) &&
in bfa_fcport_set_qos_bw()
H
A
D
bfad_bsg.c
84
iocmd->
ioc_type
= bfa_get_type(&bfad->bfa);
in bfad_iocmd_ioc_get_info()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
ublk_drv.c
1648
u32
ioc_type
= _IOC_TYPE(cmd_op);
in ublk_check_cmd_op()
local
1650
if (!IS_ENABLED(CONFIG_BLKDEV_UBLK_LEGACY_OPCODES) &&
ioc_type
!= 'u')
in ublk_check_cmd_op()
1653
if (
ioc_type
!= 'u' &&
ioc_type
!= 0)
in ublk_check_cmd_op()
Completed in 76 milliseconds