Lines Matching refs:bgstat

3547 	uint32_t bgstat;	/* word 15 - BlockGuard Status */  member
3551 lpfc_bgs_get_bidir_bg_prof(uint32_t bgstat) in lpfc_bgs_get_bidir_bg_prof() argument
3553 return (bgstat & BGS_BIDIR_BG_PROF_MASK) >> in lpfc_bgs_get_bidir_bg_prof()
3558 lpfc_bgs_get_bidir_err_cond(uint32_t bgstat) in lpfc_bgs_get_bidir_err_cond() argument
3560 return (bgstat & BGS_BIDIR_ERR_COND_FLAGS_MASK) >> in lpfc_bgs_get_bidir_err_cond()
3565 lpfc_bgs_get_bg_prof(uint32_t bgstat) in lpfc_bgs_get_bg_prof() argument
3567 return (bgstat & BGS_BG_PROFILE_MASK) >> in lpfc_bgs_get_bg_prof()
3572 lpfc_bgs_get_invalid_prof(uint32_t bgstat) in lpfc_bgs_get_invalid_prof() argument
3574 return (bgstat & BGS_INVALID_PROF_MASK) >> in lpfc_bgs_get_invalid_prof()
3579 lpfc_bgs_get_uninit_dif_block(uint32_t bgstat) in lpfc_bgs_get_uninit_dif_block() argument
3581 return (bgstat & BGS_UNINIT_DIF_BLOCK_MASK) >> in lpfc_bgs_get_uninit_dif_block()
3586 lpfc_bgs_get_hi_water_mark_present(uint32_t bgstat) in lpfc_bgs_get_hi_water_mark_present() argument
3588 return (bgstat & BGS_HI_WATER_MARK_PRESENT_MASK) >> in lpfc_bgs_get_hi_water_mark_present()
3593 lpfc_bgs_get_reftag_err(uint32_t bgstat) in lpfc_bgs_get_reftag_err() argument
3595 return (bgstat & BGS_REFTAG_ERR_MASK) >> in lpfc_bgs_get_reftag_err()
3600 lpfc_bgs_get_apptag_err(uint32_t bgstat) in lpfc_bgs_get_apptag_err() argument
3602 return (bgstat & BGS_APPTAG_ERR_MASK) >> in lpfc_bgs_get_apptag_err()
3607 lpfc_bgs_get_guard_err(uint32_t bgstat) in lpfc_bgs_get_guard_err() argument
3609 return (bgstat & BGS_GUARD_ERR_MASK) >> in lpfc_bgs_get_guard_err()