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_id
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
3476
bp->grp_info[i].
fw_grp_id
= INVALID_HW_RING_ID;
in bnxt_init_ring_grps()
5387
req.dflt_ring_grp = cpu_to_le16(bp->grp_info[grp_idx].
fw_grp_id
);
in bnxt_hwrm_vnic_cfg()
5443
if (bp->grp_info[grp_idx].
fw_grp_id
== INVALID_HW_RING_ID) {
in bnxt_hwrm_vnic_alloc()
5448
vnic->fw_grp_ids[j] = bp->grp_info[grp_idx].
fw_grp_id
;
in bnxt_hwrm_vnic_alloc()
5537
bp->grp_info[grp_idx].
fw_grp_id
=
in bnxt_hwrm_ring_grp_alloc()
5556
if (bp->grp_info[i].
fw_grp_id
== INVALID_HW_RING_ID)
in bnxt_hwrm_ring_grp_free()
5559
cpu_to_le32(bp->grp_info[i].
fw_grp_id
);
in bnxt_hwrm_ring_grp_free()
5562
bp->grp_info[i].
fw_grp_id
= INVALID_HW_RING_ID;
in bnxt_hwrm_ring_grp_free()
10725
req.ring_id = cpu_to_le16(bp->grp_info[bnapi->index].
fw_grp_id
);
in bnxt_hwrm_rx_ring_reset()
H
A
D
bnxt.h
1013
u16
fw_grp_id
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
3803
bp->grp_info[i].
fw_grp_id
= INVALID_HW_RING_ID;
in bnxt_init_ring_grps()
5512
req->dflt_ring_grp = cpu_to_le16(bp->grp_info[grp_idx].
fw_grp_id
);
in bnxt_hwrm_vnic_cfg()
5574
if (bp->grp_info[grp_idx].
fw_grp_id
== INVALID_HW_RING_ID) {
in bnxt_hwrm_vnic_alloc()
5579
vnic->fw_grp_ids[j] = bp->grp_info[grp_idx].
fw_grp_id
;
in bnxt_hwrm_vnic_alloc()
5672
bp->grp_info[grp_idx].
fw_grp_id
=
in bnxt_hwrm_ring_grp_alloc()
5692
if (bp->grp_info[i].
fw_grp_id
== INVALID_HW_RING_ID)
in bnxt_hwrm_ring_grp_free()
5695
cpu_to_le32(bp->grp_info[i].
fw_grp_id
);
in bnxt_hwrm_ring_grp_free()
5698
bp->grp_info[i].
fw_grp_id
= INVALID_HW_RING_ID;
in bnxt_hwrm_ring_grp_free()
11620
req->ring_id = cpu_to_le16(bp->grp_info[bnapi->index].
fw_grp_id
);
in bnxt_hwrm_rx_ring_reset()
H
A
D
bnxt.h
1058
u16
fw_grp_id
;
member
Completed in 71 milliseconds