Home
last modified time | relevance | path

Searched refs:request_post (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dredfish_request.py100 response = redfish_request.request_post(
199 def request_post(self, headers, url, data=None, timeout=10, verify=False): member in redfish_request
/openbmc/qemu/hw/scsi/
H A Dmptsas.h62 uint32_t request_post[MPTSAS_REQUEST_QUEUE_DEPTH + 1]; member
H A Dmptsas.c618 reply.GlobalCredits = ARRAY_SIZE(s->request_post) - 1; in mptsas_process_ioc_facts()
761 addr = s->host_mfa_high_addr | MPTSAS_FIFO_GET(s, request_post); in mptsas_fetch_request()
794 while (!MPTSAS_FIFO_EMPTY(s, request_post)) { in mptsas_fetch_requests()
1066 if (MPTSAS_FIFO_FULL(s, request_post)) { in mptsas_mmio_write()
1069 MPTSAS_FIFO_PUT(s, request_post, val & ~0x03); in mptsas_mmio_write()
1354 MPTSAS_FIFO_INVALID(s, request_post) || in mptsas_post_load()
1389 VMSTATE_UINT32_ARRAY(request_post, MPTSASState,