Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qat/
H A Dqat.c1345 struct flat_buffer_desc *flatbuf; in qat_crypto_populate_buf_list() local
1366 flatbuf = &buffers->flat_bufs[oseg++]; in qat_crypto_populate_buf_list()
1367 flatbuf->data_len_in_bytes = (uint32_t)len; in qat_crypto_populate_buf_list()
1368 flatbuf->phy_buffer = (uint64_t)addr; in qat_crypto_populate_buf_list()