Searched refs:intf_type (Results 1 – 1 of 1) sorted by relevance
2250 enum bnxt_ulp_intf_type intf_type; in ulp_rte_pf_act_handler() local2263 intf_type = ulp_port_db_port_type_get(params->ulp_ctx, ifindex); in ulp_rte_pf_act_handler()2264 if (intf_type != BNXT_ULP_INTF_TYPE_PF) { in ulp_rte_pf_act_handler()2280 enum bnxt_ulp_intf_type intf_type; in ulp_rte_vf_act_handler() local2313 intf_type = ulp_port_db_port_type_get(params->ulp_ctx, ifindex); in ulp_rte_vf_act_handler()2314 if (intf_type != BNXT_ULP_INTF_TYPE_VF && in ulp_rte_vf_act_handler()2315 intf_type != BNXT_ULP_INTF_TYPE_TRUSTED_VF) { in ulp_rte_vf_act_handler()2333 enum bnxt_ulp_intf_type intf_type; in ulp_rte_port_act_handler() local2381 intf_type = ulp_port_db_port_type_get(param->ulp_ctx, ifindex); in ulp_rte_port_act_handler()2382 if (!intf_type) { in ulp_rte_port_act_handler()[all …]