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:BCM_PAGE_SIZE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x.h
393
#define
BCM_PAGE_SIZE
(1 << BCM_PAGE_SHIFT)
macro
394
#define BCM_PAGE_MASK (~(
BCM_PAGE_SIZE
- 1))
395
#define BCM_PAGE_ALIGN(addr) (((addr) +
BCM_PAGE_SIZE
- 1) & BCM_PAGE_MASK)
409
#define RX_SGE_CNT (
BCM_PAGE_SIZE
/ sizeof(struct eth_rx_sge))
650
#define TX_DESC_CNT (
BCM_PAGE_SIZE
/ sizeof(union eth_tx_bd_types))
682
#define RX_DESC_CNT (
BCM_PAGE_SIZE
/ sizeof(struct eth_rx_bd))
726
#define RCQ_DESC_CNT (
BCM_PAGE_SIZE
/ sizeof(union eth_rx_cqe))
1223
#define EQ_DESC_CNT_PAGE (
BCM_PAGE_SIZE
/ sizeof(union event_ring_elem))
2240
#define SP_DESC_CNT (
BCM_PAGE_SIZE
/ sizeof(struct eth_spe))
H
A
D
bnx2x_cmn.h
1037
BCM_PAGE_SIZE
*(i % NUM_RX_RINGS)));
in bnx2x_set_next_page_rx_bd()
1040
BCM_PAGE_SIZE
*(i % NUM_RX_RINGS)));
in bnx2x_set_next_page_rx_bd()
H
A
D
bnx2x_cmn.c
1349
BCM_PAGE_SIZE
*(i % NUM_RX_SGE_PAGES)));
in bnx2x_set_next_page_sgl()
1353
BCM_PAGE_SIZE
*(i % NUM_RX_SGE_PAGES)));
in bnx2x_set_next_page_sgl()
4398
BCM_PAGE_SIZE
* NUM_RX_SGE_PAGES);
in bnx2x_free_fp_mem_at()
4499
BCM_PAGE_SIZE
*(i % NUM_RCQ_RINGS)));
in bnx2x_set_next_page_rx_cq()
4502
BCM_PAGE_SIZE
*(i % NUM_RCQ_RINGS)));
in bnx2x_set_next_page_rx_cq()
4615
BCM_PAGE_SIZE
* NUM_RX_SGE_PAGES);
in bnx2x_alloc_fp_mem_at()
H
A
D
bnx2x_vfpf.c
635
req->rxq.rcq_np_addr = fp->rx_comp_mapping +
BCM_PAGE_SIZE
;
in bnx2x_vfpf_setup_q()
643
req->rxq.sge_buf_sz =
BCM_PAGE_SIZE
* PAGES_PER_SGE;
in bnx2x_vfpf_setup_q()
H
A
D
bnx2x_main.c
3243
rxq_init->rcq_np_map = fp->rx_comp_mapping +
BCM_PAGE_SIZE
;
in bnx2x_pf_rx_q_prep()
6149
BCM_PAGE_SIZE
* (i % NUM_EQ_PAGES)));
in bnx2x_init_eq_ring()
6152
BCM_PAGE_SIZE
*(i % NUM_EQ_PAGES)));
in bnx2x_init_eq_ring()
6429
BCM_PAGE_SIZE
*(i % NUM_TX_RINGS)));
in bnx2x_init_tx_ring_one()
6432
BCM_PAGE_SIZE
*(i % NUM_TX_RINGS)));
in bnx2x_init_tx_ring_one()
8306
BNX2X_PCI_FREE(bp->spq, bp->spq_mapping,
BCM_PAGE_SIZE
);
in bnx2x_free_mem()
8309
BCM_PAGE_SIZE
* NUM_EQ_PAGES);
in bnx2x_free_mem()
8410
bp->spq = BNX2X_PCI_ALLOC(&bp->spq_mapping,
BCM_PAGE_SIZE
);
in bnx2x_alloc_mem()
8416
BCM_PAGE_SIZE
* NUM_EQ_PAGES);
in bnx2x_alloc_mem()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x.h
393
#define
BCM_PAGE_SIZE
(1 << BCM_PAGE_SHIFT)
macro
394
#define BCM_PAGE_MASK (~(
BCM_PAGE_SIZE
- 1))
395
#define BCM_PAGE_ALIGN(addr) (((addr) +
BCM_PAGE_SIZE
- 1) & BCM_PAGE_MASK)
409
#define RX_SGE_CNT (
BCM_PAGE_SIZE
/ sizeof(struct eth_rx_sge))
650
#define TX_DESC_CNT (
BCM_PAGE_SIZE
/ sizeof(union eth_tx_bd_types))
682
#define RX_DESC_CNT (
BCM_PAGE_SIZE
/ sizeof(struct eth_rx_bd))
726
#define RCQ_DESC_CNT (
BCM_PAGE_SIZE
/ sizeof(union eth_rx_cqe))
1223
#define EQ_DESC_CNT_PAGE (
BCM_PAGE_SIZE
/ sizeof(union event_ring_elem))
2241
#define SP_DESC_CNT (
BCM_PAGE_SIZE
/ sizeof(struct eth_spe))
H
A
D
bnx2x_cmn.h
1037
BCM_PAGE_SIZE
*(i % NUM_RX_RINGS)));
in bnx2x_set_next_page_rx_bd()
1040
BCM_PAGE_SIZE
*(i % NUM_RX_RINGS)));
in bnx2x_set_next_page_rx_bd()
H
A
D
bnx2x_cmn.c
1360
BCM_PAGE_SIZE
*(i % NUM_RX_SGE_PAGES)));
in bnx2x_set_next_page_sgl()
1364
BCM_PAGE_SIZE
*(i % NUM_RX_SGE_PAGES)));
in bnx2x_set_next_page_sgl()
4409
BCM_PAGE_SIZE
* NUM_RX_SGE_PAGES);
in bnx2x_free_fp_mem_at()
4510
BCM_PAGE_SIZE
*(i % NUM_RCQ_RINGS)));
in bnx2x_set_next_page_rx_cq()
4513
BCM_PAGE_SIZE
*(i % NUM_RCQ_RINGS)));
in bnx2x_set_next_page_rx_cq()
4626
BCM_PAGE_SIZE
* NUM_RX_SGE_PAGES);
in bnx2x_alloc_fp_mem_at()
H
A
D
bnx2x_vfpf.c
637
req->rxq.rcq_np_addr = fp->rx_comp_mapping +
BCM_PAGE_SIZE
;
in bnx2x_vfpf_setup_q()
645
req->rxq.sge_buf_sz =
BCM_PAGE_SIZE
* PAGES_PER_SGE;
in bnx2x_vfpf_setup_q()
H
A
D
bnx2x_main.c
3241
rxq_init->rcq_np_map = fp->rx_comp_mapping +
BCM_PAGE_SIZE
;
in bnx2x_pf_rx_q_prep()
6147
BCM_PAGE_SIZE
* (i % NUM_EQ_PAGES)));
in bnx2x_init_eq_ring()
6150
BCM_PAGE_SIZE
*(i % NUM_EQ_PAGES)));
in bnx2x_init_eq_ring()
6427
BCM_PAGE_SIZE
*(i % NUM_TX_RINGS)));
in bnx2x_init_tx_ring_one()
6430
BCM_PAGE_SIZE
*(i % NUM_TX_RINGS)));
in bnx2x_init_tx_ring_one()
8304
BNX2X_PCI_FREE(bp->spq, bp->spq_mapping,
BCM_PAGE_SIZE
);
in bnx2x_free_mem()
8307
BCM_PAGE_SIZE
* NUM_EQ_PAGES);
in bnx2x_free_mem()
8408
bp->spq = BNX2X_PCI_ALLOC(&bp->spq_mapping,
BCM_PAGE_SIZE
);
in bnx2x_alloc_mem()
8414
BCM_PAGE_SIZE
* NUM_EQ_PAGES);
in bnx2x_alloc_mem()
Completed in 59 milliseconds