Home
last modified time | relevance | path

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

/titanic_51/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; rmc_comm_getstate() local
176 sio_put_reg(struct rmc_comm_state * rcs,uint_t reg,uint8_t val) sio_put_reg() argument
218 sio_get_reg(struct rmc_comm_state * rcs,uint_t reg) sio_get_reg() argument
232 sio_check_fault_status(struct rmc_comm_state * rcs) sio_check_fault_status() argument
239 rmc_comm_faulty(struct rmc_comm_state * rcs) rmc_comm_faulty() argument
250 sio_data_ready(struct rmc_comm_state * rcs) sio_data_ready() argument
266 rmc_comm_set_irq(struct rmc_comm_state * rcs,boolean_t newstate) rmc_comm_set_irq() argument
299 struct rmc_comm_state *rcs = (void *)arg; rmc_comm_hi_intr() local
337 rmc_comm_serdev_receive(struct rmc_comm_state * rcs) rmc_comm_serdev_receive() argument
394 struct rmc_comm_state *rcs = (void *)arg; rmc_comm_softint() local
409 struct rmc_comm_state *rcs = (void *)arg; rmc_comm_cyclic() local
422 rmc_comm_serdev_send(struct rmc_comm_state * rcs,char * buf,int buflen) rmc_comm_serdev_send() argument
466 rmc_comm_serdev_drain(struct rmc_comm_state * rcs) rmc_comm_serdev_drain() argument
486 rmc_comm_hw_reset(struct rmc_comm_state * rcs) rmc_comm_hw_reset() argument
540 rmc_comm_offline(struct rmc_comm_state * rcs) rmc_comm_offline() argument
549 rmc_comm_online(struct rmc_comm_state * rcs,dev_info_t * dip) rmc_comm_online() argument
593 rmc_comm_serdev_init(struct rmc_comm_state * rcs,dev_info_t * dip) rmc_comm_serdev_init() argument
679 rmc_comm_serdev_fini(struct rmc_comm_state * rcs,dev_info_t * dip) rmc_comm_serdev_fini() argument
707 rmc_comm_unattach(struct rmc_comm_state * rcs,dev_info_t * dip,int instance,boolean_t drvi_init,boolean_t dp_init,boolean_t sd_init) rmc_comm_unattach() argument
746 struct rmc_comm_state *rcs = NULL; rmc_comm_attach() local
878 struct rmc_comm_state *rcs; rmc_comm_detach() local
930 struct rmc_comm_state *rcs; rmc_comm_reset() local
[all...]
H A Drmc_comm_dp.c98 dp_init_buffers(struct rmc_comm_state *rcs) in dp_init_buffers() argument
111 dp_get_buffer(struct rmc_comm_state *rcs, uint8_t type) in dp_get_buffer() argument
138 dp_release_buffer(struct rmc_comm_state *rcs, uint8_t type) in dp_release_buffer() argument
162 struct rmc_comm_state *rcs = (struct rmc_comm_state *)arg; dp_link_setup_tohandler() local
191 struct rmc_comm_state *rcs = (struct rmc_comm_state *)arg; dp_delay_ack_tohandler() local
234 dp_enable_data_link(struct rmc_comm_state * rcs) dp_enable_data_link() argument
274 dp_reset(struct rmc_comm_state * rcs,uint8_t rx_seqid,boolean_t flush_tx,boolean_t restart_data_link) dp_reset() argument
329 dp_tx_handle_ack(struct rmc_comm_state * rcs,uint16_t rxnum) dp_tx_handle_ack() argument
363 dp_tx_handle_nak(struct rmc_comm_state * rcs,uint16_t rxnum) dp_tx_handle_nak() argument
392 dp_got_full_hdr(struct rmc_comm_state * rcs,dp_packet_t * pkt) dp_got_full_hdr() argument
442 dp_got_bp_msg(struct rmc_comm_state * rcs,dp_packet_t * pkt) dp_got_bp_msg() argument
488 dp_got_full_msg(struct rmc_comm_state * rcs,dp_packet_t * pkt) dp_got_full_msg() argument
526 dp_get_msglen(struct rmc_comm_state * rcs,uint8_t * buf) dp_get_msglen() argument
550 dp_send_packet(struct rmc_comm_state * rcs,uchar_t * buf) dp_send_packet() argument
600 dp_wake_up_waiter(struct rmc_comm_state * rcs,uint8_t flags) dp_wake_up_waiter() argument
619 rmc_comm_dp_init(struct rmc_comm_state * rcs) rmc_comm_dp_init() argument
685 rmc_comm_dp_fini(struct rmc_comm_state * rcs) rmc_comm_dp_fini() argument
726 rmc_comm_dp_drecv(struct rmc_comm_state * rcs,uint8_t * buf,int buflen) rmc_comm_dp_drecv() argument
926 rmc_comm_dp_mrecv(struct rmc_comm_state * rcs,uint8_t * buf) rmc_comm_dp_mrecv() argument
1167 rmc_comm_dp_ctlsend(struct rmc_comm_state * rcs,uint8_t type) rmc_comm_dp_ctlsend() argument
1200 rmc_comm_dp_msend(struct rmc_comm_state * rcs,dp_message_t * req) rmc_comm_dp_msend() argument
1517 rmc_comm_bp_msend(struct rmc_comm_state * rcs,bp_msg_t * bp_msg) rmc_comm_bp_msend() argument
1542 rmc_comm_bp_srecsend(struct rmc_comm_state * rcs,char * buf,int buflen) rmc_comm_bp_srecsend() argument
1557 rmc_comm_dp_mcleanup(struct rmc_comm_state * rcs) rmc_comm_dp_mcleanup() argument
[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,rmc_comm_msg_t * response,uint32_t wait_time) rmc_comm_send_req_resp() argument
483 struct rmc_comm_state *rcs; rmc_comm_request_response_bp() local
639 struct rmc_comm_state *rcs; rmc_comm_reg_intr() local
691 struct rmc_comm_state *rcs; rmc_comm_unreg_intr() local
730 struct rmc_comm_state *rcs; rmc_comm_send_srecord_bp() local
817 rmc_comm_wait_bp_reply(struct rmc_comm_state * rcs,rmc_comm_dp_state_t * dps,dp_req_resp_t * drr,clock_t stop_clockt) rmc_comm_wait_bp_reply() argument
865 rmc_comm_wait_enable_to_send(struct rmc_comm_state * rcs,rmc_comm_dp_state_t * dps) rmc_comm_wait_enable_to_send() argument
903 rmc_comm_wake_up_next(struct rmc_comm_state * rcs) rmc_comm_wake_up_next() argument
923 struct rmc_comm_state *rcs; rmc_comm_send_pend_req() local
987 rmc_comm_dreq_thread_start(struct rmc_comm_state * rcs) rmc_comm_dreq_thread_start() argument
1012 rmc_comm_dreq_thread_kill(struct rmc_comm_state * rcs) rmc_comm_dreq_thread_kill() argument
1037 rmc_comm_drvintf_init(struct rmc_comm_state * rcs) rmc_comm_drvintf_init() argument
1063 rmc_comm_drvintf_fini(struct rmc_comm_state * rcs) rmc_comm_drvintf_fini() argument
[all...]
/titanic_51/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() argument
292 busorrc_t *rcs; in platform_hb_enum() local
[all...]
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_51/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_51/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_51/usr/src/lib/fm/topo/modules/sun4u/hostbridge/
H A Dhb_sun4u.c119 busorrc_t *rcs = NULL; in pci_hostbridges_find() local
/titanic_51/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c207 tnode_t **rcs; in declare_exbuses() local
[all...]
/titanic_51/usr/src/lib/librdc/common/
H A Drdcconfig.c101 chain_successful(rdcconfig_t *rdcs, rdc_rc_t *rcs) in chain_successful() argument
/titanic_51/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() argument