Lines Matching refs:hmaptest_params
9401 dhdmsgbuf_hmaptest(dhd_pub_t *dhd, pcie_hmaptest_t *hmaptest_params) argument
9422 prot->hmaptest.accesstype = hmaptest_params->accesstype;
9423 prot->hmaptest.is_write = hmaptest_params->is_write;
9424 prot->hmaptest.len = hmaptest_params->xfer_len;
9425 prot->hmaptest.offset = hmaptest_params->host_offset;
9430 offset, prot->hmaptest.len, hmaptest_params->value));
9488 if (hmaptest_params->host_addr_lo || hmaptest_params->host_addr_hi) {
9497 hmaptest_params->host_addr_lo = htol32((uint32)(scratch_lin & 0xffffffff));
9498 hmaptest_params->host_addr_hi = htol32((uint32)((scratch_lin >> 32) & 0xffffffff));
9535 pcie_hmaptest_t *hmaptest_params; local
9538 hmaptest_params = (pcie_hmaptest_t*)((char *)buf + slen);
9539 dhdmsgbuf_hmaptest(dhd, hmaptest_params);