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:base_lport
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_attr.c
17
struct fc_lport *
base_lport
;
in qedf_get_base_qedf()
local
23
base_lport
= shost_priv(vport_to_shost(lport->vport));
in qedf_get_base_qedf()
24
return lport_priv(
base_lport
);
in qedf_get_base_qedf()
H
A
D
qedf_main.c
1059
struct fc_lport *
base_lport
;
in qedf_xmit()
local
1084
base_lport
= shost_priv(vport_to_shost(lport->vport));
in qedf_xmit()
1086
base_lport
= lport;
in qedf_xmit()
1089
if (
base_lport
->port_id == ntoh24(fh->fh_d_id)) {
in qedf_xmit()
1090
vn_port =
base_lport
;
in qedf_xmit()
1092
/* Got through the list of vports attached to the
base_lport
in qedf_xmit()
1095
list_for_each_entry(tmp_lport, &
base_lport
->vports, list) {
in qedf_xmit()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_attr.c
17
struct fc_lport *
base_lport
;
in qedf_get_base_qedf()
local
23
base_lport
= shost_priv(vport_to_shost(lport->vport));
in qedf_get_base_qedf()
24
return lport_priv(
base_lport
);
in qedf_get_base_qedf()
H
A
D
qedf_main.c
1060
struct fc_lport *
base_lport
;
in qedf_xmit()
local
1084
base_lport
= shost_priv(vport_to_shost(lport->vport));
in qedf_xmit()
1086
base_lport
= lport;
in qedf_xmit()
1089
if (
base_lport
->port_id == ntoh24(fh->fh_d_id)) {
in qedf_xmit()
1090
vn_port =
base_lport
;
in qedf_xmit()
1092
/* Got through the list of vports attached to the
base_lport
in qedf_xmit()
1095
list_for_each_entry(tmp_lport, &
base_lport
->vports, list) {
in qedf_xmit()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
tcm_qla2xxx.c
1704
struct tcm_qla2xxx_lport *
base_lport
=
in tcm_qla2xxx_lport_register_npiv_cb()
local
1713
if (!
base_lport
|| !
base_lport
->tpg_1 ||
in tcm_qla2xxx_lport_register_npiv_cb()
1714
!atomic_read(&
base_lport
->tpg_1->lport_tpg_enabled)) {
in tcm_qla2xxx_lport_register_npiv_cb()
1715
pr_err("qla2xxx
base_lport
or tpg_1 not available\n");
in tcm_qla2xxx_lport_register_npiv_cb()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
tcm_qla2xxx.c
1656
struct tcm_qla2xxx_lport *
base_lport
=
in tcm_qla2xxx_lport_register_npiv_cb()
local
1665
if (!
base_lport
|| !
base_lport
->tpg_1 ||
in tcm_qla2xxx_lport_register_npiv_cb()
1666
!atomic_read(&
base_lport
->tpg_1->lport_tpg_enabled)) {
in tcm_qla2xxx_lport_register_npiv_cb()
1667
pr_err("qla2xxx
base_lport
or tpg_1 not available\n");
in tcm_qla2xxx_lport_register_npiv_cb()
Completed in 14 milliseconds