Searched refs:txGenIdx (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/enet/ |
| D | fsl_enet.c | 1890 curBuffDescrip = txBdRing->txBdBase + txBdRing->txGenIdx; in ENET_SendFrame() 1935 txBdRing->txGenIdx = ENET_IncreaseIndex(txBdRing->txGenIdx, txBdRing->txRingLen); in ENET_SendFrame() 1940 txDirty = txDirtyRing->txDirtyBase + txDirtyRing->txGenIdx; in ENET_SendFrame() 1942 … txDirtyRing->txGenIdx = ENET_IncreaseIndex(txDirtyRing->txGenIdx, txDirtyRing->txRingLen); in ENET_SendFrame() 1943 if (txDirtyRing->txGenIdx == txDirtyRing->txConsumIdx) in ENET_SendFrame() 1982 … txBdRing->txGenIdx = ENET_IncreaseIndex(txBdRing->txGenIdx, txBdRing->txRingLen); in ENET_SendFrame() 2032 … txDirty = txDirtyRing->txDirtyBase + txDirtyRing->txGenIdx; in ENET_SendFrame() 2034 … txDirtyRing->txGenIdx = ENET_IncreaseIndex(txDirtyRing->txGenIdx, txDirtyRing->txRingLen); in ENET_SendFrame() 2035 if (txDirtyRing->txGenIdx == txDirtyRing->txConsumIdx) in ENET_SendFrame() 2050 curBuffDescrip = txBdRing->txBdBase + txBdRing->txGenIdx; in ENET_SendFrame() [all …]
|
| D | fsl_enet.h | 528 uint16_t txGenIdx; /*!< tx generate index. */ member 681 …uint16_t txGenIdx; /*!< The current available transmit buffer descriptor poin… member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_enet/ |
| D | fsl_enet.c | 895 handle->txBdRing[count].txGenIdx = 0; in ENET_CreateHandler() 901 handle->txDirtyRing[count].txGenIdx = 0; in ENET_CreateHandler() 2162 enet_tx_reclaim_info_t *txDirty = &txDirtyRing->txDirtyBase[txDirtyRing->txGenIdx]; in ENET_SendFrame() 2200 txDirtyRing->txGenIdx = ENET_IncreaseIndex(txDirtyRing->txGenIdx, txDirtyRing->txRingLen); in ENET_SendFrame() 2206 txDesc = &txBdRing->txBdBase[txBdRing->txGenIdx]; in ENET_SendFrame() 2246 txBdRing->txGenIdx = ENET_IncreaseIndex(txBdRing->txGenIdx, txBdRing->txRingLen); in ENET_SendFrame() 2255 txDesc = (txBdRing->txGenIdx == 0U) ? (&txBdRing->txBdBase[txBdRing->txRingLen]) : in ENET_SendFrame() 2256 (&txBdRing->txBdBase[txBdRing->txGenIdx]); in ENET_SendFrame()
|
| D | fsl_enet.h | 379 uint16_t txGenIdx; /*!< Tx generate index. */ member 481 uint16_t txGenIdx; /*!< Tx generate index. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_enet/ |
| D | fsl_enet.c | 895 handle->txBdRing[count].txGenIdx = 0; in ENET_CreateHandler() 901 handle->txDirtyRing[count].txGenIdx = 0; in ENET_CreateHandler() 2284 enet_tx_reclaim_info_t *txDirty = &txDirtyRing->txDirtyBase[txDirtyRing->txGenIdx]; in ENET_SendFrame() 2322 txDirtyRing->txGenIdx = ENET_IncreaseIndex(txDirtyRing->txGenIdx, txDirtyRing->txRingLen); in ENET_SendFrame() 2328 txDesc = &txBdRing->txBdBase[txBdRing->txGenIdx]; in ENET_SendFrame() 2368 txBdRing->txGenIdx = ENET_IncreaseIndex(txBdRing->txGenIdx, txBdRing->txRingLen); in ENET_SendFrame() 2377 txDesc = (txBdRing->txGenIdx == 0U) ? (&txBdRing->txBdBase[txBdRing->txRingLen]) : in ENET_SendFrame() 2378 (&txBdRing->txBdBase[txBdRing->txGenIdx]); in ENET_SendFrame()
|
| D | fsl_enet.h | 404 uint16_t txGenIdx; /*!< Tx generate index. */ member 507 uint16_t txGenIdx; /*!< Tx generate index. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/ |
| D | fsl_enet_qos.c | 1049 handle->txBdRing[index].txGenIdx = 0; in ENET_QOS_Down() 1053 handle->txDirtyRing[index].txGenIdx = 0; in ENET_QOS_Down() 1556 handle->txBdRing[count].txGenIdx = 0; in ENET_QOS_CreateHandler() 1562 handle->txDirtyRing[count].txGenIdx = 0; in ENET_QOS_CreateHandler() 2699 … txDirtyRing->txGenIdx = ENET_QOS_IncreaseIndex(txDirtyRing->txGenIdx, txDirtyRing->txRingLen); in ENET_QOS_ReclaimTxDescriptor() 2700 if (txDirtyRing->txGenIdx == txDirtyRing->txConsumIdx) in ENET_QOS_ReclaimTxDescriptor() 2800 txDesc = &txBdRing->txBdBase[txBdRing->txGenIdx]; in ENET_QOS_SendFrame() 2807 txDirty = &txDirtyRing->txDirtyBase[txBdRing->txGenIdx]; in ENET_QOS_SendFrame() 2834 txBdRing->txGenIdx = ENET_QOS_IncreaseIndex(txBdRing->txGenIdx, txBdRing->txRingLen); in ENET_QOS_SendFrame() 2841 txDesc = &txBdRing->txBdBase[txBdRing->txGenIdx]; in ENET_QOS_SendFrame() [all …]
|
| D | fsl_enet_qos.h | 481 uint16_t txGenIdx; /*!< tx generate index. */ member 645 uint16_t txGenIdx; /*!< tx generate index. */ member
|