Home
last modified time | relevance | path

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

/f-stack/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 …]
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_mae.c1473 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
1484 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
1495 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
1506 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
1513 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
1520 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
1527 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
1534 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
1541 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
1548 .ctx_type = SFC_FLOW_PARSE_CTX_MAE,
[all …]
H A Dsfc_flow.h141 enum sfc_flow_parse_ctx_type ctx_type; /* Parse context type */ member
H A Dsfc_flow.c1071 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1078 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1085 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1092 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1099 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1106 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1113 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1120 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1127 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
1134 .ctx_type = SFC_FLOW_PARSE_CTX_FILTER,
[all …]
/f-stack/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()