Home
last modified time | relevance | path

Searched refs:__ds_send (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dds.c244 static int __ds_send(struct ldc_channel *lp, void *data, int len) in __ds_send() function
265 err = __ds_send(lp, data, len); in ds_send()
445 __ds_send(dp->lp, &pkt, msg_len); in __dr_cpu_send_error()
579 __ds_send(dp->lp, resp, resp_len); in dr_cpu_configure()
622 __ds_send(dp->lp, resp, resp_len); in dr_cpu_unconfigure()
817 __ds_send(dp->lp, &pkt, msg_len); in ldom_set_var()
915 err = __ds_send(lp, &pbuf, msg_len); in register_services()
981 __ds_send(dp->lp, &nack, sizeof(nack)); in __send_ds_nack()
1075 err = __ds_send(lp, &req, sizeof(req)); in ds_up()