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:mf_config
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_main.c
2471
u32 vn_cfg = bp->
mf_config
[vn];
in bnx2x_calc_vn_min()
2506
u32 vn_cfg = bp->
mf_config
[vn];
in bnx2x_calc_vn_max()
2560
bp->
mf_config
[vn] =
in bnx2x_read_mf_cfg()
2563
if (bp->
mf_config
[BP_VN(bp)] & FUNC_MF_CFG_FUNC_DISABLED) {
in bnx2x_read_mf_cfg()
2810
u32
mf_config
;
in bnx2x_handle_afex_cmd()
local
2857
mf_config
= MF_CFG_RD(bp, func_mf_config[func].config);
in bnx2x_handle_afex_cmd()
2858
bp->
mf_config
[BP_VN(bp)] =
mf_config
;
in bnx2x_handle_afex_cmd()
2860
"afex: got MCP req VIFSET_REQ,
mf_config
0x%x\n",
in bnx2x_handle_afex_cmd()
2861
mf_config
);
in bnx2x_handle_afex_cmd()
[all...]
H
A
D
bnx2x.h
1546
u32
mf_config
[E1HVN_MAX];
member
2442
((bp)->
mf_config
[BP_VN(bp)] & FUNC_MF_CFG_PROTOCOL_MASK)
H
A
D
bnx2x_cmn.c
1176
bp->
mf_config
[BP_VN(bp)]);
in bnx2x_get_mf_speed()
1596
u32 mf_cfg = bp->
mf_config
[BP_VN(bp)];
in bnx2x_update_max_mf_config()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_main.c
2469
u32 vn_cfg = bp->
mf_config
[vn];
in bnx2x_calc_vn_min()
2504
u32 vn_cfg = bp->
mf_config
[vn];
in bnx2x_calc_vn_max()
2558
bp->
mf_config
[vn] =
in bnx2x_read_mf_cfg()
2561
if (bp->
mf_config
[BP_VN(bp)] & FUNC_MF_CFG_FUNC_DISABLED) {
in bnx2x_read_mf_cfg()
2808
u32
mf_config
;
in bnx2x_handle_afex_cmd()
local
2855
mf_config
= MF_CFG_RD(bp, func_mf_config[func].config);
in bnx2x_handle_afex_cmd()
2856
bp->
mf_config
[BP_VN(bp)] =
mf_config
;
in bnx2x_handle_afex_cmd()
2858
"afex: got MCP req VIFSET_REQ,
mf_config
0x%x\n",
in bnx2x_handle_afex_cmd()
2859
mf_config
);
in bnx2x_handle_afex_cmd()
[all...]
H
A
D
bnx2x.h
1547
u32
mf_config
[E1HVN_MAX];
member
2442
((bp)->
mf_config
[BP_VN(bp)] & FUNC_MF_CFG_PROTOCOL_MASK)
H
A
D
bnx2x_cmn.c
1187
bp->
mf_config
[BP_VN(bp)]);
in bnx2x_get_mf_speed()
1607
u32 mf_cfg = bp->
mf_config
[BP_VN(bp)];
in bnx2x_update_max_mf_config()
Completed in 38 milliseconds