Searched refs:read_resp (Results 1 – 4 of 4) sorted by relevance
797 volatile struct ena_admin_ena_mmio_req_read_less_resp *read_resp = in ena_com_reg_bar_read32() local798 mmio_read->read_resp; in ena_com_reg_bar_read32()815 read_resp->req_id = mmio_read->seq_num + 0xDEAD; in ena_com_reg_bar_read32()824 if (READ_ONCE(read_resp->req_id) == mmio_read->seq_num) in ena_com_reg_bar_read32()833 mmio_read->seq_num, offset, read_resp->req_id, read_resp->reg_off); in ena_com_reg_bar_read32()838 if (read_resp->reg_off != offset) { in ena_com_reg_bar_read32()842 ret = read_resp->reg_val; in ena_com_reg_bar_read32()1916 mmio_read->read_resp = dma_alloc_coherent(ena_dev->dmadev, sizeof(*mmio_read->read_resp), in ena_com_mmio_reg_read_request_init()1918 if (unlikely(!mmio_read->read_resp)) in ena_com_mmio_reg_read_request_init()1923 mmio_read->read_resp->req_id = 0x0; in ena_com_mmio_reg_read_request_init()[all …]
260 struct ena_admin_ena_mmio_req_read_less_resp *read_resp; member
1449 struct pci_read_block_response *read_resp = in hv_pci_read_config_compl() local1460 if (data_len > 0 && read_resp->status == 0) { in hv_pci_read_config_compl()1462 memcpy(comp->buf, read_resp->bytes, comp->bytes_returned); in hv_pci_read_config_compl()1467 comp->comp_pkt.completion_status = read_resp->status; in hv_pci_read_config_compl()
210 goto read_resp; in make_rc_ack()306 read_resp: in make_rc_ack()