Home
last modified time | relevance | path

Searched refs:ctx_type (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/qede/base/
H A Decore_init_fw_funcs.h472 u8 ctx_type,
488 u8 ctx_type,
503 u8 ctx_type);
517 u8 ctx_type);
H A Decore_init_fw_funcs.c1970 u8 ctx_type, u32 cid) in ecore_calc_session_ctx_validation() argument
1976 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in ecore_calc_session_ctx_validation()
1977 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in ecore_calc_session_ctx_validation()
1978 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in ecore_calc_session_ctx_validation()
1989 u16 ctx_size, u8 ctx_type, u32 tid) in ecore_calc_task_ctx_validation() argument
1994 region1_val_ptr = &p_ctx[task_region_offsets[0][ctx_type]]; in ecore_calc_task_ctx_validation()
2004 u32 ctx_size, u8 ctx_type) in ecore_memset_session_ctx() argument
2011 x_val_ptr = &p_ctx[con_region_offsets[0][ctx_type]]; in ecore_memset_session_ctx()
2012 t_val_ptr = &p_ctx[con_region_offsets[1][ctx_type]]; in ecore_memset_session_ctx()
2013 u_val_ptr = &p_ctx[con_region_offsets[2][ctx_type]]; in ecore_memset_session_ctx()
[all …]
/dpdk/drivers/net/sfc/
H A Dsfc_flow_rss.c342 efx_rx_scale_context_type_t ctx_type = EFX_RX_SCALE_EXCLUSIVE; in sfc_flow_rss_ctx_program() local
384 ctx_type = EFX_RX_SCALE_EVEN_SPREAD; in sfc_flow_rss_ctx_program()
389 rc = efx_rx_scale_context_alloc_v2(sa->nic, ctx_type, in sfc_flow_rss_ctx_program()
395 ctx, ctx_type, conf->qid_span, nb_tbl_entries, rc); in sfc_flow_rss_ctx_program()
400 ctx, ctx_type, conf->qid_span, nb_tbl_entries, in sfc_flow_rss_ctx_program()
H A Dsfc_flow.c1138 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1146 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1154 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1162 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1170 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1178 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1186 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1194 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1202 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1210 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
[all …]
H A Dsfc_mae.c2542 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
2554 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
2566 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
2578 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
2590 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
2602 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
2614 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
2622 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
2630 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
2638 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
[all …]
H A Dsfc_flow.h145 enum sfc_flow_parse_ctx_type ctx_type; /* Parse context type */ member
/dpdk/drivers/net/qede/
H A Dqede_debug.c2667 enum cm_ctx_types ctx_type, u8 storm_id) in qed_grc_dump_ctx_data() argument
2675 lid_size = storm->cm_ctx_lid_sizes[dev_data->chip_id][ctx_type] * 4; in qed_grc_dump_ctx_data()
2694 rd_reg_addr = BYTES_TO_DWORDS(storm->cm_ctx_rd_addr[ctx_type]); in qed_grc_dump_ctx_data()