Searched refs:t_bus (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/sbp2/ |
H A D | impl.h | 73 #define SBP2_CSR_BASE(t) t->t_bus->sb_csr_base 74 #define SBP2_CFGROM_ADDR(t) t->t_bus->sb_cfgrom_addr 76 (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) 78 #define SBP2_ALLOC_BUF(t, buf) (t)->t_bus->sb_alloc_buf((t)->t_bus_hdl, buf) 79 #define SBP2_FREE_BUF(t, buf) (t)->t_bus->sb_free_buf((t)->t_bus_hdl, buf) 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) [all …]
|
H A D | driver.h | 233 struct sbp2_bus *t_bus; /* bus */ 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 D | sbp2.c | 155 tp->t_bus = bus; in sbp2_tgt_init()
|