Lines Matching refs:dmaxfer
5952 dma_xfer_info_t *dmaxfer = (dma_xfer_info_t *)arg; in dhdpcie_bus_doiovar() local
5954 if (!dmaxfer) in dhdpcie_bus_doiovar()
5956 if (dmaxfer->version != DHD_DMAXFER_VERSION) in dhdpcie_bus_doiovar()
5958 if (dmaxfer->length != sizeof(dma_xfer_info_t)) { in dhdpcie_bus_doiovar()
5962 bcmerror = dhdpcie_bus_dmaxfer_req(bus, dmaxfer->num_bytes, in dhdpcie_bus_doiovar()
5963 dmaxfer->src_delay, dmaxfer->dest_delay, in dhdpcie_bus_doiovar()
5964 dmaxfer->type, dmaxfer->core_num, in dhdpcie_bus_doiovar()
5965 dmaxfer->should_wait); in dhdpcie_bus_doiovar()
5967 if (dmaxfer->should_wait && bcmerror >= 0) { in dhdpcie_bus_doiovar()
5968 bcmerror = dhdmsgbuf_dmaxfer_status(bus->dhd, dmaxfer); in dhdpcie_bus_doiovar()
5974 dma_xfer_info_t *dmaxfer = (dma_xfer_info_t *)params; in dhdpcie_bus_doiovar() local
5975 if (!dmaxfer) in dhdpcie_bus_doiovar()
5977 if (dmaxfer->version != DHD_DMAXFER_VERSION) in dhdpcie_bus_doiovar()
5979 if (dmaxfer->length != sizeof(dma_xfer_info_t)) { in dhdpcie_bus_doiovar()
5982 bcmerror = dhdmsgbuf_dmaxfer_status(bus->dhd, dmaxfer); in dhdpcie_bus_doiovar()