Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c326 if (pgr->pgr_flags & SBD_PGR_APTPL) { in sbd_pgr_meta_load()
439 if (pgr->pgr_flags & SBD_PGR_APTPL) { in sbd_pgr_meta_write()
461 if (pgr->pgr_flags & SBD_PGR_APTPL) { in sbd_pgr_meta_write()
581 if (!(pgr->pgr_flags & SBD_PGR_APTPL)) { in sbd_pgr_reset()
1156 buf.ptpl_a = pgr->pgr_flags & SBD_PGR_APTPL; in sbd_pgr_in_report_capabilities()
1389 if (pgr->pgr_flags & SBD_PGR_APTPL || plist->aptpl) { in sbd_pgr_out_register()
1391 PGR_SET_FLAG(pgr->pgr_flags, SBD_PGR_APTPL); in sbd_pgr_out_register()
1393 PGR_CLEAR_FLAG(pgr->pgr_flags, SBD_PGR_APTPL); in sbd_pgr_out_register()
1494 if (pgr->pgr_flags & SBD_PGR_APTPL) { in sbd_pgr_out_reserve()
1605 if (pgr->pgr_flags & SBD_PGR_APTPL) { in sbd_pgr_out_clear()
[all …]
H A Dsbd_impl.h102 #define SBD_PGR_APTPL 0x01 macro