Home
last modified time | relevance | path

Searched refs:tx_result (Results 1 – 9 of 9) sorted by relevance

/drivers/net/wireless/ti/wl1251/
Dtx.c396 struct tx_result *result) in wl1251_tx_packet_cb()
446 struct tx_result result[FW_TX_CMPLT_BLOCK_SIZE], *result_ptr; in wl1251_tx_complete()
505 sizeof(struct tx_result)), in wl1251_tx_complete()
508 sizeof(struct tx_result)); in wl1251_tx_complete()
516 sizeof(struct tx_result)), in wl1251_tx_complete()
520 sizeof(struct tx_result)); in wl1251_tx_complete()
528 sizeof(struct tx_result)); in wl1251_tx_complete()
536 sizeof(struct tx_result)); in wl1251_tx_complete()
Dtx.h156 struct tx_result { struct
/drivers/dma/
Dvirt-dma.h17 struct dmaengine_result tx_result; member
66 vd->tx_result.result = DMA_TRANS_NOERROR; in vchan_tx_prep()
67 vd->tx_result.residue = 0; in vchan_tx_prep()
Dvirt-dma.c101 dmaengine_desc_callback_invoke(&cb, &vd->tx_result); in vchan_complete()
107 dmaengine_desc_callback_invoke(&cb, &vd->tx_result); in vchan_complete()
Dfsl-qdma.c713 fsl_comp->vdesc.tx_result.result = in fsl_qdma_queue_transfer_complete()
717 fsl_comp->vdesc.tx_result.result = in fsl_qdma_queue_transfer_complete()
723 fsl_comp->vdesc.tx_result.result = in fsl_qdma_queue_transfer_complete()
Ddma-axi-dmac.c339 struct dmaengine_result *rslt = &active->vdesc.tx_result; in axi_dmac_compute_residue()
/drivers/dma/sh/
Dusb-dmac.c589 desc->vd.tx_result.result = DMA_TRANS_NOERROR; in usb_dmac_isr_transfer_end()
590 desc->vd.tx_result.residue = desc->residue; in usb_dmac_isr_transfer_end()
/drivers/net/wireless/ti/wlcore/
Dtx.c981 ret = wlcore_read(wl, le32_to_cpu(memmap->tx_result), in wlcore_tx_complete()
989 ret = wlcore_write32(wl, le32_to_cpu(memmap->tx_result) + in wlcore_tx_complete()
Dacx.h490 __le32 tx_result; member