Searched refs:tot_len (Results 1 – 9 of 9) sorted by relevance
41 uint32_t tot_len; member970 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()
245 size_t tot_len = rss->rss_size; in nicvf_mbox_config_rss() local255 while (cur_idx < tot_len) { in nicvf_mbox_config_rss()256 cur_len = nicvf_min(tot_len - cur_idx, in nicvf_mbox_config_rss()
974 uint64_t tot_len:20; /* W0 */ member983 uint64_t tot_len:20;
706 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()
516 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()
113 unsigned int tot_len; /* total length of fragments */ member
3573 uint32_t tot_len = 0; in hns3_pkt_need_linearized() local3589 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()
40 sqe.hdr.tot_len = pkt->pkt_len; in fill_sq_desc_header()
522 * cryptodev: The structure ``rte_crypto_vec`` was updated to add ``tot_len``