Searched refs:tx_dma_packet (Results 1 – 1 of 1) sorted by relevance
2024 struct tx_dma_pkt *tx_dma_packet = NULL; in crystalhd_hw_post_tx() local2053 tx_dma_packet = (struct tx_dma_pkt *)crystalhd_dioq_fetch(hw->tx_freeq); in crystalhd_hw_post_tx()2054 if (!tx_dma_packet) { in crystalhd_hw_post_tx()2060 &tx_dma_packet->desc_mem, in crystalhd_hw_post_tx()2063 add_sts = crystalhd_dioq_add(hw->tx_freeq, tx_dma_packet, in crystalhd_hw_post_tx()2073 desc_addr.full_addr = tx_dma_packet->desc_mem.phy_addr; in crystalhd_hw_post_tx()2077 tx_dma_packet->call_back = call_back; in crystalhd_hw_post_tx()2078 tx_dma_packet->cb_event = cb_event; in crystalhd_hw_post_tx()2079 tx_dma_packet->dio_req = ioreq; in crystalhd_hw_post_tx()2091 *list_id = tx_dma_packet->list_tag = hw->tx_ioq_tag_seed + in crystalhd_hw_post_tx()[all …]