Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c84 if (!test_bit(resp_msg->response.hwc_msg_id, in mana_hwc_handle_resp()
87 resp_msg->response.hwc_msg_id); in mana_hwc_handle_resp()
92 ctx = hwc->caller_ctx + resp_msg->response.hwc_msg_id; in mana_hwc_handle_resp()
239 if (resp->response.hwc_msg_id >= hwc->num_inflight_msg) { in mana_hwc_rx_event_handler()
241 resp->response.hwc_msg_id); in mana_hwc_rx_event_handler()
840 req_msg->req.hwc_msg_id = msg_id; in mana_hwc_send_request()
/openbmc/linux/include/net/mana/
H A Dgdma.h116 u16 hwc_msg_id; member