Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_bus.c380 buf->bb_hdl = sbb; in scsa1394_bus_alloc_buf_phys()
389 scsa1394_bus_buf_t *sbb = buf->bb_hdl; in scsa1394_bus_free_buf_phys()
396 buf->bb_hdl = NULL; in scsa1394_bus_free_buf_phys()
433 buf->bb_hdl = sbb; in scsa1394_bus_alloc_buf_normal()
441 scsa1394_bus_buf_t *sbb = buf->bb_hdl; in scsa1394_bus_free_buf_normal()
445 buf->bb_hdl = NULL; in scsa1394_bus_free_buf_normal()
453 scsa1394_bus_buf_t *sbb = buf->bb_hdl; in scsa1394_bus_sync_buf()
496 scsa1394_bus_buf_t *sbb = buf->bb_hdl; in scsa1394_bus_recv_read_request()
520 scsa1394_bus_buf_t *sbb = buf->bb_hdl; in scsa1394_bus_recv_write_request()
/titanic_50/usr/src/uts/common/sys/sbp2/
H A Dbus.h50 void *bb_hdl; /* buffer handle */ member
/titanic_50/usr/src/uts/common/io/sbp2/
H A Dsbp2.c379 if (tp->t_mgt_status_fifo_buf.bb_hdl != NULL) { in sbp2_tgt_fini_bus()
382 if (tp->t_mgt_orb_buf.bb_hdl != NULL) { in sbp2_tgt_fini_bus()
385 if (tp->t_mgt_login_resp_buf.bb_hdl != NULL) { in sbp2_tgt_fini_bus()
766 if (sp->s_status_fifo_buf.bb_hdl != NULL) { in sbp2_ses_fini()