Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c85 if (!test_bit(resp_msg->response.hwc_msg_id, in mana_hwc_handle_resp()
88 resp_msg->response.hwc_msg_id); in mana_hwc_handle_resp()
93 ctx = hwc->caller_ctx + resp_msg->response.hwc_msg_id; in mana_hwc_handle_resp()
240 if (resp->response.hwc_msg_id >= hwc->num_inflight_msg) { in mana_hwc_rx_event_handler()
242 resp->response.hwc_msg_id); in mana_hwc_rx_event_handler()
846 req_msg->req.hwc_msg_id = msg_id; in mana_hwc_send_request()
/linux-6.15/include/net/mana/
H A Dgdma.h118 u16 hwc_msg_id; member