copy_to_txd
copy_to_txd(&txq->eq, (caddr_t)eh, &out, m->m_pkthdr.l2hlen);
copy_to_txd(&txq->eq, (caddr_t)&newip, &out, sizeof(newip));
copy_to_txd(&txq->eq, (caddr_t)(ip + 1), &out,
copy_to_txd(&txq->eq, (caddr_t)&newip6, &out, sizeof(newip6));
copy_to_txd(&txq->eq, (caddr_t)&newtcp, &out, sizeof(newtcp));
copy_to_txd(&txq->eq, (caddr_t)(tcp + 1), &out, pktlen -
copy_to_txd(&txq->eq, (caddr_t)eh, &out, m->m_pkthdr.l2hlen);
copy_to_txd(&txq->eq, (caddr_t)&newip, &out, sizeof(newip));
copy_to_txd(&txq->eq, (caddr_t)(ip + 1), &out,
copy_to_txd(&txq->eq, (caddr_t)&newip6, &out, sizeof(newip6));
copy_to_txd(&txq->eq, (caddr_t)&newtcp, &out, sizeof(newtcp));
copy_to_txd(&txq->eq, (caddr_t)(tcp + 1), &out, m->m_len -
copy_to_txd(&txq->eq, (char *)m_tls->m_epg_hdr +
copy_to_txd(eq, txq->ss, &out, wr_len);
copy_to_txd(eq, txq->ss, &out, wr_len);
copy_to_txd(&txq->eq, (caddr_t)eh, &out, m->m_pkthdr.l2hlen);
copy_to_txd(&txq->eq, (caddr_t)&newip, &out, sizeof(newip));
copy_to_txd(&txq->eq, (caddr_t)(ip + 1), &out,
copy_to_txd(&txq->eq, (caddr_t)&newip6, &out, sizeof(newip6));
copy_to_txd(&txq->eq, (caddr_t)&newtcp, &out, sizeof(newtcp));
copy_to_txd(&txq->eq, (caddr_t)(tcp + 1), &out, m->m_len -
copy_to_txd(&txq->eq, (caddr_t)eh, &out, m->m_pkthdr.l2hlen);
copy_to_txd(&txq->eq, (caddr_t)&newip, &out, sizeof(newip));
copy_to_txd(&txq->eq, (caddr_t)(ip + 1), &out,
copy_to_txd(&txq->eq, (caddr_t)&newip6, &out, sizeof(newip6));
copy_to_txd(&txq->eq, (caddr_t)&newtcp, &out, sizeof(newtcp));
copy_to_txd(&txq->eq, (caddr_t)(tcp + 1), &out, m->m_len -
copy_to_txd(&txq->eq, src, &out, len);
copy_to_txd(eq, txq->ss, &out, wr_len);
static inline void copy_to_txd(struct sge_eq *, caddr_t, caddr_t *, int);
copy_to_txd(eq, mtod(m, caddr_t), &dst, m->m_len);
copy_to_txd(eq, mtod(m, caddr_t), &dst, m->m_len);