Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c43 static int mana_hwc_verify_resp_msg(const struct hwc_caller_ctx *caller_ctx, in mana_hwc_verify_resp_msg() argument
50 if (resp_len > caller_ctx->output_buflen) in mana_hwc_verify_resp_msg()
94 ctx = hwc->caller_ctx + resp_msg->response.hwc_msg_id; in mana_hwc_handle_resp()
654 hwc->caller_ctx = ctx; in mana_hwc_test_channel()
826 kfree(hwc->caller_ctx); in mana_hwc_destroy_channel()
827 hwc->caller_ctx = NULL; in mana_hwc_destroy_channel()
870 ctx = hwc->caller_ctx + msg_id; in mana_hwc_send_request()
/linux/include/net/mana/
H A Dhw_channel.h202 struct hwc_caller_ctx *caller_ctx;
200 struct hwc_caller_ctx *caller_ctx; global() member