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_grp_ids
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
1030
u16 *
fw_grp_ids
;
member
H
A
D
bnxt.c
3686
kfree(vnic->
fw_grp_ids
);
in bnxt_free_vnic_attributes()
3687
vnic->
fw_grp_ids
= NULL;
in bnxt_free_vnic_attributes()
3753
vnic->
fw_grp_ids
= kcalloc(max_rings, sizeof(u16), GFP_KERNEL);
in bnxt_alloc_vnic_attributes()
3754
if (!vnic->
fw_grp_ids
) {
in bnxt_alloc_vnic_attributes()
5172
vnic->rss_table[i] = cpu_to_le16(vnic->
fw_grp_ids
[j]);
in __bnxt_fill_hw_rss_tbl()
5448
vnic->
fw_grp_ids
[j] = bp->grp_info[grp_idx].fw_grp_id;
in bnxt_hwrm_vnic_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
1075
u16 *
fw_grp_ids
;
member
H
A
D
bnxt.c
4037
kfree(vnic->
fw_grp_ids
);
in bnxt_free_vnic_attributes()
4038
vnic->
fw_grp_ids
= NULL;
in bnxt_free_vnic_attributes()
4104
vnic->
fw_grp_ids
= kcalloc(max_rings, sizeof(u16), GFP_KERNEL);
in bnxt_alloc_vnic_attributes()
4105
if (!vnic->
fw_grp_ids
) {
in bnxt_alloc_vnic_attributes()
5248
vnic->rss_table[i] = cpu_to_le16(vnic->
fw_grp_ids
[j]);
in bnxt_fill_hw_rss_tbl()
5579
vnic->
fw_grp_ids
[j] = bp->grp_info[grp_idx].fw_grp_id;
in bnxt_hwrm_vnic_alloc()
Completed in 42 milliseconds