Searched refs:copy_to_txd (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 147 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)); in t4_wrq_tx_locked() 2673 copy_to_txd(eq, (void *)&txinfo->sgl, &dst, txinfo->nflits * 8); in write_txpkt_wr() 2686 copy_to_txd(eq, (void *)m->b_rptr, &dst, MBLKL(m)); in write_txpkt_wr() 2763 copy_to_txd(&txq->eq, (void *)&txinfo->sgl, &dst, txinfo->nflits * 8); in write_ulp_cpl_sgl() 2784 copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, int len) in copy_to_txd() function
|