handle_reply
chan->ipc->ops->handle_reply(chan->ipc);
chan->ipc->ops->handle_reply(chan->ipc);
handle_reply(s, msg);
int (*handle_reply)(struct ceph_auth_client *ac, u64 global_id,
void (*handle_reply)(struct imx_dsp_ipc *ipc);
void (*handle_reply)(struct mtk_adsp_ipc *ipc);
ret = ac->ops->handle_reply(ac, global_id, payload, payload_end,
ret = ac->ops->handle_reply(ac, 0, reply, reply + reply_len,
ret = ac->ops->handle_reply(ac, global_id, reply, reply + reply_len,
.handle_reply = handle_reply,
.handle_reply = ceph_x_handle_reply,
handle_reply(osd, msg);
.handle_reply = imx_handle_reply,
.handle_reply = mtk_adsp_handle_reply,
.handle_reply = mtk_adsp_handle_reply,