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_RING
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
893
&cpr->cp_desc_ring[
CP_RING
(cp_cons)][CP_IDX(cp_cons)];
in bnxt_get_agg()
1125
&cpr->cp_desc_ring[
CP_RING
(last)][CP_IDX(last)];
in bnxt_agg_bufs_valid()
1733
&cpr->cp_desc_ring[
CP_RING
(cp_cons)][CP_IDX(cp_cons)];
in bnxt_rx_pkt()
1745
&cpr->cp_desc_ring[
CP_RING
(cp_cons)][CP_IDX(cp_cons)];
in bnxt_rx_pkt()
1947
&cpr->cp_desc_ring[
CP_RING
(cp_cons)][CP_IDX(cp_cons)];
in bnxt_force_rx_discard()
1952
&cpr->cp_desc_ring[
CP_RING
(cp_cons)][CP_IDX(cp_cons)];
in bnxt_force_rx_discard()
2230
prefetch(&cpr->cp_desc_ring[
CP_RING
(cons)][CP_IDX(cons)]);
in bnxt_msix()
2241
txcmp = &cpr->cp_desc_ring[
CP_RING
(cons)][CP_IDX(cons)];
in bnxt_has_work()
2254
prefetch(&cpr->cp_desc_ring[
CP_RING
(cons)][CP_IDX(cons)]);
in bnxt_inta()
2291
txcmp = &cpr->cp_desc_ring[
CP_RING
(con
in __bnxt_poll_work()
[all...]
H
A
D
bnxt_ethtool.c
3193
&cpr->cp_desc_ring[
CP_RING
(cp_cons)][CP_IDX(cp_cons)];
in bnxt_rx_loopback()
3223
txcmp = &cpr->cp_desc_ring[
CP_RING
(cons)][CP_IDX(cons)];
in bnxt_poll_loopback()
H
A
D
bnxt.h
626
#define
CP_RING
(x) (((x) & ~(CP_DESC_CNT - 1)) >> (BNXT_PAGE_SHIFT - 4))
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
907
&cpr->cp_desc_ring[
CP_RING
(cp_cons)][CP_IDX(cp_cons)];
in bnxt_get_agg()
1208
&cpr->cp_desc_ring[
CP_RING
(last)][CP_IDX(last)];
in bnxt_agg_bufs_valid()
1808
&cpr->cp_desc_ring[
CP_RING
(cp_cons)][CP_IDX(cp_cons)];
in bnxt_rx_pkt()
1820
&cpr->cp_desc_ring[
CP_RING
(cp_cons)][CP_IDX(cp_cons)];
in bnxt_rx_pkt()
2075
&cpr->cp_desc_ring[
CP_RING
(cp_cons)][CP_IDX(cp_cons)];
in bnxt_force_rx_discard()
2080
&cpr->cp_desc_ring[
CP_RING
(cp_cons)][CP_IDX(cp_cons)];
in bnxt_force_rx_discard()
2453
prefetch(&cpr->cp_desc_ring[
CP_RING
(cons)][CP_IDX(cons)]);
in bnxt_msix()
2464
txcmp = &cpr->cp_desc_ring[
CP_RING
(cons)][CP_IDX(cons)];
in bnxt_has_work()
2477
prefetch(&cpr->cp_desc_ring[
CP_RING
(cons)][CP_IDX(cons)]);
in bnxt_inta()
2514
txcmp = &cpr->cp_desc_ring[
CP_RING
(con
in __bnxt_poll_work()
[all...]
H
A
D
bnxt_ethtool.c
3567
&cpr->cp_desc_ring[
CP_RING
(cp_cons)][CP_IDX(cp_cons)];
in bnxt_rx_loopback()
3597
txcmp = &cpr->cp_desc_ring[
CP_RING
(cons)][CP_IDX(cons)];
in bnxt_poll_loopback()
H
A
D
bnxt.h
670
#define
CP_RING
(x) (((x) & ~(CP_DESC_CNT - 1)) >> (BNXT_PAGE_SHIFT - 4))
macro
Completed in 38 milliseconds