HomeSort by: relevance | last modified time | path
    Searched refs:hpc_dma_desc (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sgimips/hpc/
sqvar.h 61 struct hpc_dma_desc rx_desc[SQ_NRXDESC];
64 struct hpc_dma_desc tx_desc[SQ_NTXDESC];
171 SQ_CDTXOFF(__x), sizeof(struct hpc_dma_desc) *
179 SQ_CDTXOFF(__x), sizeof(struct hpc_dma_desc) * __n, (ops));
184 SQ_CDRXOFF((x)), sizeof(struct hpc_dma_desc), (ops))
189 struct hpc_dma_desc* __rxd = &(sc)->sc_rxdesc[(x)];
hpcdma.h 56 struct hpc_dma_desc *sc_desc_kva; /* Virtual address */
haltwovar.h 56 struct hpc_dma_desc *dma_descs;
hpcdma.c 83 allocsz = sizeof(struct hpc_dma_desc) * (ndesc + 1);
120 struct hpc_dma_desc *hva;
138 hpa += sizeof(struct hpc_dma_desc); /* next chain desc */
171 0, sizeof(struct hpc_dma_desc) * (dmamap->dm_nsegs + 1),
haltwo.c 167 allocsz = sizeof(struct hpc_dma_desc) * HALTWO_MAX_DMASEGS;
214 struct hpc_dma_desc *descp;
243 sizeof(struct hpc_dma_desc) * (i + 1);
hpcreg.h 45 struct hpc_dma_desc { struct

Completed in 13 milliseconds