Searched refs:qm_fd (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/bus/dpaa/include/ |
| H A D | fsl_qman.h | 126 struct qm_fd { struct 205 static inline u64 qm_fd_addr_get64(const struct qm_fd *fd) in qm_fd_addr_get64() argument 210 static inline dma_addr_t qm_fd_addr(const struct qm_fd *fd) in qm_fd_addr() 218 struct qm_fd *__fd931 = (fd); \ 301 struct qm_fd fd; /* this has alignment 8 */ 315 struct qm_fd fd; /* this has alignment 8 */ 342 struct qm_fd fd; /* this has alignment 8 */ 360 struct qm_fd fd; /* this has alignment 8 */ 1163 typedef uint16_t (*qman_cb_free_mbuf)(const struct qm_fd *fd); 1813 int qman_enqueue(struct qman_fq *fq, const struct qm_fd *fd, u32 flags); [all …]
|
| /dpdk/drivers/net/dpaa/ |
| H A D | dpaa_rxtx.c | 63 static void dpaa_display_frame_info(const struct qm_fd *fd, in dpaa_display_frame_info() 283 struct qm_fd *fd, char *prs_buf) in dpaa_checksum_offload() 338 dpaa_eth_sg_to_mbuf(const struct qm_fd *fd, uint32_t ifid) in dpaa_eth_sg_to_mbuf() 438 dpaa_free_mbuf(const struct qm_fd *fd) in dpaa_free_mbuf() 507 const struct qm_fd *fd; in dpaa_rx_cb_no_prefetch() 562 const struct qm_fd *fd; in dpaa_rx_cb() 699 struct qm_fd *fd; in dpaa_eth_err_queue() 796 struct qm_fd *fd, in dpaa_eth_mbuf_to_sg_fd() 898 struct qm_fd *fd_arr) in tx_on_dpaa_pool_unsegmented() 951 struct qm_fd *fd_arr) in tx_on_dpaa_pool() [all …]
|
| H A D | dpaa_rxtx.h | 282 uint16_t dpaa_free_mbuf(const struct qm_fd *fd);
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec_raw_dp.c | 98 struct qm_fd *fd) in build_dpaa_raw_dp_auth_fd() 230 struct qm_fd *fd) in build_raw_cipher_auth_gcm_sg() 387 struct qm_fd *fd) in build_dpaa_raw_dp_chain_fd() 539 struct qm_fd *fd) in build_dpaa_raw_dp_cipher_fd() 658 struct qm_fd *fd) in build_dpaa_raw_proto_sg() 786 struct qm_fd fds[DPAA_SEC_BURST], *fd; in dpaa_sec_raw_enqueue_burst() 822 memset(fd, 0, sizeof(struct qm_fd)); in dpaa_sec_raw_enqueue_burst() 893 const struct qm_fd *fd; in dpaa_sec_deq_raw()
|
| H A D | dpaa_sec.h | 145 struct qm_fd *fd);
|
| H A D | dpaa_sec.c | 151 const struct qm_fd *fd; in dqrr_out_fq_cb_rx() 823 const struct qm_fd *fd; in dpaa_sec_deq() 1895 struct qm_fd fds[DPAA_SEC_BURST], *fd; in dpaa_sec_enqueue_burst() 3388 const struct qm_fd *fd; in dpaa_sec_process_parallel_event() 3443 const struct qm_fd *fd; in dpaa_sec_process_atomic_event()
|
| /dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | qman.c | 238 static inline void cpu_to_hw_fd(struct qm_fd *fd) in cpu_to_hw_fd() 245 static inline void hw_fd_to_cpu(struct qm_fd *fd) in hw_fd_to_cpu() 808 const struct qm_fd *fd; in qman_ern_poll_free() 2247 const struct qm_fd *fd, in try_p_eq_start() 2289 int qman_enqueue(struct qman_fq *fq, const struct qm_fd *fd, u32 flags) in qman_enqueue() 2305 const struct qm_fd *fd, u32 *flags, in qman_enqueue_multi() 2375 qman_enqueue_multi_fq(struct qman_fq *fq[], const struct qm_fd *fd, in qman_enqueue_multi_fq() 2445 int qman_enqueue_orp(struct qman_fq *fq, const struct qm_fd *fd, u32 flags, in qman_enqueue_orp()
|