OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TX_ENTRIES
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_txp.c
328
IFQ_SET_MAXLEN(&ifp->if_snd,
TX_ENTRIES
);
703
KASSERT(sd >= &sc->sc_txd[0] && sd < &sc->sc_txd[
TX_ENTRIES
]);
927
KASSERT(txd->tx_addrlo <
TX_ENTRIES
);
944
if (++cons ==
TX_ENTRIES
) {
1010
if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) *
TX_ENTRIES
,
1016
sizeof(struct txp_tx_desc) *
TX_ENTRIES
);
1021
boot->br_txhipri_siz = htole32(
TX_ENTRIES
* sizeof(struct txp_tx_desc));
1027
for (i = 0; i <
TX_ENTRIES
; i++) {
1041
if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) *
TX_ENTRIES
,
1047
sizeof(struct txp_tx_desc) *
TX_ENTRIES
);
[
all
...]
if_txpreg.h
505
#define
TX_ENTRIES
256
580
struct txp_swdesc sc_txd[
TX_ENTRIES
];
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025