Home
last modified time | relevance | path

Searched refs:ulp_flags (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp.c331 ulp_ctx->cfg_data->ulp_flags |= in bnxt_ulp_cntxt_app_caps_init()
334 ulp_ctx->cfg_data->ulp_flags |= in bnxt_ulp_cntxt_app_caps_init()
337 ulp_ctx->cfg_data->ulp_flags |= in bnxt_ulp_cntxt_app_caps_init()
342 ulp_ctx->cfg_data->ulp_flags |= in bnxt_ulp_cntxt_app_caps_init()
352 ulp_ctx->cfg_data->ulp_flags |= BNXT_ULP_APP_DEV_UNSUPPORTED; in bnxt_ulp_cntxt_app_caps_init()
825 ulp_data->ulp_flags |= BNXT_ULP_VF_REP_ENABLED; in ulp_ctx_init()
970 flags = bp->ulp_ctx->cfg_data->ulp_flags; in ulp_ctx_attach()
1400 uint32_t ulp_flags; in bnxt_ulp_port_init() local
1498 if (bnxt_ulp_cntxt_ptr2_ulp_flags_get(bp->ulp_ctx, &ulp_flags)) { in bnxt_ulp_port_init()
1502 if (ulp_flags & BNXT_ULP_APP_UNICAST_ONLY) { in bnxt_ulp_port_init()
[all …]
H A Dulp_def_rules.c307 uint32_t type, ulp_flags = 0, fid; in ulp_default_flow_create() local
331 if (bnxt_ulp_cntxt_ptr2_ulp_flags_get(ulp_ctx, &ulp_flags)) { in ulp_default_flow_create()
335 if (ULP_VF_REP_IS_ENABLED(ulp_flags)) in ulp_default_flow_create()
H A Dbnxt_ulp_flow.c86 uint32_t ulp_flags = 0; in bnxt_ulp_init_mapper_params() local
118 if (bnxt_ulp_cntxt_ptr2_ulp_flags_get(params->ulp_ctx, &ulp_flags)) in bnxt_ulp_init_mapper_params()
122 if (ULP_HIGH_AVAIL_IS_ENABLED(ulp_flags)) { in bnxt_ulp_init_mapper_params()
H A Dbnxt_ulp.h88 uint32_t ulp_flags; member