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:mfw_val
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_dcbx.c
57
u8
mfw_val
= QED_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE);
in qed_dcbx_ieee_app_ethtype()
local
60
if (
mfw_val
== DCBX_APP_SF_IEEE_RESERVED)
in qed_dcbx_ieee_app_ethtype()
63
return !!(
mfw_val
== DCBX_APP_SF_IEEE_ETHTYPE);
in qed_dcbx_ieee_app_ethtype()
74
u8
mfw_val
= QED_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE);
in qed_dcbx_ieee_app_port()
local
77
if (
mfw_val
== DCBX_APP_SF_IEEE_RESERVED)
in qed_dcbx_ieee_app_port()
80
return !!(
mfw_val
== type ||
mfw_val
== DCBX_APP_SF_IEEE_TCP_UDP_PORT);
in qed_dcbx_ieee_app_port()
H
A
D
qed_main.c
72
u32
mfw_val
;
member
81
.
mfw_val
= (type), \
1556
ext_speed->advertised_speeds |= map->
mfw_val
;
in qed_set_ext_speed_params()
1725
speed->advertised_speeds |= map->
mfw_val
;
in qed_set_link()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_dcbx.c
57
u8
mfw_val
= QED_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE);
in qed_dcbx_ieee_app_ethtype()
local
60
if (
mfw_val
== DCBX_APP_SF_IEEE_RESERVED)
in qed_dcbx_ieee_app_ethtype()
63
return !!(
mfw_val
== DCBX_APP_SF_IEEE_ETHTYPE);
in qed_dcbx_ieee_app_ethtype()
74
u8
mfw_val
= QED_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE);
in qed_dcbx_ieee_app_port()
local
77
if (
mfw_val
== DCBX_APP_SF_IEEE_RESERVED)
in qed_dcbx_ieee_app_port()
80
return !!(
mfw_val
== type ||
mfw_val
== DCBX_APP_SF_IEEE_TCP_UDP_PORT);
in qed_dcbx_ieee_app_port()
H
A
D
qed_main.c
70
u32
mfw_val
;
member
79
.
mfw_val
= (type), \
1528
ext_speed->advertised_speeds |= map->
mfw_val
;
in qed_set_ext_speed_params()
1697
speed->advertised_speeds |= map->
mfw_val
;
in qed_set_link()
Completed in 14 milliseconds