Searched refs:update_flag (Results 1 – 5 of 5) sorted by relevance
105 boolean_t update_flag = B_FALSE; in check_archive_update() local126 update_flag = (*ret_val == 0) ? B_FALSE : in check_archive_update()131 if (update_flag == B_TRUE) in check_archive_update()
121 boolean_t update_flag = B_FALSE; in check_archive_update() local142 update_flag = (*ret_val == 0) ? B_FALSE : in check_archive_update()147 if (update_flag == B_TRUE) in check_archive_update()
120 boolean_t update_flag = B_FALSE; in check_archive_update() local141 update_flag = (*ret_val == 0) ? B_FALSE : in check_archive_update()146 if (update_flag == B_TRUE) in check_archive_update()
1105 u8 update_flag; in ecore_dcbx_set_pf_update_params() local1109 update_flag = p_src->arr[DCBX_PROTOCOL_FCOE].update; in ecore_dcbx_set_pf_update_params()1110 p_dest->update_fcoe_dcb_data_mode = update_flag; in ecore_dcbx_set_pf_update_params()1112 update_flag = p_src->arr[DCBX_PROTOCOL_ROCE].update; in ecore_dcbx_set_pf_update_params()1113 p_dest->update_roce_dcb_data_mode = update_flag; in ecore_dcbx_set_pf_update_params()1115 update_flag = p_src->arr[DCBX_PROTOCOL_ROCE_V2].update; in ecore_dcbx_set_pf_update_params()1116 p_dest->update_rroce_dcb_data_mode = update_flag; in ecore_dcbx_set_pf_update_params()1118 update_flag = p_src->arr[DCBX_PROTOCOL_ISCSI].update; in ecore_dcbx_set_pf_update_params()1119 p_dest->update_iscsi_dcb_data_mode = update_flag; in ecore_dcbx_set_pf_update_params()1120 update_flag = p_src->arr[DCBX_PROTOCOL_ETH].update; in ecore_dcbx_set_pf_update_params()[all …]
113 u8 update_flag; member