Home
last modified time | relevance | path

Searched refs:handle_reply (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/net/ceph/
H A Dauth_none.c72 static int handle_reply(struct ceph_auth_client *ac, int result, in handle_reply() function
125 .handle_reply = handle_reply,
H A Dauth.c243 ret = ac->ops->handle_reply(ac, result, payload, payload_end); in ceph_handle_auth_reply()
H A Dauth_x.c583 dout("handle_reply got server challenge %llx\n", in ceph_x_handle_reply()
592 dout("handle_reply op %d result %d\n", op, result); in ceph_x_handle_reply()
918 .handle_reply = ceph_x_handle_reply,
H A Dosd_client.c2468 * This is open-coded in handle_reply().
3679 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply() function
5368 handle_reply(osd, msg); in dispatch()
/kernel/linux/linux-6.6/net/ceph/
H A Dauth_none.c72 static int handle_reply(struct ceph_auth_client *ac, u64 global_id, in handle_reply() function
127 .handle_reply = handle_reply,
H A Dauth.c265 ret = ac->ops->handle_reply(ac, global_id, payload, payload_end, in ceph_handle_auth_reply()
481 ret = ac->ops->handle_reply(ac, 0, reply, reply + reply_len, in ceph_auth_handle_reply_more()
499 ret = ac->ops->handle_reply(ac, global_id, reply, reply + reply_len, in ceph_auth_handle_reply_done()
H A Dauth_x.c685 dout("handle_reply got server challenge %llx\n", in ceph_x_handle_reply()
695 dout("handle_reply op %d result %d\n", op, result); in ceph_x_handle_reply()
1074 .handle_reply = ceph_x_handle_reply,
H A Dosd_client.c2555 * This is open-coded in handle_reply().
3766 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply() function
4686 * handle_reply(), in which case r_result would already be set and
5418 handle_reply(osd, msg); in osd_dispatch()
/kernel/linux/linux-5.10/include/linux/firmware/imx/
H A Ddsp.h26 void (*handle_reply)(struct imx_dsp_ipc *ipc); member
/kernel/linux/linux-6.6/include/linux/firmware/imx/
H A Ddsp.h26 void (*handle_reply)(struct imx_dsp_ipc *ipc); member
/kernel/linux/linux-6.6/include/linux/firmware/mediatek/
H A Dmtk-adsp-ipc.h28 void (*handle_reply)(struct mtk_adsp_ipc *ipc); member
/kernel/linux/linux-5.10/drivers/firmware/imx/
H A Dimx-dsp.c48 * Users of DSP IPC will need to privde handle_reply and handle_request
56 chan->ipc->ops->handle_reply(chan->ipc); in imx_dsp_handle_rx()
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dauth.h51 * handshake. if handle_reply returns -EAGAIN, we build
55 int (*handle_reply)(struct ceph_auth_client *ac, int result, member
/kernel/linux/linux-6.6/drivers/firmware/
H A Dmtk-adsp-ipc.c49 * Users of ADSP IPC will need to privde handle_reply and handle_request
59 chan->ipc->ops->handle_reply(chan->ipc); in mtk_adsp_ipc_recv()
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dauth.h49 * handshake. if handle_reply returns -EAGAIN, we build
53 int (*handle_reply)(struct ceph_auth_client *ac, u64 global_id, member
/kernel/linux/linux-6.6/drivers/firmware/imx/
H A Dimx-dsp.c47 * Users of DSP IPC will need to privde handle_reply and handle_request
55 chan->ipc->ops->handle_reply(chan->ipc); in imx_dsp_handle_rx()
/kernel/linux/linux-5.10/sound/soc/sof/imx/
H A Dimx8m.c105 .handle_reply = imx8m_dsp_handle_reply,
H A Dimx8.c132 .handle_reply = imx8_dsp_handle_reply,
/kernel/linux/linux-6.6/sound/soc/sof/imx/
H A Dimx8.c106 .handle_reply = imx8_dsp_handle_reply,
H A Dimx8ulp.c112 .handle_reply = imx8ulp_dsp_handle_reply,
H A Dimx8m.c99 .handle_reply = imx8m_dsp_handle_reply,
/kernel/linux/linux-6.6/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c86 .handle_reply = mt8186_dsp_handle_reply,
/kernel/linux/linux-6.6/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c86 .handle_reply = mt8195_dsp_handle_reply,
/kernel/linux/linux-5.10/fs/ceph/
H A Dmds_client.c3123 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply() function
3145 dout("handle_reply on unknown tid %llu\n", tid); in handle_reply()
3149 dout("handle_reply %p\n", req); in handle_reply()
3232 dout("handle_reply tid %lld result %d\n", tid, result); in handle_reply()
5131 handle_reply(s, msg); in dispatch()
/kernel/linux/linux-6.6/fs/ceph/
H A Dmds_client.c3624 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply() function
3647 dout("handle_reply on unknown tid %llu\n", tid); in handle_reply()
3651 dout("handle_reply %p\n", req); in handle_reply()
3705 dout("handle_reply tid %lld result %d\n", tid, result); in handle_reply()
5754 handle_reply(s, msg); in mds_dispatch()

Completed in 57 milliseconds