| /f-stack/freebsd/arm/ti/ |
| H A D | ti_edma3.h | 73 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 D | ti_edma3.c | 243 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 D | mlx5_flow_age.c | 53 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 D | mlx5_txpp.c | 276 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 D | mlx5_devx.c | 520 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 D | mlx5.h | 711 uint32_t eqn; /* Event Queue number. */ member
|
| H A D | mlx5.c | 941 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 D | mlx5_vdpa_event.c | 50 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 D | mlx5_vdpa.h | 147 uint32_t eqn; member
|
| /f-stack/dpdk/drivers/regex/mlx5/ |
| H A D | mlx5_regex.h | 78 uint32_t eqn; /* EQ number. */ member
|
| H A D | mlx5_regex_control.c | 94 .eqn = priv->eqn, in regex_ctrl_create_cq()
|
| H A D | mlx5_regex.c | 173 ret = mlx5_glue->devx_query_eqn(ctx, 0, &priv->eqn); in mlx5_regex_pci_probe()
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.c | 1133 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 D | mlx5_glue.h | 315 uint32_t *eqn);
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_devx_cmds.h | 278 uint32_t eqn; member
|
| H A D | mlx5_devx_cmds.c | 1567 MLX5_SET(cqc, cqctx, c_eqn, attr->eqn); in mlx5_devx_cmd_create_cq()
|