Searched refs:handle_reply (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/net/ceph/ |
H A D | auth_none.c | 72 static int handle_reply(struct ceph_auth_client *ac, u64 global_id, in handle_reply() function 127 .handle_reply = handle_reply,
|
H A D | auth.c | 265 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 D | auth_x.c | 1074 .handle_reply = ceph_x_handle_reply,
|
H A D | osd_client.c | 2557 * This is open-coded in handle_reply(). in complete_request() 3768 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply() 4688 * handle_reply(), in which case r_result would already be set and 5420 handle_reply(osd, msg); in osd_dispatch() 3766 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) handle_reply() function
|
/openbmc/linux/include/linux/firmware/mediatek/ |
H A D | mtk-adsp-ipc.h | 28 void (*handle_reply)(struct mtk_adsp_ipc *ipc); member
|
/openbmc/linux/include/linux/firmware/imx/ |
H A D | dsp.h | 26 void (*handle_reply)(struct imx_dsp_ipc *ipc); member
|
/openbmc/linux/drivers/firmware/ |
H A D | mtk-adsp-ipc.c | 59 chan->ipc->ops->handle_reply(chan->ipc); in mtk_adsp_ipc_recv()
|
/openbmc/linux/drivers/firmware/imx/ |
H A D | imx-dsp.c | 55 chan->ipc->ops->handle_reply(chan->ipc); in imx_dsp_handle_rx()
|
/openbmc/linux/include/linux/ceph/ |
H A D | auth.h | 53 int (*handle_reply)(struct ceph_auth_client *ac, u64 global_id, member
|
/openbmc/linux/sound/soc/sof/imx/ |
H A D | imx8m.c | 99 .handle_reply = imx8m_dsp_handle_reply,
|
H A D | imx8ulp.c | 112 .handle_reply = imx8ulp_dsp_handle_reply,
|
H A D | imx8.c | 106 .handle_reply = imx8_dsp_handle_reply,
|
/openbmc/linux/sound/soc/sof/mediatek/mt8195/ |
H A D | mt8195.c | 86 .handle_reply = mt8195_dsp_handle_reply,
|
/openbmc/linux/sound/soc/sof/mediatek/mt8186/ |
H A D | mt8186.c | 86 .handle_reply = mt8186_dsp_handle_reply,
|
/openbmc/linux/fs/ceph/ |
H A D | mds_client.c | 3628 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply() function 5759 handle_reply(s, msg); in mds_dispatch()
|