Searched refs:bdle (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_hda.c109 /* bp is the no. of bytes transferred in the current bdle */
642 struct hda_bdle *bdle = NULL; local
682 bdle = (struct hda_bdle *)bdl_vaddr;
683 for (i = 0; i < bdl_cnt; i++, bdle++) {
684 bdle_sz = bdle->len;
687 bdle_addrl = bdle->addrl;
688 bdle_addrh = bdle->addrh;
700 bdle_desc->ioc = bdle->ioc;
702 DPRINTF("bdle: 0x%x bdle_sz: 0x%x", i, bdle_sz);
/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdac.c1972 struct hdac_bdle *bdle; local
1982 bdle = (struct hdac_bdle *)sc->streams[ss].bdl.dma_vaddr;
1983 for (i = 0; i < blkcnt; i++, bdle++) {
1984 bdle->addrl = htole32((uint32_t)addr);
1985 bdle->addrh = htole32((uint32_t)(addr >> 32));
1986 bdle->len = htole32(blksz);
1987 bdle->ioc = htole32(1);

Completed in 144 milliseconds