Searched refs:extendBuffConfig (Results 1 – 2 of 2) sorted by relevance
1080 …TempTxDescr->extendBuffConfig = (NETC_ETH_IP_TXBD_FINAL_MASK & (~NETC_ETH_IP_TXBD_WRITEBACK_MASK)); in Netc_Eth_Ip_InitTxBD()6015 … txTmpBDR->extendBuffConfig |= (NETC_ETH_IP_TXBD_FINAL_MASK & (~NETC_ETH_IP_TXBD_WRITEBACK_MASK));6300 txBD->extendBuffConfig = 0U;6310 txBD->extendBuffConfig = NETC_ETH_IP_TXBD_FINAL_MASK;6421 txBD->extendBuffConfig = NETC_ETH_IP_TXBD_FINAL_MASK;6474 …txBD->extendBuffConfig |= (((uint32)options->ExtensionFlags) << NETC_ETH_IP_E_FLAGS_SHIFT) & NETC_…7127 …txBD->extendBuffConfig |= (((uint32)options->ExtensionFlags) << NETC_ETH_IP_E_FLAGS_SHIFT) & NETC_…
1229 uint32 extendBuffConfig; /*!< Buffer descriptor configuration for an extended descriptor. */ member