Home
last modified time | relevance | path

Searched refs:read_resp (Results 1 – 6 of 6) sorted by relevance

/drivers/infiniband/hw/efa/
Defa_com.c72 struct efa_admin_mmio_req_read_less_resp *read_resp; in efa_com_reg_read32() local
77 read_resp = mmio_read->read_resp; in efa_com_reg_read32()
83 read_resp->req_id = mmio_read->seq_num + 0x9aL; in efa_com_reg_read32()
92 if (READ_ONCE(read_resp->req_id) == mmio_read->seq_num) in efa_com_reg_read32()
97 if (read_resp->req_id != mmio_read->seq_num) { in efa_com_reg_read32()
101 mmio_read->seq_num, offset, read_resp->req_id, in efa_com_reg_read32()
102 read_resp->reg_off); in efa_com_reg_read32()
107 if (read_resp->reg_off != offset) { in efa_com_reg_read32()
115 err = read_resp->reg_val; in efa_com_reg_read32()
902 mmio_read->read_resp = in efa_com_mmio_reg_read_init()
[all …]
Defa_com.h95 struct efa_admin_mmio_req_read_less_resp *read_resp; member
/drivers/net/ethernet/amazon/ena/
Dena_com.c806 volatile struct ena_admin_ena_mmio_req_read_less_resp *read_resp = in ena_com_reg_bar_read32() local
807 mmio_read->read_resp; in ena_com_reg_bar_read32()
824 read_resp->req_id = mmio_read->seq_num + 0xDEAD; in ena_com_reg_bar_read32()
833 if (READ_ONCE(read_resp->req_id) == mmio_read->seq_num) in ena_com_reg_bar_read32()
841 mmio_read->seq_num, offset, read_resp->req_id, in ena_com_reg_bar_read32()
842 read_resp->reg_off); in ena_com_reg_bar_read32()
847 if (read_resp->reg_off != offset) { in ena_com_reg_bar_read32()
851 ret = read_resp->reg_val; in ena_com_reg_bar_read32()
1685 mmio_read->read_resp = in ena_com_mmio_reg_read_request_init()
1687 sizeof(*mmio_read->read_resp), in ena_com_mmio_reg_read_request_init()
[all …]
Dena_com.h258 struct ena_admin_ena_mmio_req_read_less_resp *read_resp; member
/drivers/pci/controller/
Dpci-hyperv.c897 struct pci_read_block_response *read_resp = in hv_pci_read_config_compl() local
908 if (data_len > 0 && read_resp->status == 0) { in hv_pci_read_config_compl()
910 memcpy(comp->buf, read_resp->bytes, comp->bytes_returned); in hv_pci_read_config_compl()
915 comp->comp_pkt.completion_status = read_resp->status; in hv_pci_read_config_compl()
/drivers/infiniband/hw/hfi1/
Drc.c252 goto read_resp; in make_rc_ack()
348 read_resp: in make_rc_ack()