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.h4219 uint32_t bgstat; /* word 15 - BlockGuard Status */ member
4223 lpfc_bgs_get_bidir_bg_prof(uint32_t bgstat) in lpfc_bgs_get_bidir_bg_prof() argument
4225 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() argument
4232 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() argument
4239 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() argument
4246 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 …]
H A Dlpfc_scsi.c2876 u32 bgstat = 0; in lpfc_parse_bg_err() local
2886 bgstat |= BGS_GUARD_ERR_MASK; in lpfc_parse_bg_err()
2890 bgstat |= BGS_APPTAG_ERR_MASK; in lpfc_parse_bg_err()
2894 bgstat |= BGS_REFTAG_ERR_MASK; in lpfc_parse_bg_err()
2900 bgstat |= BGS_HI_WATER_MARK_PRESENT_MASK; in lpfc_parse_bg_err()
2908 if (!bgstat) in lpfc_parse_bg_err()
2909 bgstat |= (BGS_REFTAG_ERR_MASK | in lpfc_parse_bg_err()
2917 bgstat = bgf->bgstat; in lpfc_parse_bg_err()
2920 if (lpfc_bgs_get_invalid_prof(bgstat)) { in lpfc_parse_bg_err()
2927 scsi_logical_block_count(cmd), bgstat, bghm); in lpfc_parse_bg_err()
[all …]