Searched defs:copy_to_txd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c147 static inline void copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to,
869 copy_to_txd(eq, (void *)m->b_rptr, &dst, MBLKL(m));
2673 copy_to_txd(eq, (void *)&txinfo->sgl, &dst, txinfo->nflits * 8);
2686 copy_to_txd(eq, (void *)m->b_rptr, &dst, MBLKL(m));
2763 copy_to_txd(&txq->eq, (void *)&txinfo->sgl, &dst, txinfo->nflits * 8);
2784 copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, int len) function

Completed in 69 milliseconds