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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_hw.h3425 /* Bitfields for bgstat (BlockGuard Status - word 15 of IOCB) */
3444 uint32_t bgstat; /* word 15 - BlockGuard Status */ member in struct:sli3_bg_fields
3448 lpfc_bgs_get_bidir_bg_prof(uint32_t bgstat) argument
3450 return (bgstat & BGS_BIDIR_BG_PROF_MASK) >>
3455 lpfc_bgs_get_bidir_err_cond(uint32_t bgstat) argument
3457 return (bgstat & BGS_BIDIR_ERR_COND_FLAGS_MASK) >>
3462 lpfc_bgs_get_bg_prof(uint32_t bgstat) argument
3464 return (bgstat & BGS_BG_PROFILE_MASK) >>
3469 lpfc_bgs_get_invalid_prof(uint32_t bgstat) argument
3471 return (bgstat
3476 lpfc_bgs_get_uninit_dif_block(uint32_t bgstat) argument
3483 lpfc_bgs_get_hi_water_mark_present(uint32_t bgstat) argument
3490 lpfc_bgs_get_reftag_err(uint32_t bgstat) argument
3497 lpfc_bgs_get_apptag_err(uint32_t bgstat) argument
3504 lpfc_bgs_get_guard_err(uint32_t bgstat) argument
[all...]
H A Dlpfc_scsi.c1781 uint32_t bgstat = bgf->bgstat; local
1786 "bgstat=0x%x bghm=0x%x\n",
1788 blk_rq_sectors(cmd->request), bgstat, bghm);
1810 if (lpfc_bgs_get_invalid_prof(bgstat)) {
1813 " BlockGuard profile. bgstat:0x%x\n",
1814 bgstat);
1819 if (lpfc_bgs_get_uninit_dif_block(bgstat)) {
1822 "Invalid BlockGuard DIF Block. bgstat:0x%x\n",
1823 bgstat);
[all...]

Completed in 125 milliseconds