Lines Matching defs:msg_id
46 mana_hwc_get_msg_index(struct hw_channel_context *hwc, uint16_t *msg_id)
62 *msg_id = index;
68 mana_hwc_put_msg_index(struct hw_channel_context *hwc, uint16_t msg_id)
73 bitmap_clear(hwc->inflight_msg_res.map, msg_id, 1);
102 device_printf(hwc->dev, "hwc_rx: invalid msg_id = %u\n",
261 device_printf(hwc->dev, "HWC RX: wrong msg_id=%u\n",
870 uint16_t msg_id;
873 mana_hwc_get_msg_index(hwc, &msg_id);
875 tx_wr = &txq->msg_buf->reqs[msg_id];
885 ctx = hwc->caller_ctx + msg_id;
893 req_msg->req.hwc_msg_id = msg_id;
922 mana_hwc_put_msg_index(hwc, msg_id);