Searched refs:msix_entry (Results 1 – 1 of 1) sorted by relevance
156 netc_msix_entry_t msix_entry[NETC_MSIX_ENTRY_NUM]; in netc_eth_init_common() local168 msix_entry[NETC_TX_MSIX_ENTRY_IDX].control = kNETC_MsixIntrMaskBit; in netc_eth_init_common()169 msix_entry[NETC_TX_MSIX_ENTRY_IDX].msgAddr = msg_addr; in netc_eth_init_common()170 msix_entry[NETC_TX_MSIX_ENTRY_IDX].msgData = config->tx_intr_msg_data; in netc_eth_init_common()172 msix_entry[NETC_RX_MSIX_ENTRY_IDX].control = kNETC_MsixIntrMaskBit; in netc_eth_init_common()173 msix_entry[NETC_RX_MSIX_ENTRY_IDX].msgAddr = msg_addr; in netc_eth_init_common()174 msix_entry[NETC_RX_MSIX_ENTRY_IDX].msgData = config->rx_intr_msg_data; in netc_eth_init_common()188 ep_config.msixEntry = &msix_entry[0]; in netc_eth_init_common()