Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c41 static int mana_hwc_verify_resp_msg(const struct hwc_caller_ctx *caller_ctx, in mana_hwc_verify_resp_msg() argument
48 if (resp_len > caller_ctx->output_buflen) in mana_hwc_verify_resp_msg()
67 ctx = hwc->caller_ctx + resp_msg->response.hwc_msg_id; in mana_hwc_handle_resp()
610 hwc->caller_ctx = ctx; in mana_hwc_test_channel()
773 kfree(hwc->caller_ctx); in mana_hwc_destroy_channel()
774 hwc->caller_ctx = NULL; in mana_hwc_destroy_channel()
826 ctx = hwc->caller_ctx + msg_id; in mana_hwc_send_request()
/openbmc/linux/include/net/mana/
H A Dhw_channel.h191 struct hwc_caller_ctx *caller_ctx; member