OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENET_TX_RING_CNT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/imx/
if_enetvar.h
38
#define
ENET_TX_RING_CNT
256
76
struct enet_txdesc *sc_txdesc_ring; /* [
ENET_TX_RING_CNT
] */
80
struct enet_txsoft sc_txsoft[
ENET_TX_RING_CNT
];
if_enet.c
96
(((idx) >= (
ENET_TX_RING_CNT
- 1)) ? 0 : ((idx) + 1))
238
IFQ_SET_MAXLEN(&ifp->if_snd, uimax(
ENET_TX_RING_CNT
, IFQ_MAXLEN));
507
if (sc->sc_tx_free ==
ENET_TX_RING_CNT
)
1202
for (i = 0; i <
ENET_TX_RING_CNT
; i++) {
1204
((i == (
ENET_TX_RING_CNT
- 1)) ? TXFLAGS1_W : 0);
1216
sc->sc_tx_free =
ENET_TX_RING_CNT
;
1359
for (i = 0; i <
ENET_TX_RING_CNT
; i++) {
1387
if (enet_alloc_dma(sc, sizeof(struct enet_txdesc) *
ENET_TX_RING_CNT
,
1391
sizeof(struct enet_txdesc) *
ENET_TX_RING_CNT
);
1408
for (i = 0; i <
ENET_TX_RING_CNT
; i++)
[
all
...]
Completed in 43 milliseconds
Indexes created Tue Oct 28 09:09:52 GMT 2025