OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ET_TX_NDESC
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_etreg.h
346
#define
ET_TX_NDESC
512
351
#define ET_TX_RING_SIZE (
ET_TX_NDESC
* sizeof(struct et_txdesc))
465
struct et_txbuf tbd_buf[
ET_TX_NDESC
];
if_et.c
260
IFQ_SET_MAXLEN(&ifp->if_snd,
ET_TX_NDESC
);
824
et_dma_mbuf_destroy(sc,
ET_TX_NDESC
, rx_done);
872
for (i = 0; i <
ET_TX_NDESC
; ++i) {
1170
if ((tbd->tbd_used + ET_NSEG_SPARE) >
ET_TX_NDESC
) {
1234
for (i = 0; i <
ET_TX_NDESC
; ++i) {
1529
CSR_WRITE_4(sc, ET_TX_RING_CNT,
ET_TX_NDESC
- 1);
1839
maxsegs =
ET_TX_NDESC
- tbd->tbd_used;
1845
KASSERT(tx_ring->tr_ready_index <
ET_TX_NDESC
);
1916
idx = (first_idx + i) %
ET_TX_NDESC
;
1928
KASSERT(tx_ring->tr_ready_index <
ET_TX_NDESC
);
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025