Home | History | Annotate | Download | only in ena-com

Lines Matching defs:read_resp

715 	volatile struct ena_admin_ena_mmio_req_read_less_resp *read_resp =
716 mmio_read->read_resp;
733 read_resp->req_id = mmio_read->seq_num + 0xDEAD;
739 /* make sure read_resp->req_id get updated before the hw can write
747 if (read_resp->req_id == mmio_read->seq_num)
757 read_resp->req_id,
758 read_resp->reg_off);
763 if (read_resp->reg_off != offset) {
767 ret = read_resp->reg_val;
1640 sizeof(*mmio_read->read_resp),
1641 mmio_read->read_resp,
1644 if (unlikely(!mmio_read->read_resp))
1649 mmio_read->read_resp->req_id = 0x0;
1671 sizeof(*mmio_read->read_resp),
1672 mmio_read->read_resp,
1676 mmio_read->read_resp = NULL;