Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/microsoft/mana/
Dhw_channel.c42 static int mana_hwc_verify_resp_msg(const struct hwc_caller_ctx *caller_ctx, in mana_hwc_verify_resp_msg() argument
49 if (resp_len > caller_ctx->output_buflen) in mana_hwc_verify_resp_msg()
93 ctx = hwc->caller_ctx + resp_msg->response.hwc_msg_id; in mana_hwc_handle_resp()
618 hwc->caller_ctx = ctx; in mana_hwc_test_channel()
781 kfree(hwc->caller_ctx); in mana_hwc_destroy_channel()
782 hwc->caller_ctx = NULL; in mana_hwc_destroy_channel()
834 ctx = hwc->caller_ctx + msg_id; in mana_hwc_send_request()
/linux-6.12.1/include/net/mana/
Dhw_channel.h191 struct hwc_caller_ctx *caller_ctx; member