Home
last modified time | relevance | path

Searched refs:copy_to_txd (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c148 static inline void copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to,
2745 copy_to_txd(eq, (void *)&txinfo->sgl, &dst, txinfo->nflits * 8); in write_txpkt_wr()
2758 copy_to_txd(eq, (void *)m->b_rptr, &dst, MBLKL(m)); in write_txpkt_wr()
2843 copy_to_txd(&txq->eq, (void *)&txinfo->sgl, &dst, txinfo->nflits * 8); in write_ulp_cpl_sgl()
2864 copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, int len) in copy_to_txd() function