Searched refs:DESC_SIZE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ismt/ |
H A D | ismt.c | 142 #define DESC_SIZE (ISMT_DESC_ENTRIES * sizeof(struct ismt_desc)) macro 612 DESC_SIZE, 1, DESC_SIZE, in ismt_attach() 633 sc->desc_dma_map, sc->desc, DESC_SIZE, in ismt_attach()
|
/freebsd/sys/arm/allwinner/ |
H A D | a31_dmac.c | 111 #define DESC_SIZE sizeof(struct a31dmac_desc) macro 226 DESC_SIZE, 1, /* maxsize, nsegs */ in a31dmac_attach() 227 DESC_SIZE, /* maxsegsize */ in a31dmac_attach()
|