Lines Matching defs:req_id
436 desc->meta_ctrl |= (ena_tx_ctx->req_id <<
445 desc->len_ctrl |= ((ena_tx_ctx->req_id >> 10) <<
540 ena_buf->req_id = cdesc->req_id;
559 u16 req_id)
582 desc->req_id = req_id;
593 int ena_com_tx_comp_req_id_get(struct ena_com_io_cq *io_cq, u16 *req_id)
614 if (unlikely(cdesc->req_id >= io_cq->q_depth)) {
615 ena_trc_err("Invalid req id %d\n", cdesc->req_id);
621 *req_id = READ_ONCE(cdesc->req_id);