Searched refs:temp_mbuf (Results 1 – 1 of 1) sorted by relevance
973 struct rte_mbuf *temp_mbuf; in reallocate_mbuf() local991 temp_mbuf = mbuf; in reallocate_mbuf()993 while (temp_mbuf) { in reallocate_mbuf()996 bytes_to_copy = temp_mbuf->data_len - offset1; in reallocate_mbuf()999 } else if ((temp_mbuf->data_len - offset1) > in reallocate_mbuf()1019 temp_mbuf = temp_mbuf->next; in reallocate_mbuf()1029 temp_mbuf = temp_mbuf->next; in reallocate_mbuf()1118 struct rte_mbuf *temp_mbuf; in dpaa_eth_queue_tx() local1120 temp_mbuf = reallocate_mbuf(q, mbuf); in dpaa_eth_queue_tx()1121 if (!temp_mbuf) { in dpaa_eth_queue_tx()[all …]