Home
last modified time | relevance | path

Searched refs:ctx_id (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_em_host.c300 tf_msg_em_mem_unrgtr(tfp, &tbl->ctx_id); in tf_em_ctx_unreg()
350 &tbl->ctx_id); in tf_em_ctx_reg()
467 em_tables[TF_KEY0_TABLE].ctx_id, in tf_em_ext_alloc()
468 em_tables[TF_KEY1_TABLE].ctx_id, in tf_em_ext_alloc()
469 em_tables[TF_RECORD_TABLE].ctx_id, in tf_em_ext_alloc()
470 em_tables[TF_EFC_TABLE].ctx_id, in tf_em_ext_alloc()
H A Dtf_msg.h423 uint16_t *ctx_id);
438 uint16_t *ctx_id);
H A Dtf_msg.c1197 uint16_t *ctx_id) in tf_msg_em_mem_rgtr() argument
1243 *ctx_id = tfp_le_to_cpu_16(resp.ctx_id); in tf_msg_em_mem_rgtr()
1250 uint16_t *ctx_id) in tf_msg_em_mem_unrgtr() argument
1281 req.ctx_id = tfp_cpu_to_le_32(*ctx_id); in tf_msg_em_mem_unrgtr()
1472 req.action_ctx_id = tfp_cpu_to_le_16(act_tbl->ctx_id); in tf_msg_ext_em_cfg()
1474 req.lkup_ctx_id = tfp_cpu_to_le_16(lkup_tbl->ctx_id); in tf_msg_ext_em_cfg()
/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.h297 int bnxt_hwrm_ctx_rgtr(struct bnxt *bp, rte_iova_t dma_addr, uint16_t *ctx_id);
298 int bnxt_hwrm_ctx_unrgtr(struct bnxt *bp, uint16_t ctx_id);
300 uint16_t cntr, uint16_t ctx_id,
H A Dbnxt_ethdev.c506 &bp->flow_stat->rx_fc_in_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
515 bp->flow_stat->rx_fc_in_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
518 &bp->flow_stat->rx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
527 bp->flow_stat->rx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
530 &bp->flow_stat->tx_fc_in_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
539 bp->flow_stat->tx_fc_in_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
542 &bp->flow_stat->tx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
551 bp->flow_stat->tx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem()
5908 ctx->ctx_id = BNXT_CTX_VAL_INVAL; in bnxt_free_ctx_mem_buf()
5915 bp->flow_stat->rx_fc_out_tbl.ctx_id, in bnxt_unregister_fc_ctx_mem()
[all …]
H A Dbnxt_hwrm.c2243 uint16_t ctx_id; in bnxt_hwrm_vnic_ctx_alloc() local
2253 ctx_id = rte_le_to_cpu_16(resp->rss_cos_lb_ctx_id); in bnxt_hwrm_vnic_ctx_alloc()
2255 vnic->fw_grp_ids[ctx_idx] = ctx_id; in bnxt_hwrm_vnic_ctx_alloc()
2257 vnic->rss_rule = ctx_id; in bnxt_hwrm_vnic_ctx_alloc()
5887 if (ctx_id) { in bnxt_hwrm_ctx_rgtr()
5888 *ctx_id = rte_le_to_cpu_16(resp->ctx_id); in bnxt_hwrm_ctx_rgtr()
5889 PMD_DRV_LOG(DEBUG, "ctx_id = %d\n", *ctx_id); in bnxt_hwrm_ctx_rgtr()
5910 req.ctx_id = rte_cpu_to_le_16(ctx_id); in bnxt_hwrm_ctx_unrgtr()
5921 uint16_t cntr, uint16_t ctx_id, in bnxt_hwrm_cfa_counter_cfg() argument
5947 req.ctx_id = rte_cpu_to_le_16(ctx_id); in bnxt_hwrm_cfa_counter_cfg()
[all …]
H A Dbnxt.h489 uint16_t ctx_id; member
H A Dhsi_struct_def_dpdk.h47187 uint16_t ctx_id; member
47239 uint16_t ctx_id; member
47304 uint16_t ctx_id; member
47651 uint16_t ctx_id; member
50605 uint16_t ctx_id; member
50658 uint16_t ctx_id; member
/dpdk/drivers/common/cnxk/
H A Droc_ie_ot.h320 uint64_t ctx_id : 16; member
455 uint64_t ctx_id : 16; member
/dpdk/drivers/net/bnxt/hcapi/cfa/
H A Dhcapi_cfa_defs.h203 uint16_t ctx_id; member
/dpdk/drivers/net/cnxk/
H A Dcn10k_ethdev_sec.c577 sa->w0.s.ctx_id = ((uintptr_t)sa_cptr >> 51) & 0x1ff; in cn10k_eth_sec_outb_sa_misc_fill()