copy_to_txd
static inline void copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to,
copy_to_txd(eq, (void *)&txinfo->sgl, &dst, txinfo->nflits * 8);
copy_to_txd(eq, (void *)m->b_rptr, &dst, MBLKL(m));
copy_to_txd(&txq->eq, (void *)&txinfo->sgl, &dst, txinfo->nflits * 8);