Home
last modified time | relevance | path

Searched refs:qm_fd_get_format (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/soc/fsl/qbman/
H A Dqman_test_api.c84 fmt = qm_fd_get_format(fd); in fd_inc()
98 neq |= qm_fd_get_format(a) != qm_fd_get_format(b); in fd_neq()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth_trace.h56 __entry->fd_format = qm_fd_get_format(fd);
H A Ddpaa_eth.c1407 if (qm_fd_get_format(fd) == qm_fd_sg) { in dpaa_fd_release()
1690 if (unlikely(qm_fd_get_format(fd) == qm_fd_sg)) { in dpaa_cleanup_tx_fd()
1743 if (qm_fd_get_format(fd) == qm_fd_sg) in dpaa_cleanup_tx_fd()
2700 fd_format = qm_fd_get_format(fd); in rx_default_dqrr()
/openbmc/linux/drivers/crypto/caam/
H A Dqi.c161 if (qm_fd_get_format(fd) != qm_fd_compound) { in caam_fq_ern_cb()
606 if (unlikely(qm_fd_get_format(fd) != qm_fd_compound)) { in caam_rsp_fq_dqrr_cb()
/openbmc/linux/include/soc/fsl/
H A Dqman.h139 static inline enum qm_fd_format qm_fd_get_format(const struct qm_fd *fd) in qm_fd_get_format() function