Searched refs:word_copy (Results 1 – 2 of 2) sorted by relevance
245 word_copy(&p[1], &cl[1], 7); in qbman_swp_enqueue()246 word_copy(&p[8], fd, sizeof(*fd) >> 2); in qbman_swp_enqueue()337 word_copy(&p[1], &cl[1], 3); in qbman_swp_pull()
33 static inline void word_copy(void *d, const void *s, unsigned int cnt) in word_copy() function