Home
last modified time | relevance | path

Searched refs:request_id (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dif_bwfm_pci.c1337 req->msg.request_id = htole32(pktid); in bwfm_pci_fill_rx_ioctl_ring()
1377 req->msg.request_id = htole32(pktid); in bwfm_pci_fill_rx_buf_ring()
1738 letoh32(msg->request_id)); in bwfm_pci_msg_rx()
1752 letoh32(event->msg.request_id)); in bwfm_pci_msg_rx()
1764 letoh32(tx->msg.request_id) - 1); in bwfm_pci_msg_rx()
1776 letoh32(rx->msg.request_id)); in bwfm_pci_msg_rx()
2092 req->msg.request_id = 0; in bwfm_pci_flowring_create_cb()
2133 req->msg.request_id = 0; in bwfm_pci_flowring_delete()
2253 tx->msg.request_id = htole32(pktid + 1); in bwfm_pci_txdata()
2508 req->msg.request_id = htole32(pktid); in bwfm_pci_msgbuf_query_dcmd()
[all …]
H A Dif_bwfm_pci.h221 uint32_t request_id; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.h53 Status SendSyncRequest(const char *request_id, const uint32_t data_len,
H A DAdbClient.cpp584 Status AdbClient::SyncService::SendSyncRequest(const char *request_id, in SendSyncRequest() argument
588 encoder.AppendData(llvm::StringRef(request_id)); in SendSyncRequest()