Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_hw.h4195 uint32_t bgstat; /* word 15 - BlockGuard Status */ member
4199 lpfc_bgs_get_bidir_bg_prof(uint32_t bgstat) in lpfc_bgs_get_bidir_bg_prof() argument
4201 return (bgstat & BGS_BIDIR_BG_PROF_MASK) >> in lpfc_bgs_get_bidir_bg_prof()
4206 lpfc_bgs_get_bidir_err_cond(uint32_t bgstat) in lpfc_bgs_get_bidir_err_cond() argument
4208 return (bgstat & BGS_BIDIR_ERR_COND_FLAGS_MASK) >> in lpfc_bgs_get_bidir_err_cond()
4213 lpfc_bgs_get_bg_prof(uint32_t bgstat) in lpfc_bgs_get_bg_prof() argument
4215 return (bgstat & BGS_BG_PROFILE_MASK) >> in lpfc_bgs_get_bg_prof()
4220 lpfc_bgs_get_invalid_prof(uint32_t bgstat) in lpfc_bgs_get_invalid_prof() argument
4222 return (bgstat & BGS_INVALID_PROF_MASK) >> in lpfc_bgs_get_invalid_prof()
4227 lpfc_bgs_get_uninit_dif_block(uint32_t bgstat) in lpfc_bgs_get_uninit_dif_block() argument
[all …]
H A Dlpfc_scsi.c2871 u32 bgstat = 0; in lpfc_parse_bg_err() local
2881 bgstat |= BGS_GUARD_ERR_MASK; in lpfc_parse_bg_err()
2885 bgstat |= BGS_APPTAG_ERR_MASK; in lpfc_parse_bg_err()
2889 bgstat |= BGS_REFTAG_ERR_MASK; in lpfc_parse_bg_err()
2895 bgstat |= BGS_HI_WATER_MARK_PRESENT_MASK; in lpfc_parse_bg_err()
2903 if (!bgstat) in lpfc_parse_bg_err()
2904 bgstat |= (BGS_REFTAG_ERR_MASK | in lpfc_parse_bg_err()
2912 bgstat = bgf->bgstat; in lpfc_parse_bg_err()
2915 if (lpfc_bgs_get_invalid_prof(bgstat)) { in lpfc_parse_bg_err()
2922 scsi_logical_block_count(cmd), bgstat, bghm); in lpfc_parse_bg_err()
[all …]