OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txp_rx_desc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_txp.c
712
struct
txp_rx_desc
*rxd;
722
idx = roff / sizeof(struct
txp_rx_desc
);
728
idx * sizeof(struct
txp_rx_desc
),
729
sizeof(struct
txp_rx_desc
), BUS_DMASYNC_POSTREAD);
807
idx * sizeof(struct
txp_rx_desc
),
808
sizeof(struct
txp_rx_desc
), BUS_DMASYNC_PREREAD);
810
roff += sizeof(struct
txp_rx_desc
);
811
if (roff == (RX_ENTRIES * sizeof(struct
txp_rx_desc
))) {
1060
if (txp_dma_malloc(sc, sizeof(struct
txp_rx_desc
) * RX_ENTRIES,
1066
sizeof(struct
txp_rx_desc
) * RX_ENTRIES)
[
all
...]
if_txpreg.h
256
struct
txp_rx_desc
{
struct
268
/*
txp_rx_desc
.rx_flags */
281
/*
txp_rx_desc
.rx_stat (if rx_flags & RX_FLAGS_ERROR bit set) */
291
/*
txp_rx_desc
.rx_stat (if rx_flags & RX_FLAGS_ERROR not bit set) */
565
struct
txp_rx_desc
*r_desc; /* base address of descs */
Completed in 36 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025