Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/sbp2/
H A Dsbp2.c336 tp->t_mgt_status_fifo_buf.bb_len = sizeof (sbp2_status_t); in sbp2_tgt_init_bus()
746 sp->s_status_fifo_buf.bb_len = sizeof (sbp2_status_t); in sbp2_ses_init()
1578 sbp2_status_t *st; in sbp2_mgt_status_fifo_wb_cb()
1591 st = (sbp2_status_t *)(*bpp)->b_rptr; in sbp2_mgt_status_fifo_wb_cb()
1603 bzero(&tp->t_mgt_status, sizeof (sbp2_status_t)); in sbp2_mgt_status_fifo_wb_cb()
1663 sbp2_status_t *st; in sbp2_status_fifo_wb_cb()
1679 st = (sbp2_status_t *)(*bpp)->b_rptr; in sbp2_status_fifo_wb_cb()
1687 bzero(&tp->t_mgt_status, sizeof (sbp2_status_t)); in sbp2_status_fifo_wb_cb()
1723 bzero(&task->ts_status, sizeof (sbp2_status_t)); in sbp2_status_fifo_wb_cb()
/titanic_41/usr/src/uts/common/sys/sbp2/
H A Ddriver.h123 sbp2_status_t ts_status; /* status block */
256 sbp2_status_t t_mgt_status; /* status block */
H A Ddefs.h185 } sbp2_status_t; typedef