Home
last modified time | relevance | path

Searched refs:pckt_rx_callback (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dmss_ethernet_mac_types.h1249 …mss_mac_receive_callback_t pckt_rx_callback; /*!< Pointer to receive handler call back function … member
Dmss_ethernet_mac.c346 … this_mac->queue[queue_no].pckt_rx_callback = (mss_mac_receive_callback_t)NULL_POINTER; in MSS_MAC_init()
3349 this_mac->queue[queue_no].pckt_rx_callback = rx_callback; in MSS_MAC_set_rx_callback()
5076 …if((NULL_POINTER != this_queue->pckt_rx_callback) && (NULL_POINTER != p_rx_packet) && (0U == this_… in rxpkt_handler()
5082 …this_queue->pckt_rx_callback(this_mac, queue_no, p_rx_packet, pckt_length, cdesc, this_queue->rx_c… in rxpkt_handler()