Searched refs:set_parms (Results 1 – 1 of 1) sorted by relevance
48 struct tf_set_if_tbl_entry_parms set_parms = { 0 }; in ulp_ha_mgr_state_set() local65 set_parms.dir = ULP_HA_IF_TBL_DIR; in ulp_ha_mgr_state_set()66 set_parms.type = ULP_HA_IF_TBL_TYPE; in ulp_ha_mgr_state_set()67 set_parms.data = (uint8_t *)&val; in ulp_ha_mgr_state_set()68 set_parms.data_sz_in_bytes = sizeof(val); in ulp_ha_mgr_state_set()69 set_parms.idx = ULP_HA_IF_TBL_IDX; in ulp_ha_mgr_state_set()71 rc = tf_set_if_tbl_entry(tfp, &set_parms); in ulp_ha_mgr_state_set()