Home
last modified time | relevance | path

Searched refs:t7xx_cldma_hw_rx_done (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wwan/t7xx/
Dt7xx_cldma.h169 void t7xx_cldma_hw_rx_done(struct t7xx_cldma_hw *hw_info, unsigned int bitmask);
Dt7xx_hif_cldma.c224 t7xx_cldma_hw_rx_done(hw_info, pending_rx_int); in t7xx_cldma_gpd_rx_collect()
596 t7xx_cldma_hw_rx_done(hw_info, l2_rx_int); in t7xx_cldma_irq_work_cb()
650 t7xx_cldma_hw_rx_done(hw_info, CLDMA_L2RISAR0_ALL_INT_MASK); in t7xx_cldma_stop()
1250 t7xx_cldma_hw_rx_done(hw_info, EMPTY_STATUS_BITMASK | TXRX_STATUS_BITMASK); in t7xx_cldma_hif_hw_init()
Dt7xx_cldma.c159 void t7xx_cldma_hw_rx_done(struct t7xx_cldma_hw *hw_info, unsigned int bitmask) in t7xx_cldma_hw_rx_done() function