Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Dimpl.h76 (t)->t_bus->sb_get_iblock_cookie((t)->t_bus_hdl)
77 #define SBP2_GET_NODE_ID(t) (t)->t_bus->sb_get_node_id((t)->t_bus_hdl)
81 (t)->t_bus->sb_sync_buf((t)->t_bus_hdl, buf, offset, length, type)
83 (t)->t_bus->sb_buf_rd_done((t)->t_bus_hdl, buf, reqh, error)
85 (t)->t_bus->sb_buf_wr_done((t)->t_bus_hdl, buf, reqh, error)
87 (t)->t_bus->sb_alloc_cmd((t)->t_bus_hdl, cmdp, f)
89 (t)->t_bus->sb_free_cmd((t)->t_bus_hdl, cmd)
91 (t)->t_bus->sb_rq((t)->t_bus_hdl, cmd, addr, q, berr)
93 (t)->t_bus->sb_rb((t)->t_bus_hdl, cmd, addr, bp, len, berr)
95 (t)->t_bus->sb_wq((t)->t_bus_hdl, cmd, addr, q, berr)
[all …]
H A Ddriver.h234 void *t_bus_hdl; /* bus handle */ member
264 t_bus t_bus_hdl t_lun t_nluns t_nluns_alloc t_cfgrom t_last_cfgrd
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c156 tp->t_bus_hdl = bus_hdl; in sbp2_tgt_init()