Lines Matching refs:t

73 #define	SBP2_CSR_BASE(t)	t->t_bus->sb_csr_base  argument
74 #define SBP2_CFGROM_ADDR(t) t->t_bus->sb_cfgrom_addr argument
75 #define SBP2_GET_IBLOCK_COOKIE(t) \ argument
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) argument
78 #define SBP2_ALLOC_BUF(t, buf) (t)->t_bus->sb_alloc_buf((t)->t_bus_hdl, buf) argument
79 #define SBP2_FREE_BUF(t, buf) (t)->t_bus->sb_free_buf((t)->t_bus_hdl, buf) argument
80 #define SBP2_SYNC_BUF(t, buf, offset, length, type) \ argument
81 (t)->t_bus->sb_sync_buf((t)->t_bus_hdl, buf, offset, length, type)
82 #define SBP2_BUF_RD_DONE(t, buf, reqh, error) \ argument
83 (t)->t_bus->sb_buf_rd_done((t)->t_bus_hdl, buf, reqh, error)
84 #define SBP2_BUF_WR_DONE(t, buf, reqh, error) \ argument
85 (t)->t_bus->sb_buf_wr_done((t)->t_bus_hdl, buf, reqh, error)
86 #define SBP2_ALLOC_CMD(t, cmdp, f) \ argument
87 (t)->t_bus->sb_alloc_cmd((t)->t_bus_hdl, cmdp, f)
88 #define SBP2_FREE_CMD(t, cmd) \ argument
89 (t)->t_bus->sb_free_cmd((t)->t_bus_hdl, cmd)
90 #define SBP2_RQ(t, cmd, addr, q, berr) \ argument
91 (t)->t_bus->sb_rq((t)->t_bus_hdl, cmd, addr, q, berr)
92 #define SBP2_RB(t, cmd, addr, bp, len, berr) \ argument
93 (t)->t_bus->sb_rb((t)->t_bus_hdl, cmd, addr, bp, len, berr)
94 #define SBP2_WQ(t, cmd, addr, q, berr) \ argument
95 (t)->t_bus->sb_wq((t)->t_bus_hdl, cmd, addr, q, berr)
96 #define SBP2_WB(t, cmd, addr, bp, len, berr) \ argument
97 (t)->t_bus->sb_wb((t)->t_bus_hdl, cmd, addr, bp, len, berr)