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