Home
last modified time | relevance | path

Searched defs:cqe (Results 1 – 20 of 20) sorted by relevance

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_rxtx.c309 volatile struct mlx4_cqe *cqe; in mlx4_txq_complete() local
1066 rxq_cq_to_pkt_type(volatile struct mlx4_cqe *cqe, in rxq_cq_to_pkt_type()
1148 mlx4_cqe_flags(volatile struct mlx4_cqe *cqe, int csum, int csum_l2tun) in mlx4_cqe_flags()
1184 volatile struct mlx4_cqe *cqe = NULL; in mlx4_cq_poll_one() local
1232 volatile struct mlx4_cqe *cqe; in mlx4_rx_burst() local
H A Dmlx4_glue.c123 mlx4_glue_create_cq(struct ibv_context *context, int cqe, void *cq_context, in mlx4_glue_create_cq()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_age.c434 mlx5_aso_dump_err_objs(volatile uint32_t *cqe, volatile uint32_t *wqe) in mlx5_aso_dump_err_objs()
459 volatile struct mlx5_err_cqe *cqe = in mlx5_aso_cqe_err_handle() local
560 volatile struct mlx5_cqe *restrict cqe; in mlx5_aso_completion_handle() local
H A Dmlx5_rxtx.c464 volatile struct mlx5_cqe *cqe; in rx_queue_count() local
828 rxq_cq_to_pkt_type(struct mlx5_rxq_data *rxq, volatile struct mlx5_cqe *cqe, in rxq_cq_to_pkt_type()
1011 volatile struct mlx5_cqe *cqe; in mlx5_rx_err_handle() member
1137 mlx5_rx_poll_len(struct mlx5_rxq_data *rxq, volatile struct mlx5_cqe *cqe, in mlx5_rx_poll_len()
1273 rxq_cq_to_ol_flags(volatile struct mlx5_cqe *cqe) in rxq_cq_to_ol_flags()
1303 volatile struct mlx5_cqe *cqe, in rxq_cq_to_mbuf()
1395 volatile struct mlx5_cqe *cqe = in mlx5_rx_burst() local
1521 volatile struct mlx5_cqe *__rte_restrict cqe, in mlx5_lro_update_tcp_hdr()
1561 volatile struct mlx5_cqe *__rte_restrict cqe, in mlx5_lro_update_hdr()
1650 volatile struct mlx5_cqe *cqe = &(*rxq->cqes)[rxq->cq_ci & cq_mask]; in mlx5_rx_burst_mprq() local
[all …]
H A Dmlx5_txpp.c187 struct mlx5_cqe *cqe = (struct mlx5_cqe *)(uintptr_t)wq->cqes; in mlx5_txpp_fill_cqe_rearm_queue() local
731 struct mlx5_cqe *cqe = (struct mlx5_cqe *)(uintptr_t)wq->cqes; in mlx5_txpp_update_timestamp() local
810 volatile struct mlx5_cqe *cqe; in mlx5_txpp_handle_rearm_queue() local
1143 struct mlx5_cqe *cqe = (struct mlx5_cqe *)(uintptr_t)wq->cqes; in mlx5_txpp_read_clock() local
H A Dmlx5_txq.c133 volatile struct mlx5_cqe *cqe; in txq_sync_cq() local
H A Dmlx5_devx.c1201 struct mlx5_cqe *cqe; in mlx5_txq_create_devx_cq_resources() local
H A Dmlx5_rxq.c472 volatile struct mlx5_cqe *cqe; in rxq_sync_cq() local
/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c223 volatile struct mlx5_cqe *cqe; in poll_one() local
266 volatile struct mlx5_cqe *cqe; in mlx5_regexdev_dequeue() local
H A Dmlx5_regex.h36 volatile struct mlx5_cqe *cqe; /* The CQ ring buffer. */ member
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c1372 struct eth_fast_path_rx_tpa_cont_cqe *cqe) in qede_rx_process_tpa_cont_cqe()
1384 struct eth_fast_path_rx_tpa_end_cqe *cqe) in qede_rx_process_tpa_end_cqe()
1527 union eth_rx_cqe *cqe; in qede_recv_pkts_regular() local
1749 union eth_rx_cqe *cqe; in qede_recv_pkts() local
2737 union eth_rx_cqe *cqe, *orig_cqe = NULL; local
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.c479 struct eth_slow_path_rx_cqe in ecore_cqe_completion()
494 struct eth_slow_path_rx_cqe *cqe) in ecore_eth_cqe_completion()
H A Deth_common.h513 union eth_rx_cqe cqe /* CQE data itself */; member
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common.h190 check_cqe(volatile struct mlx5_cqe *cqe, const uint16_t cqes_n, in check_cqe()
/f-stack/freebsd/contrib/ena-com/
H A Dena_com.c487 struct ena_admin_acq_entry *cqe) in ena_com_handle_single_admin_completion()
515 struct ena_admin_acq_entry *cqe = NULL; in ena_com_handle_admin_completion() local
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_com.c445 struct ena_admin_acq_entry *cqe) in ena_com_handle_single_admin_completion()
472 struct ena_admin_acq_entry *cqe = NULL; in ena_com_handle_admin_completion() local
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.c103 mlx5_glue_create_cq(struct ibv_context *context, int cqe, void *cq_context, in mlx5_glue_create_cq()
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.c995 struct hinic_rq_cqe cqe; in hinic_recv_pkts() local
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c1364 union event_ring_elem *cqe, in ecore_complete_vlan_mac()
H A Dbnx2x.c1260 union eth_rx_cqe *cqe; in bnx2x_rxeof() local