Searched refs:create_sglist_from_mbuf (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_sym_reqmgr.c | 269 create_sglist_from_mbuf(struct nitrox_sgtable *sgtbl, struct rte_mbuf *mbuf, in create_sglist_from_mbuf() function 335 err = create_sglist_from_mbuf(&sr->in, op->sym->m_src, in create_cipher_inbuf() 364 err = create_sglist_from_mbuf(&sr->out, m_dst, in create_cipher_outbuf() 468 err = create_sglist_from_mbuf(sgtbl, mbuf, op->sym->auth.data.offset, in create_cipher_auth_sglist() 473 err = create_sglist_from_mbuf(sgtbl, mbuf, op->sym->cipher.data.offset, in create_cipher_auth_sglist() 490 return create_sglist_from_mbuf(sgtbl, mbuf, op->sym->cipher.data.offset, in create_combined_sglist()
|