Searched refs:ctx_id (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_em_host.c | 307 tf_msg_em_mem_unrgtr(tfp, &tbl->ctx_id); in tf_em_ctx_unreg() 357 &tbl->ctx_id); in tf_em_ctx_reg() 438 em_tables[TF_KEY0_TABLE].ctx_id, in tf_em_ext_alloc() 439 em_tables[TF_KEY1_TABLE].ctx_id, in tf_em_ext_alloc() 440 em_tables[TF_RECORD_TABLE].ctx_id, in tf_em_ext_alloc() 441 em_tables[TF_EFC_TABLE].ctx_id, in tf_em_ext_alloc()
|
| H A D | tf_msg.h | 262 uint16_t *ctx_id); 277 uint16_t *ctx_id);
|
| H A D | tf_msg.c | 694 uint16_t *ctx_id) in tf_msg_em_mem_rgtr() argument 717 *ctx_id = tfp_le_to_cpu_16(resp.ctx_id); in tf_msg_em_mem_rgtr() 724 uint16_t *ctx_id) in tf_msg_em_mem_unrgtr() argument 731 req.ctx_id = tfp_cpu_to_le_32(*ctx_id); in tf_msg_em_mem_unrgtr()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_hwrm.h | 282 int bnxt_hwrm_ctx_rgtr(struct bnxt *bp, rte_iova_t dma_addr, uint16_t *ctx_id); 283 int bnxt_hwrm_ctx_unrgtr(struct bnxt *bp, uint16_t ctx_id); 285 uint16_t cntr, uint16_t ctx_id,
|
| H A D | bnxt_ethdev.c | 498 &bp->flow_stat->rx_fc_in_tbl.ctx_id); in bnxt_register_fc_ctx_mem() 507 bp->flow_stat->rx_fc_in_tbl.ctx_id); in bnxt_register_fc_ctx_mem() 510 &bp->flow_stat->rx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem() 519 bp->flow_stat->rx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem() 522 &bp->flow_stat->tx_fc_in_tbl.ctx_id); in bnxt_register_fc_ctx_mem() 531 bp->flow_stat->tx_fc_in_tbl.ctx_id); in bnxt_register_fc_ctx_mem() 534 &bp->flow_stat->tx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem() 543 bp->flow_stat->tx_fc_out_tbl.ctx_id); in bnxt_register_fc_ctx_mem() 5323 ctx->ctx_id = BNXT_CTX_VAL_INVAL; in bnxt_free_ctx_mem_buf() 5330 bp->flow_stat->rx_fc_out_tbl.ctx_id, in bnxt_unregister_fc_ctx_mem() [all …]
|
| H A D | bnxt_hwrm.c | 2069 uint16_t ctx_id; in bnxt_hwrm_vnic_ctx_alloc() local 2079 ctx_id = rte_le_to_cpu_16(resp->rss_cos_lb_ctx_id); in bnxt_hwrm_vnic_ctx_alloc() 2081 vnic->fw_grp_ids[ctx_idx] = ctx_id; in bnxt_hwrm_vnic_ctx_alloc() 2083 vnic->rss_rule = ctx_id; in bnxt_hwrm_vnic_ctx_alloc() 5583 if (ctx_id) { in bnxt_hwrm_ctx_rgtr() 5584 *ctx_id = rte_le_to_cpu_16(resp->ctx_id); in bnxt_hwrm_ctx_rgtr() 5585 PMD_DRV_LOG(DEBUG, "ctx_id = %d\n", *ctx_id); in bnxt_hwrm_ctx_rgtr() 5606 req.ctx_id = rte_cpu_to_le_16(ctx_id); in bnxt_hwrm_ctx_unrgtr() 5617 uint16_t cntr, uint16_t ctx_id, in bnxt_hwrm_cfa_counter_cfg() argument 5643 req.ctx_id = rte_cpu_to_le_16(ctx_id); in bnxt_hwrm_cfa_counter_cfg() [all …]
|
| H A D | bnxt.h | 474 uint16_t ctx_id; member
|
| H A D | hsi_struct_def_dpdk.h | 38539 uint16_t ctx_id; member 38590 uint16_t ctx_id; member 38654 uint16_t ctx_id; member 38989 uint16_t ctx_id; member 41286 uint16_t ctx_id; member 41339 uint16_t ctx_id; member
|
| /f-stack/dpdk/drivers/net/bnxt/hcapi/ |
| H A D | hcapi_cfa_defs.h | 211 uint16_t ctx_id; member
|