OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txp_tx_desc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_txp.c
912
struct
txp_tx_desc
*txd = r->r_desc + cons;
921
cons * sizeof(struct
txp_tx_desc
),
922
sizeof(struct
txp_tx_desc
),
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
));
1024
(struct
txp_tx_desc
*)sc->sc_txhiring_dma.dma_vaddr;
1041
if (txp_dma_malloc(sc, sizeof(struct
txp_tx_desc
) * TX_ENTRIES,
1047
sizeof(struct
txp_tx_desc
) * TX_ENTRIES);
1052
boot->br_txlopri_siz = htole32(TX_ENTRIES * sizeof(struct
txp_tx_desc
));
[
all
...]
if_txpreg.h
225
struct
txp_tx_desc
{
struct
551
struct
txp_tx_desc
*r_desc; /* base address of descs */
Completed in 15 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025