Home
last modified time | relevance | path

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

/illumos-gate/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 …]
/illumos-gate/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
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c314 cs_register_cardservices_t rcs; in cs_deinit() local
H A Dcs_stubs.c130 csx_register_cardservices(cs_register_cardservices_t *rcs) in csx_register_cardservices()