Lines Matching defs:copy_to_txd
1085 copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, int len)
1153 copy_to_txd(&txq->eq, (caddr_t)eh, &out, m->m_pkthdr.l2hlen);
1160 copy_to_txd(&txq->eq, (caddr_t)&newip, &out, sizeof(newip));
1162 copy_to_txd(&txq->eq, (caddr_t)(ip + 1), &out,
1171 copy_to_txd(&txq->eq, (caddr_t)&newip6, &out, sizeof(newip6));
1184 copy_to_txd(&txq->eq, (caddr_t)&newtcp, &out, sizeof(newtcp));
1187 copy_to_txd(&txq->eq, (caddr_t)(tcp + 1), &out, pktlen -
1253 copy_to_txd(&txq->eq, (caddr_t)eh, &out, m->m_pkthdr.l2hlen);
1260 copy_to_txd(&txq->eq, (caddr_t)&newip, &out, sizeof(newip));
1262 copy_to_txd(&txq->eq, (caddr_t)(ip + 1), &out,
1271 copy_to_txd(&txq->eq, (caddr_t)&newip6, &out, sizeof(newip6));
1284 copy_to_txd(&txq->eq, (caddr_t)&newtcp, &out, sizeof(newtcp));
1287 copy_to_txd(&txq->eq, (caddr_t)(tcp + 1), &out, m->m_len -
1291 copy_to_txd(&txq->eq, (char *)m_tls->m_epg_hdr +
1586 copy_to_txd(eq, txq->ss, &out, wr_len);
1824 copy_to_txd(eq, txq->ss, &out, wr_len);
1895 copy_to_txd(&txq->eq, (caddr_t)eh, &out, m->m_pkthdr.l2hlen);
1902 copy_to_txd(&txq->eq, (caddr_t)&newip, &out, sizeof(newip));
1904 copy_to_txd(&txq->eq, (caddr_t)(ip + 1), &out,
1913 copy_to_txd(&txq->eq, (caddr_t)&newip6, &out, sizeof(newip6));
1926 copy_to_txd(&txq->eq, (caddr_t)&newtcp, &out, sizeof(newtcp));
1929 copy_to_txd(&txq->eq, (caddr_t)(tcp + 1), &out, m->m_len -