Home
last modified time | relevance | path

Searched refs:bgstat (Results 1 – 1 of 1) 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 …]