Home
last modified time | relevance | path

Searched refs:qbman_swp (Results 1 – 15 of 15) sorted by relevance

/f-stack/dpdk/drivers/bus/fslmc/qbman/include/
H A Dfsl_qbman_portal.h51 int qbman_swp_update(struct qbman_swp *p, int stash_off);
59 void qbman_swp_finish(struct qbman_swp *p);
68 void qbman_swp_invalidate(struct qbman_swp *p);
102 uint32_t qbman_swp_interrupt_get_vanish(struct qbman_swp *p);
184 int qbman_swp_interrupt_get_inhibit(struct qbman_swp *p);
446 void qbman_swp_prefetch_dqrr_next(struct qbman_swp *s);
509 int qbman_result_has_new_result(struct qbman_swp *s,
1088 int qbman_swp_enqueue_multiple(struct qbman_swp *s,
1106 int qbman_swp_enqueue_multiple_fd(struct qbman_swp *s,
1123 int qbman_swp_enqueue_multiple_desc(struct qbman_swp *s,
[all …]
H A Dfsl_qbman_debug.h10 struct qbman_swp;
33 int qbman_fq_query_state(struct qbman_swp *s, uint32_t fqid,
H A Dfsl_qbman_base.h77 struct qbman_swp;
/f-stack/dpdk/drivers/bus/fslmc/qbman/
H A Dqbman_portal.h43 struct qbman_swp { struct
120 void *qbman_swp_mc_start(struct qbman_swp *p); argument
121 void qbman_swp_mc_submit(struct qbman_swp *p, void *cmd, uint8_t cmd_verb);
122 void qbman_swp_mc_submit_cinh(struct qbman_swp *p, void *cmd, uint8_t cmd_verb);
123 void *qbman_swp_mc_result(struct qbman_swp *p);
124 void *qbman_swp_mc_result_cinh(struct qbman_swp *p);
127 static inline void *qbman_swp_mc_complete(struct qbman_swp *swp, void *cmd, in qbman_swp_mc_complete()
141 static inline void *qbman_swp_mc_complete_cinh(struct qbman_swp *swp, void *cmd, in qbman_swp_mc_complete_cinh()
H A Dqbman_portal.c253 struct qbman_swp *p = malloc(sizeof(*p)); in qbman_swp_init()
258 memset(p, 0, sizeof(struct qbman_swp)); in qbman_swp_init()
839 struct qbman_swp *s, in qbman_swp_enqueue_ring_mode_cinh_read_direct()
877 struct qbman_swp *s, in qbman_swp_enqueue_ring_mode_cinh_direct()
1041 struct qbman_swp *s, in qbman_swp_enqueue_multiple_cinh_read_direct()
1111 struct qbman_swp *s, in qbman_swp_enqueue_multiple_cinh_direct()
1309 struct qbman_swp *s, in qbman_swp_enqueue_multiple_fd_cinh_read_direct()
1379 struct qbman_swp *s, in qbman_swp_enqueue_multiple_fd_cinh_direct()
1578 struct qbman_swp *s, in qbman_swp_enqueue_multiple_desc_cinh_read_direct()
1643 struct qbman_swp *s, in qbman_swp_enqueue_multiple_desc_cinh_direct()
[all …]
H A Dqbman_debug.c26 int qbman_fq_query_state(struct qbman_swp *s, uint32_t fqid, in qbman_fq_query_state()
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.h207 void dpaa2_dev_process_parallel_event(struct qbman_swp *swp,
212 void dpaa2_dev_process_atomic_event(struct qbman_swp *swp,
217 void dpaa2_dev_process_ordered_event(struct qbman_swp *swp,
H A Ddpaa2_rxtx.c528 struct qbman_swp *swp; in dpaa2_dev_prefetch_rx()
679 dpaa2_dev_process_parallel_event(struct qbman_swp *swp, in dpaa2_dev_process_parallel_event()
702 dpaa2_dev_process_atomic_event(struct qbman_swp *swp __rte_unused, in dpaa2_dev_process_atomic_event()
731 dpaa2_dev_process_ordered_event(struct qbman_swp *swp, in dpaa2_dev_process_ordered_event()
766 struct qbman_swp *swp; in dpaa2_dev_rx()
881 struct qbman_swp *swp; in dpaa2_dev_tx_conf()
1027 struct qbman_swp *swp; in dpaa2_dev_tx()
1290 struct qbman_swp *swp; in dpaa2_dev_tx_ordered()
1513 struct qbman_swp *swp; in dpaa2_dev_loopback_rx()
H A Ddpaa2_ethdev.c985 struct qbman_swp *swp; in dpaa2_dev_rx_queue_count()
/f-stack/dpdk/drivers/raw/dpaa2_cmdif/
H A Ddpaa2_cmdif.c61 struct qbman_swp *swp; in dpaa2_cmdif_enqueue_bufs()
123 struct qbman_swp *swp; in dpaa2_cmdif_dequeue_bufs()
/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev.c63 struct qbman_swp *swp; in dpaa2_eventdev_enqueue_burst()
221 static void dpaa2_eventdev_process_parallel(struct qbman_swp *swp, in dpaa2_eventdev_process_parallel()
238 static void dpaa2_eventdev_process_atomic(struct qbman_swp *swp, in dpaa2_eventdev_process_atomic()
267 struct qbman_swp *swp; in dpaa2_eventdev_dequeue_burst()
617 struct qbman_swp *swp; in dpaa2_eventdev_port_unlink()
/f-stack/dpdk/drivers/mempool/dpaa2/
H A Ddpaa2_hw_mempool.c192 struct qbman_swp *swp; in rte_dpaa2_mbuf_release()
302 struct qbman_swp *swp; in rte_dpaa2_mbuf_alloc_bulk()
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h109 struct qbman_swp *sw_portal; /** SW portal object */
144 typedef void (dpaa2_queue_cb_dqrr_t)(struct qbman_swp *swp,
/f-stack/dpdk/drivers/raw/dpaa2_qdma/
H A Ddpaa2_qdma.c587 struct qbman_swp *swp; in dpdmai_dev_dequeue_multijob_prefetch()
742 struct qbman_swp *swp; in dpdmai_dev_dequeue_multijob_no_prefetch()
855 struct qbman_swp *swp; in dpdmai_dev_enqueue_multi()
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c1439 struct qbman_swp *swp; in dpaa2_sec_enqueue_burst()
1641 struct qbman_swp *swp; in dpaa2_sec_dequeue_burst()
3663 dpaa2_sec_process_parallel_event(struct qbman_swp *swp, in dpaa2_sec_process_parallel_event()
3688 dpaa2_sec_process_atomic_event(struct qbman_swp *swp __rte_unused, in dpaa2_sec_process_atomic_event()