Searched refs:SBP2_ORB_SIZE_ROUNDUP (Results 1 – 3 of 3) sorted by relevance
228 #define SCSA1394_ORB_SIZE_ROUNDUP(sp, sz) SBP2_ORB_SIZE_ROUNDUP(sp->s_tgt, sz)
282 #define SBP2_ORB_SIZE_ROUNDUP(tp, size) roundup(size, (tp)->t_orb_size) macro
326 SBP2_ORB_SIZE_ROUNDUP(tp, sizeof (sbp2_mgt_orb_t)); in sbp2_tgt_init_bus()349 SBP2_ORB_SIZE_ROUNDUP(tp, sizeof (sbp2_login_resp_t)); in sbp2_tgt_init_bus()1316 buf_len = SBP2_ORB_SIZE_ROUNDUP(tp, len); in sbp2_task_orb_alloc()