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:npiv_tbl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
2124
struct cnic_fc_npiv_tbl *
npiv_tbl
)
in bnx2fc_npiv_create_vports()
2132
if (
npiv_tbl
->count > MAX_NPIV_ENTRIES) {
in bnx2fc_npiv_create_vports()
2138
if (wwn_to_u64(
npiv_tbl
->wwnn[0]) == 0 &&
in bnx2fc_npiv_create_vports()
2139
wwn_to_u64(
npiv_tbl
->wwpn[0]) == 0) {
in bnx2fc_npiv_create_vports()
2148
for (i = 0; i <
npiv_tbl
->count; i++) {
in bnx2fc_npiv_create_vports()
2149
wwnn = wwn_to_u64(
npiv_tbl
->wwnn[i]);
in bnx2fc_npiv_create_vports()
2158
vpid.port_name = wwn_to_u64(
npiv_tbl
->wwpn[i]);
in bnx2fc_npiv_create_vports()
2179
struct cnic_fc_npiv_tbl *
npiv_tbl
;
in __bnx2fc_enable()
local
2211
npiv_tbl
= kzalloc(sizeof(struct cnic_fc_npiv_tbl), GFP_KERNEL);
in __bnx2fc_enable()
2212
if (!
npiv_tbl
)
in __bnx2fc_enable()
2123
bnx2fc_npiv_create_vports(struct fc_lport *lport, struct cnic_fc_
npiv_tbl
*
npiv_tbl
)
bnx2fc_npiv_create_vports()
argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
2116
struct cnic_fc_npiv_tbl *
npiv_tbl
)
in bnx2fc_npiv_create_vports()
2124
if (
npiv_tbl
->count > MAX_NPIV_ENTRIES) {
in bnx2fc_npiv_create_vports()
2130
if (wwn_to_u64(
npiv_tbl
->wwnn[0]) == 0 &&
in bnx2fc_npiv_create_vports()
2131
wwn_to_u64(
npiv_tbl
->wwpn[0]) == 0) {
in bnx2fc_npiv_create_vports()
2140
for (i = 0; i <
npiv_tbl
->count; i++) {
in bnx2fc_npiv_create_vports()
2141
wwnn = wwn_to_u64(
npiv_tbl
->wwnn[i]);
in bnx2fc_npiv_create_vports()
2150
vpid.port_name = wwn_to_u64(
npiv_tbl
->wwpn[i]);
in bnx2fc_npiv_create_vports()
2171
struct cnic_fc_npiv_tbl *
npiv_tbl
;
in __bnx2fc_enable()
local
2203
npiv_tbl
= kzalloc(sizeof(struct cnic_fc_npiv_tbl), GFP_KERNEL);
in __bnx2fc_enable()
2204
if (!
npiv_tbl
)
in __bnx2fc_enable()
2115
bnx2fc_npiv_create_vports(struct fc_lport *lport, struct cnic_fc_
npiv_tbl
*
npiv_tbl
)
bnx2fc_npiv_create_vports()
argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
cnic.c
5451
struct cnic_fc_npiv_tbl *
npiv_tbl
)
in cnic_get_fc_npiv_tbl()
5463
ret = cp->ethdev->drv_get_fc_npiv_tbl(dev->netdev,
npiv_tbl
);
in cnic_get_fc_npiv_tbl()
5450
cnic_get_fc_
npiv_tbl
(struct cnic_dev *dev, struct cnic_fc_
npiv_tbl
*
npiv_tbl
)
cnic_get_fc_npiv_tbl()
argument
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
cnic.c
5448
struct cnic_fc_npiv_tbl *
npiv_tbl
)
in cnic_get_fc_npiv_tbl()
5460
ret = cp->ethdev->drv_get_fc_npiv_tbl(dev->netdev,
npiv_tbl
);
in cnic_get_fc_npiv_tbl()
5447
cnic_get_fc_
npiv_tbl
(struct cnic_dev *dev, struct cnic_fc_
npiv_tbl
*
npiv_tbl
)
cnic_get_fc_npiv_tbl()
argument
Completed in 20 milliseconds