Home
last modified time | relevance | path

Searched refs:buffConfig (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_enet/
Dfsl_enet.c871 enet_buffer_config_t *buffConfig = bufferConfig; in ENET_CreateHandler() local
888 handle->rxBdRing[count].rxBdBase = buffConfig->rxDescStartAddrAlign; in ENET_CreateHandler()
890 handle->rxBdRing[count].rxRingLen = buffConfig->rxRingLen; in ENET_CreateHandler()
891 handle->rxBdRing[count].rxBuffSizeAlign = buffConfig->rxBuffSizeAlign; in ENET_CreateHandler()
893 handle->txBdRing[count].txBdBase = buffConfig->txDescStartAddrAlign; in ENET_CreateHandler()
894 handle->txBdRing[count].txRingLen = buffConfig->txRingLen; in ENET_CreateHandler()
899 handle->txDirtyRing[count].txDirtyBase = buffConfig->txDirtyStartAddr; in ENET_CreateHandler()
900 handle->txDirtyRing[count].txRingLen = buffConfig->txRingLen; in ENET_CreateHandler()
904 handle->rxBufferStartAddr[count] = buffConfig->rxBufferStartAddr; in ENET_CreateHandler()
921 buffConfig++; in ENET_CreateHandler()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c1475 enet_qos_buffer_config_t *buffConfig = bufferConfig; in ENET_QOS_CreateHandler() local
1499 handle->txBdRing[count].txBdBase = buffConfig->txDescStartAddrAlign; in ENET_QOS_CreateHandler()
1500 handle->txBdRing[count].txRingLen = buffConfig->txRingLen; in ENET_QOS_CreateHandler()
1505 handle->txDirtyRing[count].txDirtyBase = buffConfig->txDirtyStartAddr; in ENET_QOS_CreateHandler()
1506 handle->txDirtyRing[count].txRingLen = buffConfig->txRingLen; in ENET_QOS_CreateHandler()
1516 handle->rxBdRing[count].rxBdBase = buffConfig->rxDescStartAddrAlign; in ENET_QOS_CreateHandler()
1518 handle->rxBdRing[count].rxRingLen = buffConfig->rxRingLen; in ENET_QOS_CreateHandler()
1519 handle->rxBdRing[count].rxBuffSizeAlign = buffConfig->rxBuffSizeAlign; in ENET_QOS_CreateHandler()
1522 handle->rxBufferStartAddr[count] = buffConfig->rxBufferStartAddr; in ENET_QOS_CreateHandler()
1525 handle->rxMaintainEnable[count] = buffConfig->rxBuffNeedMaintain; in ENET_QOS_CreateHandler()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c566 …TempTxDescr->buffConfig = (NETC_ETH_IP_TXBD_FRAME_INTERRUPT_MASK | NETC_ETH_IP_TXBD_EXTENDED_BUFFE… in Netc_Eth_Ip_InitTxBD()
570 …TempTxDescr->buffConfig = (NETC_ETH_IP_TXBD_FRAME_INTERRUPT_MASK | (NETC_ETH_IP_TXBD_FINAL_MASK & … in Netc_Eth_Ip_InitTxBD()
2378 … if (NETC_ETH_IP_TXBD_WRITEBACK_MASK == (txBDR->buffConfig & NETC_ETH_IP_TXBD_WRITEBACK_MASK))
3211 txTmpBDR->buffConfig |= NETC_ETH_IP_TXBD_EXTENDED_BUFFER_MASK;
3215 … txTmpBDR->buffConfig |= (NETC_ETH_IP_TXBD_FINAL_MASK & (~NETC_ETH_IP_TXBD_WRITEBACK_MASK));
3494 … txBD->buffConfig = NETC_ETH_IP_TXBD_FRAME_INTERRUPT_MASK | NETC_ETH_IP_TXBD_EXTENDED_BUFFER_MASK;
3497 txBD->buffConfig = NETC_ETH_IP_TXBD_FRAME_INTERRUPT_MASK;
3504 … txBD->buffConfig = NETC_ETH_IP_TXBD_FRAME_INTERRUPT_MASK | NETC_ETH_IP_TXBD_EXTENDED_BUFFER_MASK;
3508 … txBD->buffConfig = NETC_ETH_IP_TXBD_FRAME_INTERRUPT_MASK | NETC_ETH_IP_TXBD_FINAL_MASK;
3517 … txBD->buffConfig |= (((uint32)NETC_ETH_IP_FLQ_VALUE << NETC_ETH_IP_FLQ_SHIFT) | \
[all …]
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip_Types.h867 uint32 buffConfig; /*!< Buffer descriptor configuration for a normal descriptor. */ member