SBP2_ORB_SIZE_ROUNDUP
buf_len = SBP2_ORB_SIZE_ROUNDUP(tp, len);
SBP2_ORB_SIZE_ROUNDUP(tp, sizeof (sbp2_mgt_orb_t));
SBP2_ORB_SIZE_ROUNDUP(tp, sizeof (sbp2_login_resp_t));
#define SCSA1394_ORB_SIZE_ROUNDUP(sp, sz) SBP2_ORB_SIZE_ROUNDUP(sp->s_tgt, sz)