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:IS_MF
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_ethtool.c
287
if (
IS_MF
(bp) && !BP_NOMCP(bp))
in bnx2x_get_link_ksettings()
2002
if (
IS_MF
(bp))
in bnx2x_set_pauseparam()
2142
if (
IS_MF
(bp))
in bnx2x_set_eee()
3029
if (!
IS_MF
(bp))
in bnx2x_self_test()
3044
if ((etest->flags & ETH_TEST_FL_OFFLINE) && !
IS_MF
(bp)) {
in bnx2x_self_test()
3101
if (!
IS_MF
(bp))
in bnx2x_self_test()
3115
if (!
IS_MF
(bp))
in bnx2x_self_test()
3213
if (!
IS_MF
(bp))
in bnx2x_get_strings()
H
A
D
bnx2x_main.c
1618
if (
IS_MF
(bp)) {
in bnx2x_hc_int_enable()
1679
if (
IS_MF
(bp)) {
in bnx2x_igu_int_enable()
2530
if (
IS_MF
(bp))
in bnx2x_get_cmng_fns_mode()
2680
if (
IS_MF
(bp))
in bnx2x_link_attn()
3556
if (!
IS_MF
(bp)) {
in bnx2x_config_mf_bw()
4336
if (
IS_MF
(bp))
in bnx2x_attn_int_deasserted3()
7435
REG_WR(bp, NIG_REG_LLH_MF_MODE,
IS_MF
(bp));
in bnx2x_init_hw_common()
7562
if (
IS_MF
(bp))
in bnx2x_init_hw_port()
7659
val =
IS_MF
(bp) ? 0xF7 : 0x7;
in bnx2x_init_hw_port()
7694
NIG_REG_LLH_MF_MODE,
IS_MF
(b
in bnx2x_init_hw_port()
[all...]
H
A
D
bnx2x_cmn.h
1102
if (
IS_MF
(bp))
in bnx2x_get_path_func_num()
H
A
D
bnx2x.h
1551
#define
IS_MF
(bp) (bp->mf_mode != 0)
macro
2221
#define BNX2X_NUM_TESTS(bp) (
IS_MF
(bp) ? BNX2X_NUM_TESTS_MF : \
H
A
D
bnx2x_stats.c
1692
if (bp->port.pmf &&
IS_MF
(bp)) {
in bnx2x_save_statistics()
H
A
D
bnx2x_dcb.c
794
if (
IS_MF
(bp))
in bnx2x_dcbx_set_params()
H
A
D
bnx2x_cmn.c
1174
if (
IS_MF
(bp)) {
in bnx2x_get_mf_speed()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_ethtool.c
287
if (
IS_MF
(bp) && !BP_NOMCP(bp))
in bnx2x_get_link_ksettings()
2010
if (
IS_MF
(bp))
in bnx2x_set_pauseparam()
2150
if (
IS_MF
(bp))
in bnx2x_set_eee()
3037
if (!
IS_MF
(bp))
in bnx2x_self_test()
3052
if ((etest->flags & ETH_TEST_FL_OFFLINE) && !
IS_MF
(bp)) {
in bnx2x_self_test()
3109
if (!
IS_MF
(bp))
in bnx2x_self_test()
3123
if (!
IS_MF
(bp))
in bnx2x_self_test()
3221
if (!
IS_MF
(bp))
in bnx2x_get_strings()
H
A
D
bnx2x_main.c
1616
if (
IS_MF
(bp)) {
in bnx2x_hc_int_enable()
1677
if (
IS_MF
(bp)) {
in bnx2x_igu_int_enable()
2528
if (
IS_MF
(bp))
in bnx2x_get_cmng_fns_mode()
2678
if (
IS_MF
(bp))
in bnx2x_link_attn()
3554
if (!
IS_MF
(bp)) {
in bnx2x_config_mf_bw()
4334
if (
IS_MF
(bp))
in bnx2x_attn_int_deasserted3()
7433
REG_WR(bp, NIG_REG_LLH_MF_MODE,
IS_MF
(bp));
in bnx2x_init_hw_common()
7560
if (
IS_MF
(bp))
in bnx2x_init_hw_port()
7657
val =
IS_MF
(bp) ? 0xF7 : 0x7;
in bnx2x_init_hw_port()
7692
NIG_REG_LLH_MF_MODE,
IS_MF
(b
in bnx2x_init_hw_port()
[all...]
H
A
D
bnx2x_cmn.h
1102
if (
IS_MF
(bp))
in bnx2x_get_path_func_num()
H
A
D
bnx2x.h
1552
#define
IS_MF
(bp) (bp->mf_mode != 0)
macro
2222
#define BNX2X_NUM_TESTS(bp) (
IS_MF
(bp) ? BNX2X_NUM_TESTS_MF : \
H
A
D
bnx2x_stats.c
1693
if (bp->port.pmf &&
IS_MF
(bp)) {
in bnx2x_save_statistics()
H
A
D
bnx2x_dcb.c
794
if (
IS_MF
(bp))
in bnx2x_dcbx_set_params()
H
A
D
bnx2x_cmn.c
1185
if (
IS_MF
(bp)) {
in bnx2x_get_mf_speed()
Completed in 64 milliseconds