Searched refs:copy_to_txd (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/sys/dev/cxgbe/ |
| D | t4_sge.c | 245 static inline void copy_to_txd(struct sge_eq *, caddr_t, caddr_t *, int); 4375 copy_to_txd(eq, mtod(m, caddr_t), &dst, m->m_len); in write_txpkt_wr() 4653 copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, int len) in copy_to_txd() function
|