Searched refs:request_id (Results 1 – 4 of 4) sorted by relevance
1337 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 …]
221 uint32_t request_id; member
53 Status SendSyncRequest(const char *request_id, const uint32_t data_len,
584 Status AdbClient::SyncService::SendSyncRequest(const char *request_id, in SendSyncRequest() argument588 encoder.AppendData(llvm::StringRef(request_id)); in SendSyncRequest()