Searched refs:bgstat (Results 1 – 1 of 1) sorted by relevance
4219 uint32_t bgstat; /* word 15 - BlockGuard Status */ member4223 lpfc_bgs_get_bidir_bg_prof(uint32_t bgstat) in lpfc_bgs_get_bidir_bg_prof() argument4225 return (bgstat & BGS_BIDIR_BG_PROF_MASK) >> in lpfc_bgs_get_bidir_bg_prof()4230 lpfc_bgs_get_bidir_err_cond(uint32_t bgstat) in lpfc_bgs_get_bidir_err_cond() argument4232 return (bgstat & BGS_BIDIR_ERR_COND_FLAGS_MASK) >> in lpfc_bgs_get_bidir_err_cond()4237 lpfc_bgs_get_bg_prof(uint32_t bgstat) in lpfc_bgs_get_bg_prof() argument4239 return (bgstat & BGS_BG_PROFILE_MASK) >> in lpfc_bgs_get_bg_prof()4244 lpfc_bgs_get_invalid_prof(uint32_t bgstat) in lpfc_bgs_get_invalid_prof() argument4246 return (bgstat & BGS_INVALID_PROF_MASK) >> in lpfc_bgs_get_invalid_prof()4251 lpfc_bgs_get_uninit_dif_block(uint32_t bgstat) in lpfc_bgs_get_uninit_dif_block() argument[all …]