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:vport_info
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_vport.h
31
struct
vport_info
{
struct
91
int lpfc_vport_getinfo(struct Scsi_Host *, struct
vport_info
*);
110
struct
vport_info
cinfo;
H
A
D
lpfc_hbadisc.c
3774
struct static_vport_info *
vport_info
;
in lpfc_create_static_vport()
local
3795
vport_info
= kzalloc(sizeof(struct static_vport_info), GFP_KERNEL);
in lpfc_create_static_vport()
3796
if (!
vport_info
) {
in lpfc_create_static_vport()
3799
" allocate
vport_info
\n");
in lpfc_create_static_vport()
3804
vport_buff = (uint8_t *)
vport_info
;
in lpfc_create_static_vport()
3855
if ((le32_to_cpu(
vport_info
->signature) != VPORT_INFO_SIG) ||
in lpfc_create_static_vport()
3856
((le32_to_cpu(
vport_info
->rev) & VPORT_INFO_REV_MASK)
in lpfc_create_static_vport()
3861
le32_to_cpu(
vport_info
->signature),
in lpfc_create_static_vport()
3862
le32_to_cpu(
vport_info
->rev) &
in lpfc_create_static_vport()
3872
vport_id.port_name = wwn_to_u64(
vport_info
in lpfc_create_static_vport()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_vport.h
31
struct
vport_info
{
struct
91
int lpfc_vport_getinfo(struct Scsi_Host *, struct
vport_info
*);
110
struct
vport_info
cinfo;
H
A
D
lpfc_hbadisc.c
4055
struct static_vport_info *
vport_info
;
in lpfc_create_static_vport()
local
4076
vport_info
= kzalloc(sizeof(struct static_vport_info), GFP_KERNEL);
in lpfc_create_static_vport()
4077
if (!
vport_info
) {
in lpfc_create_static_vport()
4080
" allocate
vport_info
\n");
in lpfc_create_static_vport()
4085
vport_buff = (uint8_t *)
vport_info
;
in lpfc_create_static_vport()
4140
if ((le32_to_cpu(
vport_info
->signature) != VPORT_INFO_SIG) ||
in lpfc_create_static_vport()
4141
((le32_to_cpu(
vport_info
->rev) & VPORT_INFO_REV_MASK)
in lpfc_create_static_vport()
4146
le32_to_cpu(
vport_info
->signature),
in lpfc_create_static_vport()
4147
le32_to_cpu(
vport_info
->rev) &
in lpfc_create_static_vport()
4157
vport_id.port_name = wwn_to_u64(
vport_info
in lpfc_create_static_vport()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/
H
A
D
funeth.h
53
struct fun_vport_info *
vport_info
;
member
H
A
D
funeth_main.c
1191
ed->
vport_info
= kvcalloc(n, sizeof(*ed->
vport_info
), GFP_KERNEL);
in fun_init_vports()
1192
if (!ed->
vport_info
)
in fun_init_vports()
1200
kvfree(ed->
vport_info
);
in fun_free_vports()
1201
ed->
vport_info
= NULL;
in fun_free_vports()
1208
if (!ed->
vport_info
|| vport >= ed->num_vports)
in fun_get_vport()
1211
return ed->
vport_info
+ vport;
in fun_get_vport()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_def.h
3229
typedef struct
vport_info
{
struct
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_def.h
3392
typedef struct
vport_info
{
struct
Completed in 40 milliseconds