Searched refs:ulp_flags (Results 1 – 4 of 4) sorted by relevance
331 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() local1498 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 …]
307 uint32_t type, ulp_flags = 0, fid; in ulp_default_flow_create() local331 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()
86 uint32_t ulp_flags = 0; in bnxt_ulp_init_mapper_params() local118 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()
88 uint32_t ulp_flags; member