Searched refs:qm_fd_set_param (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/soc/fsl/
H A Dqman.h159 static inline void qm_fd_set_param(struct qm_fd *fd, enum qm_fd_format fmt, function
167 qm_fd_set_param(fd, qm_fd_contig, off, len)
168 #define qm_fd_set_sg(fd, off, len) qm_fd_set_param(fd, qm_fd_sg, off, len)
170 qm_fd_set_param(fd, qm_fd_contig_big, 0, len)
171 #define qm_fd_set_sg_big(fd, len) qm_fd_set_param(fd, qm_fd_sg_big, 0, len)
172 #define qm_fd_set_compound(fd, len) qm_fd_set_param(fd, qm_fd_compound, 0, len)
/linux-master/drivers/soc/fsl/qbman/
H A Dqman_test_api.c88 qm_fd_set_param(fd, fmt, off, len);

Completed in 170 milliseconds