Searched refs:extendBuffConfig (Results 1 – 2 of 2) sorted by relevance
567 …TempTxDescr->extendBuffConfig = (NETC_ETH_IP_TXBD_FINAL_MASK & (~NETC_ETH_IP_TXBD_WRITEBACK_MASK)); in Netc_Eth_Ip_InitTxBD()3212 … txTmpBDR->extendBuffConfig |= (NETC_ETH_IP_TXBD_FINAL_MASK & (~NETC_ETH_IP_TXBD_WRITEBACK_MASK));3495 txBD->extendBuffConfig = 0U;3505 txBD->extendBuffConfig = NETC_ETH_IP_TXBD_FINAL_MASK;3543 …txBD->extendBuffConfig |= (((uint32)options->ExtensionFlags) << NETC_ETH_IP_E_FLAGS_SHIFT) & NETC_…3650 txBD->extendBuffConfig = NETC_ETH_IP_TXBD_FINAL_MASK;3700 …txBD->extendBuffConfig |= (((uint32)options->ExtensionFlags) << NETC_ETH_IP_E_FLAGS_SHIFT) & NETC_…
872 uint32 extendBuffConfig; /*!< Buffer descriptor configuration for an extended descriptor. */ member