Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dmss_ethernet_mac_types.h1246 …void *tx_caller_info[MSS_MAC_TX_RING_SIZE]; /*!< Pointers to tx user specif… member
Dmss_ethernet_mac.c1848 this_mac->queue[queue_no].tx_caller_info[0] = p_user_data; in MSS_MAC_send_pkt()
2129 p_queue->tx_caller_info[position] = tx_rover->p_user_data; in MSS_MAC_send_pkts()
5151 …ue->pckt_tx_callback(this_mac, queue_no, p_current_desc, this_queue->tx_caller_info[this_queue->cu… in txpkt_handler()