Home
last modified time | relevance | path

Searched refs:eqn (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/arm/ti/
H A Dti_edma3.h73 void ti_edma3_init(unsigned int eqn);
74 int ti_edma3_request_dma_ch(unsigned int ch, unsigned int tccn, unsigned int eqn);
75 int ti_edma3_request_qdma_ch(unsigned int ch, unsigned int tccn, unsigned int eqn);
H A Dti_edma3.c243 ti_edma3_init(unsigned int eqn) in ti_edma3_init() argument
268 reg |= TI_EDMA3CC_DMAQNUM_SET(i, eqn); in ti_edma3_init()
279 reg |= TI_EDMA3CC_QDMAQNUM_SET(i, eqn); in ti_edma3_init()
303 ti_edma3_request_dma_ch(unsigned int ch, unsigned int tccn, unsigned int eqn) in ti_edma3_request_dma_ch() argument
324 reg |= TI_EDMA3CC_DMAQNUM_SET((ch), eqn); in ti_edma3_request_dma_ch()
337 ti_edma3_request_qdma_ch(unsigned int ch, unsigned int tccn, unsigned int eqn) in ti_edma3_request_qdma_ch() argument
351 reg |= TI_EDMA3CC_QDMAQNUM_SET(ch, eqn); in ti_edma3_request_qdma_ch()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_age.c53 int socket, int uar_page_id, uint32_t eqn) in mlx5_aso_cq_create() argument
86 attr.eqn = eqn; in mlx5_aso_cq_create()
260 uint32_t eqn, uint16_t log_desc_n) in mlx5_aso_sq_create() argument
274 mlx5_os_get_devx_uar_page_id(uar), eqn)) in mlx5_aso_sq_create()
349 sh->tx_uar, sh->pdn, sh->eqn, in mlx5_aso_queue_init()
H A Dmlx5_txpp.c276 cq_attr.eqn = sh->eqn; in mlx5_txpp_create_rearm_queue()
516 cq_attr.eqn = sh->eqn; in mlx5_txpp_create_clock_queue()
H A Dmlx5_devx.c520 cq_attr.eqn = priv->sh->eqn; in mlx5_rxq_create_devx_cq_resources()
1269 cq_attr.eqn = priv->sh->eqn; in mlx5_txq_create_devx_cq_resources()
H A Dmlx5.h711 uint32_t eqn; /* Event Queue number. */ member
H A Dmlx5.c941 err = mlx5_glue->devx_query_eqn(sh->ctx, 0, &sh->eqn); in mlx5_alloc_shared_dev_ctx()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c50 priv->eqn = 0; in mlx5_vdpa_event_qp_global_release()
61 if (mlx5_glue->devx_query_eqn(priv->ctx, 0, &priv->eqn)) { in mlx5_vdpa_event_qp_global_prepare()
169 attr.eqn = priv->eqn; in mlx5_vdpa_cq_create()
H A Dmlx5_vdpa.h147 uint32_t eqn; member
/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex.h78 uint32_t eqn; /* EQ number. */ member
H A Dmlx5_regex_control.c94 .eqn = priv->eqn, in regex_ctrl_create_cq()
H A Dmlx5_regex.c173 ret = mlx5_glue->devx_query_eqn(ctx, 0, &priv->eqn); in mlx5_regex_pci_probe()
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.c1133 uint32_t *eqn) in mlx5_glue_devx_query_eqn() argument
1136 return mlx5dv_devx_query_eqn(ctx, cpus, eqn); in mlx5_glue_devx_query_eqn()
1140 (void)eqn; in mlx5_glue_devx_query_eqn()
H A Dmlx5_glue.h315 uint32_t *eqn);
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h278 uint32_t eqn; member
H A Dmlx5_devx_cmds.c1567 MLX5_SET(cqc, cqctx, c_eqn, attr->eqn); in mlx5_devx_cmd_create_cq()