Home
last modified time | relevance | path

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

/hal_nxp-latest/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-latest/mcux/mcux-sdk/drivers/mcx_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()
922 buffConfig++; in ENET_CreateHandler()
/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c1530 enet_qos_buffer_config_t *buffConfig = bufferConfig; in ENET_QOS_CreateHandler() local
1554 handle->txBdRing[count].txBdBase = buffConfig->txDescStartAddrAlign; in ENET_QOS_CreateHandler()
1555 handle->txBdRing[count].txRingLen = buffConfig->txRingLen; in ENET_QOS_CreateHandler()
1560 handle->txDirtyRing[count].txDirtyBase = buffConfig->txDirtyStartAddr; in ENET_QOS_CreateHandler()
1561 handle->txDirtyRing[count].txRingLen = buffConfig->txRingLen; in ENET_QOS_CreateHandler()
1571 handle->rxBdRing[count].rxBdBase = buffConfig->rxDescStartAddrAlign; in ENET_QOS_CreateHandler()
1573 handle->rxBdRing[count].rxRingLen = buffConfig->rxRingLen; in ENET_QOS_CreateHandler()
1574 handle->rxBdRing[count].rxBuffSizeAlign = buffConfig->rxBuffSizeAlign; in ENET_QOS_CreateHandler()
1577 handle->rxBufferStartAddr[count] = buffConfig->rxBufferStartAddr; in ENET_QOS_CreateHandler()
1580 handle->rxMaintainEnable[count] = buffConfig->rxBuffNeedMaintain; in ENET_QOS_CreateHandler()
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c1079 …TempTxDescr->buffConfig = (NETC_ETH_IP_TXBD_FRAME_INTERRUPT_MASK | NETC_ETH_IP_TXBD_EXTENDED_BUFFE… in Netc_Eth_Ip_InitTxBD()
1083 …TempTxDescr->buffConfig = (NETC_ETH_IP_TXBD_FRAME_INTERRUPT_MASK | (NETC_ETH_IP_TXBD_FINAL_MASK & … in Netc_Eth_Ip_InitTxBD()
4534 … if (NETC_ETH_IP_TXBD_WRITEBACK_MASK == (txBDR->buffConfig & NETC_ETH_IP_TXBD_WRITEBACK_MASK))
6014 txTmpBDR->buffConfig |= NETC_ETH_IP_TXBD_EXTENDED_BUFFER_MASK;
6018 … txTmpBDR->buffConfig |= (NETC_ETH_IP_TXBD_FINAL_MASK & (~NETC_ETH_IP_TXBD_WRITEBACK_MASK));
6299 … txBD->buffConfig = NETC_ETH_IP_TXBD_FRAME_INTERRUPT_MASK | NETC_ETH_IP_TXBD_EXTENDED_BUFFER_MASK;
6302 txBD->buffConfig = NETC_ETH_IP_TXBD_FRAME_INTERRUPT_MASK;
6309 … txBD->buffConfig = NETC_ETH_IP_TXBD_FRAME_INTERRUPT_MASK | NETC_ETH_IP_TXBD_EXTENDED_BUFFER_MASK;
6313 … txBD->buffConfig = NETC_ETH_IP_TXBD_FRAME_INTERRUPT_MASK | NETC_ETH_IP_TXBD_FINAL_MASK;
6416 … if (NETC_ETH_IP_TXBD_WRITEBACK_MASK == (txBD->buffConfig & NETC_ETH_IP_TXBD_WRITEBACK_MASK))
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip_Types.h1224 uint32 buffConfig; /*!< Buffer descriptor configuration for a normal descriptor. */ member