Home
last modified time | relevance | path

Searched refs:sec_buf (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/dev/txp/
H A Dif_txp.c715 uint8_t *sec_buf; in txp_download_fw_section() local
744 sec_buf = NULL; in txp_download_fw_section()
748 0, &sec_map, (void **)&sec_buf, le32toh(sect->nbytes), &sec_paddr); in txp_download_fw_section()
752 bcopy(((uint8_t *)sect) + sizeof(*sect), sec_buf, in txp_download_fw_section()
761 m.m_data = sec_buf; in txp_download_fw_section()
795 txp_dma_free(sc, &sec_tag, sec_map, (void **)&sec_buf, &sec_paddr); in txp_download_fw_section()