Home
last modified time | relevance | path

Searched refs:SBP2_ORB_SIZE_ROUNDUP (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dimpl.h228 #define SCSA1394_ORB_SIZE_ROUNDUP(sp, sz) SBP2_ORB_SIZE_ROUNDUP(sp->s_tgt, sz)
/titanic_44/usr/src/uts/common/sys/sbp2/
H A Ddriver.h282 #define SBP2_ORB_SIZE_ROUNDUP(tp, size) roundup(size, (tp)->t_orb_size) macro
/titanic_44/usr/src/uts/common/io/sbp2/
H A Dsbp2.c326 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()