Home
last modified time | relevance | path

Searched defs:mss_mac_instance (Results 1 – 1 of 1) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_ethernet_mac/
Dmss_ethernet_mac_types.h1287 typedef struct mss_mac_instance struct
1289 uint32_t is_emac; /*!< 0 for primary MAC and non zero for eMAC */
1290 MAC_TypeDef *mac_base; /*!< Register start address - _NULL_ if eMAC */
1291 eMAC_TypeDef *emac_base; /*!< Register start address - _NULL_ if primary MAC */
1292 PLIC_IRQn_Type mac_q_int[MSS_MAC_QUEUE_COUNT]; /*!< Interrupt numbers for each queue */
1294 PLIC_IRQn_Type mmsl_int; /*!< interrupt number for MMSL interrupt */
1297 mss_mac_queue_t queue[MSS_MAC_QUEUE_COUNT]; /*!< Queue specific information */
1299 volatile uint64_t tx_pause; /*!< Count of pause frames sent */
1300 volatile uint64_t rx_pause; /*!< Count of pause frames received */
1301 volatile uint64_t pause_elapsed; /*!< Count of pause frame elapsed events */
[all …]