Home
last modified time | relevance | path

Searched defs:rcs (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/uts/sun4u/io/
H A Drmc_comm.c100 struct rmc_comm_state *rcs; in rmc_comm_register() local
116 struct rmc_comm_state *rcs; in rmc_comm_unregister() local
132 struct rmc_comm_state *rcs = NULL; in rmc_comm_getstate() local
176 sio_put_reg(struct rmc_comm_state *rcs, uint_t reg, uint8_t val) in sio_put_reg()
218 sio_get_reg(struct rmc_comm_state *rcs, uint_t reg) in sio_get_reg()
232 sio_check_fault_status(struct rmc_comm_state *rcs) in sio_check_fault_status()
239 rmc_comm_faulty(struct rmc_comm_state *rcs) in rmc_comm_faulty()
250 sio_data_ready(struct rmc_comm_state *rcs) in sio_data_ready()
266 rmc_comm_set_irq(struct rmc_comm_state *rcs, boolean_t newstate) in rmc_comm_set_irq()
299 struct rmc_comm_state *rcs = (void *)arg; in rmc_comm_hi_intr() local
[all …]
H A Drmc_comm_dp.c98 dp_init_buffers(struct rmc_comm_state *rcs) in dp_init_buffers()
111 dp_get_buffer(struct rmc_comm_state *rcs, uint8_t type) in dp_get_buffer()
138 dp_release_buffer(struct rmc_comm_state *rcs, uint8_t type) in dp_release_buffer()
162 struct rmc_comm_state *rcs = (struct rmc_comm_state *)arg; in dp_link_setup_tohandler() local
191 struct rmc_comm_state *rcs = (struct rmc_comm_state *)arg; in dp_delay_ack_tohandler() local
234 dp_enable_data_link(struct rmc_comm_state *rcs) in dp_enable_data_link()
274 dp_reset(struct rmc_comm_state *rcs, uint8_t rx_seqid, in dp_reset()
329 dp_tx_handle_ack(struct rmc_comm_state *rcs, uint16_t rxnum) in dp_tx_handle_ack()
363 dp_tx_handle_nak(struct rmc_comm_state *rcs, uint16_t rxnum) in dp_tx_handle_nak()
392 dp_got_full_hdr(struct rmc_comm_state *rcs, dp_packet_t *pkt) in dp_got_full_hdr()
[all …]
H A Drmc_comm_drvintf.c73 struct rmc_comm_state *rcs; in rmc_comm_request_response() local
101 struct rmc_comm_state *rcs; in rmc_comm_request_nowait() local
272 rmc_comm_send_req_resp(struct rmc_comm_state *rcs, rmc_comm_msg_t *request, in rmc_comm_send_req_resp()
483 struct rmc_comm_state *rcs; in rmc_comm_request_response_bp() local
639 struct rmc_comm_state *rcs; in rmc_comm_reg_intr() local
691 struct rmc_comm_state *rcs; in rmc_comm_unreg_intr() local
730 struct rmc_comm_state *rcs; in rmc_comm_send_srecord_bp() local
817 rmc_comm_wait_bp_reply(struct rmc_comm_state *rcs, rmc_comm_dp_state_t *dps, in rmc_comm_wait_bp_reply()
865 rmc_comm_wait_enable_to_send(struct rmc_comm_state *rcs, in rmc_comm_wait_enable_to_send()
903 rmc_comm_wake_up_next(struct rmc_comm_state *rcs) in rmc_comm_wake_up_next()
[all …]
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_sun4v.c53 busorrc_t *rcs = NULL; in get_rcs() local
81 find_dnode(busorrc_t *rcs, uint64_t ba) in find_dnode()
292 busorrc_t *rcs; in platform_hb_enum() local
H A Dhb_rcid.h50 struct prc *rcs; /* array of pciexrc */ member
H A Dhb_mdesc.h56 md_rc_t *rcs; /* a list of pciex root complexes */ member
/titanic_44/usr/src/uts/sun4u/sys/
H A Drmc_comm.h197 #define DPRINTF(rcs, d, ARGLIST) { if (rcs->debug & d) cmn_err ARGLIST; } argument
198 #define DATASCOPE(rcs, c, b, l) { int i, j; char s[80]; \ argument
217 #define DPRINTF(rcs, d, ARGLIST) argument
218 #define DATASCOPE(rcs, c, b, l) argument
/titanic_44/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_topo.h81 di_node_t rcs[OPL_HB_MAX][OPL_RC_MAX]; member
/titanic_44/usr/src/lib/fm/topo/modules/sun4u/hostbridge/
H A Dhb_sun4u.c119 busorrc_t *rcs = NULL; in pci_hostbridges_find() local
/titanic_44/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c207 tnode_t **rcs; in declare_exbuses() local
/titanic_44/usr/src/lib/librdc/common/
H A Drdcconfig.c101 chain_successful(rdcconfig_t *rdcs, rdc_rc_t *rcs) in chain_successful()
/titanic_44/usr/src/uts/common/pcmcia/cs/
H A Dcs.c316 cs_register_cardservices_t rcs; in cs_deinit() local
H A Dcs_stubs.c132 csx_register_cardservices(cs_register_cardservices_t *rcs) in csx_register_cardservices()