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:hw_prod
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/
H
A
D
octep_ctrl_mbox.c
110
mbox->h2fq.
hw_prod
= OCTEP_CTRL_MBOX_H2FQ_PROD(mbox->barmem);
in octep_ctrl_mbox_init()
115
mbox->f2hq.
hw_prod
= OCTEP_CTRL_MBOX_F2HQ_PROD(mbox->barmem);
in octep_ctrl_mbox_init()
175
pi = readl(q->
hw_prod
);
in octep_ctrl_mbox_send()
191
writel(pi, q->
hw_prod
);
in octep_ctrl_mbox_send()
237
pi = readl(q->
hw_prod
);
in octep_ctrl_mbox_recv()
H
A
D
octep_ctrl_mbox.h
116
u8 __iomem *
hw_prod
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
bnx2.c
2943
u16
hw_prod
, prod;
in bnx2_reuse_rx_skb_pages()
local
2965
hw_prod
= rxr->rx_pg_prod;
in bnx2_reuse_rx_skb_pages()
2968
prod = BNX2_RX_PG_RING_IDX(
hw_prod
);
in bnx2_reuse_rx_skb_pages()
2988
hw_prod
= BNX2_NEXT_RX_BD(
hw_prod
);
in bnx2_reuse_rx_skb_pages()
2990
rxr->rx_pg_prod =
hw_prod
;
in bnx2_reuse_rx_skb_pages()
H
A
D
cnic.c
2888
u16 i, ri,
hw_prod
, last;
in cnic_get_kcqes()
local
2894
hw_prod
= *info->hw_prod_idx_ptr;
in cnic_get_kcqes()
2895
hw_prod
= info->hw_idx(
hw_prod
);
in cnic_get_kcqes()
2897
while ((i !=
hw_prod
) && (kcqe_cnt < MAX_COMPLETED_KCQE)) {
in cnic_get_kcqes()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
bnx2.c
2942
u16
hw_prod
, prod;
in bnx2_reuse_rx_skb_pages()
local
2963
hw_prod
= rxr->rx_pg_prod;
in bnx2_reuse_rx_skb_pages()
2966
prod = BNX2_RX_PG_RING_IDX(
hw_prod
);
in bnx2_reuse_rx_skb_pages()
2986
hw_prod
= BNX2_NEXT_RX_BD(
hw_prod
);
in bnx2_reuse_rx_skb_pages()
2988
rxr->rx_pg_prod =
hw_prod
;
in bnx2_reuse_rx_skb_pages()
H
A
D
cnic.c
2886
u16 i, ri,
hw_prod
, last;
in cnic_get_kcqes()
local
2892
hw_prod
= *info->hw_prod_idx_ptr;
in cnic_get_kcqes()
2893
hw_prod
= info->hw_idx(
hw_prod
);
in cnic_get_kcqes()
2895
while ((i !=
hw_prod
) && (kcqe_cnt < MAX_COMPLETED_KCQE)) {
in cnic_get_kcqes()
Completed in 31 milliseconds