Home
last modified time | relevance | path

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

/dpdk/lib/cryptodev/
H A Drte_crypto_sym.h41 uint32_t tot_len; member
970 vec[0].tot_len = mb->buf_len - rte_pktmbuf_headroom(mb) - ofs; in rte_crypto_mbuf_to_vec()
986 vec[i].tot_len = mb->buf_len - rte_pktmbuf_headroom(mb) - ofs; in rte_crypto_mbuf_to_vec()
/dpdk/drivers/net/thunderx/base/
H A Dnicvf_mbox.c245 size_t tot_len = rss->rss_size; in nicvf_mbox_config_rss() local
255 while (cur_idx < tot_len) { in nicvf_mbox_config_rss()
256 cur_len = nicvf_min(tot_len - cur_idx, in nicvf_mbox_config_rss()
H A Dnicvf_hw_defs.h974 uint64_t tot_len:20; /* W0 */ member
983 uint64_t tot_len:20;
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec_raw_dp.c706 sg->length = dest_sgl->vec[i - 1].tot_len; in build_dpaa_raw_proto_sg()
724 sg->length = sgl->vec[i - 1].tot_len; in build_dpaa_raw_proto_sg()
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_raw_dp.c516 sge->length = dest_sgl->vec[i - 1].tot_len; in build_raw_dp_proto_fd()
532 sge->length = sgl->vec[i - 1].tot_len; in build_raw_dp_proto_fd()
/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h113 unsigned int tot_len; /* total length of fragments */ member
/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c3573 uint32_t tot_len = 0; in hns3_pkt_need_linearized() local
3589 tot_len += m_last->data_len; in hns3_pkt_need_linearized()
3598 if (tot_len + m_last->data_len < tx_pkts->tso_segsz + hdr_len) in hns3_pkt_need_linearized()
3606 tot_len -= m_first->data_len; in hns3_pkt_need_linearized()
3607 tot_len += m_last->data_len; in hns3_pkt_need_linearized()
3609 if (tot_len < tx_pkts->tso_segsz) in hns3_pkt_need_linearized()
/dpdk/drivers/net/thunderx/
H A Dnicvf_rxtx.c40 sqe.hdr.tot_len = pkt->pkt_len; in fill_sq_desc_header()
/dpdk/doc/guides/rel_notes/
H A Drelease_21_11.rst522 * cryptodev: The structure ``rte_crypto_vec`` was updated to add ``tot_len``