OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RGE_RX_LIST_CNT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_rge.c
1130
for (i = 0; i <
RGE_RX_LIST_CNT
; i++) {
1155
if (idx ==
RGE_RX_LIST_CNT
- 1)
1213
for (i = 0; i <
RGE_RX_LIST_CNT
; i++) {
1233
for (i = 0; i <
RGE_RX_LIST_CNT
; i++) {
if_rgereg.h
188
#define
RGE_RX_LIST_CNT
1024
191
#define RGE_RX_LIST_SZ (sizeof(struct rge_rx_desc) *
RGE_RX_LIST_CNT
)
193
#define RGE_NEXT_RX_DESC(x) (((x) + 1) %
RGE_RX_LIST_CNT
)
307
struct rge_rxq rge_rxq[
RGE_RX_LIST_CNT
];
Completed in 75 milliseconds
Indexes created Tue Oct 21 07:10:13 GMT 2025