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:RING_F_FCOE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_lib.c
20
struct ixgbe_ring_feature *fcoe = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_cache_ring_dcb_sriov()
185
struct ixgbe_ring_feature *fcoe = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_cache_ring_sriov()
388
fcoe = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_set_dcb_sriov_queues()
469
f = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_set_dcb_queues()
566
fcoe = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_set_sriov_queues()
666
f = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_set_rss_queues()
982
f = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_alloc_q_vector()
H
A
D
ixgbe.h
369
RING_F_FCOE
,
enumerator
H
A
D
ixgbe_fcoe.c
640
struct ixgbe_ring_feature *fcoe = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_configure_fcoe()
H
A
D
ixgbe_ethtool.c
3293
adapter->ring_feature[
RING_F_FCOE
].limit = count;
in ixgbe_set_channels()
H
A
D
ixgbe_main.c
8570
f = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_select_queue()
10926
adapter->ring_feature[
RING_F_FCOE
].limit = fcoe_l;
in ixgbe_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_lib.c
20
struct ixgbe_ring_feature *fcoe = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_cache_ring_dcb_sriov()
186
struct ixgbe_ring_feature *fcoe = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_cache_ring_sriov()
392
fcoe = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_set_dcb_sriov_queues()
473
f = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_set_dcb_queues()
570
fcoe = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_set_sriov_queues()
670
f = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_set_rss_queues()
986
f = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_alloc_q_vector()
H
A
D
ixgbe_fcoe.c
640
struct ixgbe_ring_feature *fcoe = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_configure_fcoe()
H
A
D
ixgbe.h
410
RING_F_FCOE
,
enumerator
H
A
D
ixgbe_ethtool.c
3315
adapter->ring_feature[
RING_F_FCOE
].limit = count;
in ixgbe_set_channels()
H
A
D
ixgbe_main.c
8617
f = &adapter->ring_feature[
RING_F_FCOE
];
in ixgbe_select_queue()
11069
adapter->ring_feature[
RING_F_FCOE
].limit = fcoe_l;
in ixgbe_probe()
Completed in 42 milliseconds