OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txp_cmd_desc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_txp.c
1100
if (txp_dma_malloc(sc, sizeof(struct
txp_cmd_desc
) * CMD_ENTRIES,
1106
sizeof(struct
txp_cmd_desc
) * CMD_ENTRIES);
1109
boot->br_cmd_siz = htole32(CMD_ENTRIES * sizeof(struct
txp_cmd_desc
));
1110
sc->sc_cmdring.base = (struct
txp_cmd_desc
*)sc->sc_cmdring_dma.dma_vaddr;
1111
sc->sc_cmdring.size = CMD_ENTRIES * sizeof(struct
txp_cmd_desc
);
1646
struct
txp_cmd_desc
*cmd;
1657
cmd = (struct
txp_cmd_desc
*)(((uint8_t *)sc->sc_cmdring.base) + idx);
1670
idx += sizeof(struct
txp_cmd_desc
);
1678
idx += sizeof(struct
txp_cmd_desc
);
1801
nfree = le32toh(br->br_cmd_siz) - sizeof(struct
txp_cmd_desc
);
[
all
...]
if_txpreg.h
323
struct
txp_cmd_desc
{
struct
539
struct
txp_cmd_desc
*base;
Completed in 14 milliseconds
Indexes created Mon Oct 13 01:09:56 GMT 2025