Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Ddriver.h243 int t_orb_size; /* ORB_size */ member
265 t_orb_size t_mgt_agent t_mot }))
280 #define SBP2_ORB_SIZE_ROUNDUP(tp, size) roundup(size, (tp)->t_orb_size)
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c243 tp->t_orb_size = (q & SBP2_UNCHAR_ORB_SIZE) * 4; in sbp2_tgt_init_params()
249 if (tp->t_orb_size < SBP2_ORB_SIZE_MIN) { in sbp2_tgt_init_params()
250 tp->t_orb_size = SBP2_ORB_SIZE_MIN; in sbp2_tgt_init_params()