Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/pf_pcie/
Dpf_pcie.c156 pf_pcie_write_callback_t tx_complete_handler; member
1046 g_pcie_dma.tx_complete_handler = NULL_POINTER; in PF_PCIE_dma_init()
1062 g_pcie_dma.tx_complete_handler = write_callback; in PF_PCIE_set_dma_write_callback()
1244 if (NULL_POINTER != g_pcie_dma.tx_complete_handler) in PF_PCIE_isr()
1246 g_pcie_dma.tx_complete_handler(PF_PCIE_EP_DMA_COMPLETED); in PF_PCIE_isr()
/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dmss_ethernet_mac.h739 mss_mac_transmit_callback_t tx_complete_handler
Dmss_ethernet_mac.c3327 mss_mac_transmit_callback_t tx_complete_handler in MSS_MAC_set_tx_callback() argument
3332 this_mac->queue[queue_no].pckt_tx_callback = tx_complete_handler; in MSS_MAC_set_tx_callback()