Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/sbp2/
H A Dimpl.h80 #define SBP2_ALLOC_BUF(t, buf) (t)->t_bus->sb_alloc_buf((t)->t_bus_hdl, buf) macro
/titanic_41/usr/src/uts/common/io/sbp2/
H A Dsbp2.c328 if ((ret = SBP2_ALLOC_BUF(tp, &tp->t_mgt_orb_buf)) != SBP2_SUCCESS) { in sbp2_tgt_init_bus()
340 if ((ret = SBP2_ALLOC_BUF(tp, &tp->t_mgt_status_fifo_buf)) != in sbp2_tgt_init_bus()
355 if ((ret = SBP2_ALLOC_BUF(tp, &tp->t_mgt_login_resp_buf)) != in sbp2_tgt_init_bus()
750 if ((ret = SBP2_ALLOC_BUF(tp, &sp->s_status_fifo_buf)) != in sbp2_ses_init()
1327 if ((ret = SBP2_ALLOC_BUF(tp, task->ts_buf)) != SBP2_SUCCESS) { in sbp2_task_orb_alloc()