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:fcoe_cap
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
1364
struct fcoe_capabilities *
fcoe_cap
;
in bnx2fc_hba_create()
local
1406
fcoe_cap
= &hba->
fcoe_cap
;
in bnx2fc_hba_create()
1408
fcoe_cap
->capability1 = BNX2FC_TM_MAX_SQES <<
in bnx2fc_hba_create()
1410
fcoe_cap
->capability1 |= BNX2FC_NUM_MAX_SESS <<
in bnx2fc_hba_create()
1412
fcoe_cap
->capability2 = hba->max_outstanding_cmds <<
in bnx2fc_hba_create()
1414
fcoe_cap
->capability2 |= BNX2FC_MAX_NPIV <<
in bnx2fc_hba_create()
1416
fcoe_cap
->capability3 = BNX2FC_NUM_MAX_SESS <<
in bnx2fc_hba_create()
1418
fcoe_cap
->capability3 |= hba->max_outstanding_cmds <<
in bnx2fc_hba_create()
1420
fcoe_cap
in bnx2fc_hba_create()
[all...]
H
A
D
bnx2fc.h
239
struct fcoe_capabilities
fcoe_cap
;
member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H
A
D
bnx2fc_fcoe.c
1356
struct fcoe_capabilities *
fcoe_cap
;
in bnx2fc_hba_create()
local
1398
fcoe_cap
= &hba->
fcoe_cap
;
in bnx2fc_hba_create()
1400
fcoe_cap
->capability1 = BNX2FC_TM_MAX_SQES <<
in bnx2fc_hba_create()
1402
fcoe_cap
->capability1 |= BNX2FC_NUM_MAX_SESS <<
in bnx2fc_hba_create()
1404
fcoe_cap
->capability2 = hba->max_outstanding_cmds <<
in bnx2fc_hba_create()
1406
fcoe_cap
->capability2 |= BNX2FC_MAX_NPIV <<
in bnx2fc_hba_create()
1408
fcoe_cap
->capability3 = BNX2FC_NUM_MAX_SESS <<
in bnx2fc_hba_create()
1410
fcoe_cap
->capability3 |= hba->max_outstanding_cmds <<
in bnx2fc_hba_create()
1412
fcoe_cap
in bnx2fc_hba_create()
[all...]
H
A
D
bnx2fc.h
236
struct fcoe_capabilities
fcoe_cap
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
cnic_if.h
348
struct fcoe_capabilities *
fcoe_cap
;
member
H
A
D
cnic.c
268
struct fcoe_capabilities *
fcoe_cap
=
in cnic_ulp_ctl()
local
274
if (ulp_type == CNIC_ULP_FCOE && dev->
fcoe_cap
)
in cnic_ulp_ctl()
275
memcpy(
fcoe_cap
, dev->
fcoe_cap
, sizeof(*
fcoe_cap
));
in cnic_ulp_ctl()
635
dev->
fcoe_cap
= NULL;
in cnic_unregister_device()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
cnic_if.h
348
struct fcoe_capabilities *
fcoe_cap
;
member
H
A
D
cnic.c
268
struct fcoe_capabilities *
fcoe_cap
=
in cnic_ulp_ctl()
local
274
if (ulp_type == CNIC_ULP_FCOE && dev->
fcoe_cap
)
in cnic_ulp_ctl()
275
memcpy(
fcoe_cap
, dev->
fcoe_cap
, sizeof(*
fcoe_cap
));
in cnic_ulp_ctl()
635
dev->
fcoe_cap
= NULL;
in cnic_unregister_device()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_mfw_hsi.h
1103
struct fcoe_cap_stc
fcoe_cap
;
member
Completed in 31 milliseconds