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:fw_app
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dcb.c
301
struct hwrm_struct_data_dcbx_app *
fw_app
;
in bnxt_hwrm_set_dcbx_app()
local
311
data_len = sizeof(*data) + sizeof(*
fw_app
) * n;
in bnxt_hwrm_set_dcbx_app()
326
fw_app
= (struct hwrm_struct_data_dcbx_app *)(data + 1);
in bnxt_hwrm_set_dcbx_app()
334
for (i = 0; i < n; i++,
fw_app
++) {
in bnxt_hwrm_set_dcbx_app()
335
if (
fw_app
->protocol_id == cpu_to_be16(app->protocol) &&
in bnxt_hwrm_set_dcbx_app()
336
fw_app
->protocol_selector == app->selector &&
in bnxt_hwrm_set_dcbx_app()
337
fw_app
->priority == app->priority) {
in bnxt_hwrm_set_dcbx_app()
347
fw_app
->protocol_id = cpu_to_be16(app->protocol);
in bnxt_hwrm_set_dcbx_app()
348
fw_app
->protocol_selector = app->selector;
in bnxt_hwrm_set_dcbx_app()
349
fw_app
in bnxt_hwrm_set_dcbx_app()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_dcb.c
326
struct hwrm_struct_data_dcbx_app *
fw_app
;
in bnxt_hwrm_set_dcbx_app()
local
343
data_len = sizeof(*data) + sizeof(*
fw_app
) * n;
in bnxt_hwrm_set_dcbx_app()
358
fw_app
= (struct hwrm_struct_data_dcbx_app *)(data + 1);
in bnxt_hwrm_set_dcbx_app()
366
for (i = 0; i < n; i++,
fw_app
++) {
in bnxt_hwrm_set_dcbx_app()
367
if (
fw_app
->protocol_id == cpu_to_be16(app->protocol) &&
in bnxt_hwrm_set_dcbx_app()
368
fw_app
->protocol_selector == app->selector &&
in bnxt_hwrm_set_dcbx_app()
369
fw_app
->priority == app->priority) {
in bnxt_hwrm_set_dcbx_app()
379
fw_app
->protocol_id = cpu_to_be16(app->protocol);
in bnxt_hwrm_set_dcbx_app()
380
fw_app
->protocol_selector = app->selector;
in bnxt_hwrm_set_dcbx_app()
381
fw_app
in bnxt_hwrm_set_dcbx_app()
[all...]
Completed in 3 milliseconds