Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/sbp2/
H A Dimpl.h78 (t)->t_bus->sb_get_iblock_cookie((t)->t_bus_hdl)
79 #define SBP2_GET_NODE_ID(t) (t)->t_bus->sb_get_node_id((t)->t_bus_hdl)
80 #define SBP2_ALLOC_BUF(t, buf) (t)->t_bus->sb_alloc_buf((t)->t_bus_hdl, buf)
81 #define SBP2_FREE_BUF(t, buf) (t)->t_bus->sb_free_buf((t)->t_bus_hdl, buf)
83 (t)->t_bus->sb_sync_buf((t)->t_bus_hdl, buf, offset, length, type)
85 (t)->t_bus->sb_buf_rd_done((t)->t_bus_hdl, buf, reqh, error)
87 (t)->t_bus->sb_buf_wr_done((t)->t_bus_hdl, buf, reqh, error)
89 (t)->t_bus->sb_alloc_cmd((t)->t_bus_hdl, cmdp, f)
91 (t)->t_bus->sb_free_cmd((t)->t_bus_hdl, cmd)
93 (t)->t_bus->sb_rq((t)->t_bus_hdl, cmd, addr, q, berr)
[all …]
H A Ddriver.h236 void *t_bus_hdl; /* bus handle */ member
266 t_bus t_bus_hdl t_lun t_nluns t_nluns_alloc t_cfgrom t_last_cfgrd
/titanic_41/usr/src/uts/common/io/sbp2/
H A Dsbp2.c156 tp->t_bus_hdl = bus_hdl; in sbp2_tgt_init()