Searched refs:txEntry (Results 1 – 4 of 4) sorted by relevance
222 RCL_Buffer_DataEntry *txEntry; /*!< Entry holding frame to be transmitted */ member241 .txEntry = NULL, \
157 RCL_Buffer_DataEntry *txEntry; /*!< Packet to transmit */ member173 .txEntry = NULL, \
1008 RCL_Buffer_DataEntry *txEntry = txAction->txEntry; in RCL_Handler_Ieee_RxTx() local1009 if (txEntry == NULL) in RCL_Handler_Ieee_RxTx()1016 uint32_t wordLength = RCL_Buffer_DataEntry_paddedLen(txEntry->length) / 4; in RCL_Handler_Ieee_RxTx()1026 uint32_t *data32 = (uint32_t *) (txEntry); in RCL_Handler_Ieee_RxTx()1038 … uint32_t pos = txEntry->numPad - sizeof(txEntry->pad0) + IEEE_PHY_HDR_LEN + IEEE_MAC_FCF_LEN; in RCL_Handler_Ieee_RxTx()1039 … if (txEntry->length >= sizeof(txEntry->numPad) + sizeof(txEntry->pad0) + pos) in RCL_Handler_Ieee_RxTx()1041 seqNo = txEntry->data[pos]; in RCL_Handler_Ieee_RxTx()
510 if (txCmd->txEntry == NULL) in RCL_Handler_Generic_TxRepeat()517 uint32_t length = txCmd->txEntry->length; in RCL_Handler_Generic_TxRepeat()528 LRF_writeTxFifoWords((uint32_t *) txCmd->txEntry, wordLength); in RCL_Handler_Generic_TxRepeat()