Home
last modified time | relevance | path

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

/dpdk/drivers/net/dpaa/
H A Ddpaa_rxtx.c979 struct rte_mbuf *temp_mbuf; in reallocate_mbuf() local
997 temp_mbuf = mbuf; in reallocate_mbuf()
999 while (temp_mbuf) { in reallocate_mbuf()
1002 bytes_to_copy = temp_mbuf->data_len - offset1; in reallocate_mbuf()
1005 } else if ((temp_mbuf->data_len - offset1) > in reallocate_mbuf()
1025 temp_mbuf = temp_mbuf->next; in reallocate_mbuf()
1035 temp_mbuf = temp_mbuf->next; in reallocate_mbuf()
1130 struct rte_mbuf *temp_mbuf; in dpaa_eth_queue_tx() local
1132 temp_mbuf = reallocate_mbuf(q, mbuf); in dpaa_eth_queue_tx()
1133 if (!temp_mbuf) { in dpaa_eth_queue_tx()
[all …]
/dpdk/app/test/
H A Dtest_cryptodev.c8561 struct rte_mbuf *temp_mbuf; in test_pdcp_proto_SGL() local
8754 temp_mbuf = ut_params->op->sym->m_src; in test_pdcp_proto_SGL()
8757 while (temp_mbuf) { in test_pdcp_proto_SGL()
8759 += temp_mbuf->pkt_len; in test_pdcp_proto_SGL()
8761 += temp_mbuf->pkt_len; in test_pdcp_proto_SGL()
8762 temp_mbuf = temp_mbuf->next; in test_pdcp_proto_SGL()