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:cp_fw_ring_id
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
1016
u16
cp_fw_ring_id
;
member
H
A
D
bnxt.c
3479
bp->grp_info[i].
cp_fw_ring_id
= INVALID_HW_RING_ID;
in bnxt_init_ring_grps()
5073
return grp_info->
cp_fw_ring_id
;
in bnxt_cp_ring_from_grp()
5527
req.cr = cpu_to_le16(bp->grp_info[grp_idx].
cp_fw_ring_id
);
in bnxt_hwrm_ring_grp_alloc()
5647
req.nq_ring_id = cpu_to_le16(grp_info->
cp_fw_ring_id
);
in hwrm_ring_alloc_send_msg()
5774
bp->grp_info[i].
cp_fw_ring_id
= ring->fw_ring_id;
in bnxt_hwrm_ring_alloc()
5995
bp->grp_info[i].
cp_fw_ring_id
= INVALID_HW_RING_ID;
in bnxt_hwrm_ring_free()
H
A
D
bnxt_ethtool.c
3082
u16 cmpl_ring = bp->grp_info[i].
cp_fw_ring_id
;
in bnxt_test_irq()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
1061
u16
cp_fw_ring_id
;
member
H
A
D
bnxt.c
3806
bp->grp_info[i].
cp_fw_ring_id
= INVALID_HW_RING_ID;
in bnxt_init_ring_grps()
5149
return grp_info->
cp_fw_ring_id
;
in bnxt_cp_ring_from_grp()
5662
req->cr = cpu_to_le16(bp->grp_info[grp_idx].
cp_fw_ring_id
);
in bnxt_hwrm_ring_grp_alloc()
5785
req->nq_ring_id = cpu_to_le16(grp_info->
cp_fw_ring_id
);
in hwrm_ring_alloc_send_msg()
5918
bp->grp_info[i].
cp_fw_ring_id
= ring->fw_ring_id;
in bnxt_hwrm_ring_alloc()
6143
bp->grp_info[i].
cp_fw_ring_id
= INVALID_HW_RING_ID;
in bnxt_hwrm_ring_free()
H
A
D
bnxt_ethtool.c
3442
u16 cmpl_ring = bp->grp_info[i].
cp_fw_ring_id
;
in bnxt_test_irq()
Completed in 52 milliseconds