Searched refs:TxPacket (Results 1 – 1 of 1) sorted by relevance
58 typedef struct TxPacket struct60 struct TxPacket *mNext; argument64 } TxPacket; argument68 static TxPacket sTxPacketPool[OPENTHREAD_POSIX_CONFIG_TREL_TX_PACKET_POOL_SIZE];69 static TxPacket *sFreeTxPacketHead; // A singly linked list of free/available `TxPacket` …70 static TxPacket *sTxPacketQueueTail; // A circular linked list for queued tx packets.309 TxPacket *packet = &sTxPacketPool[index]; in InitPacketQueue()320 TxPacket *packet = sTxPacketQueueTail->mNext; // tail->mNext is the head of the list. in SendQueuedPackets()349 TxPacket *packet; in EnqueuePacket()