Home
last modified time | relevance | path

Searched refs:app_type (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_ha_mgr.c33 enum ulp_ha_mgr_app_type app_type);
134 enum ulp_ha_mgr_app_type app_type) in ulp_ha_mgr_app_type_set() argument
148 ha_info->app_type = app_type; in ulp_ha_mgr_app_type_set()
160 enum ulp_ha_mgr_app_type app_type; in ulp_ha_mgr_timer_cb() local
259 app_type != ULP_HA_APP_TYPE_SEC) in ulp_ha_mgr_timer_cb()
370 enum ulp_ha_mgr_app_type *app_type) in ulp_ha_mgr_app_type_get() argument
384 *app_type = ha_info->app_type; in ulp_ha_mgr_app_type_get()
488 enum ulp_ha_mgr_app_type app_type; in ulp_ha_mgr_close() local
493 app_type = ULP_HA_APP_TYPE_NONE; in ulp_ha_mgr_close()
516 app_type == ULP_HA_APP_TYPE_PRIM) { in ulp_ha_mgr_close()
[all …]
H A Dulp_ha_mgr.h31 enum ulp_ha_mgr_app_type app_type; member
51 enum ulp_ha_mgr_app_type *app_type);