Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull.c67 #define NODE_RX_HEADER_SIZE (offsetof(struct node_rx_pdu, pdu)) macro
68 #define NODE_RX_STRUCT_OVERHEAD (NODE_RX_HEADER_SIZE)
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_util.c59 #define NODE_RX_HEADER_SIZE (offsetof(struct node_rx_pdu, pdu)) macro
60 #define NODE_RX_STRUCT_OVERHEAD (NODE_RX_HEADER_SIZE)
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c118 #define NODE_RX_HEADER_SIZE (offsetof(struct node_rx_pdu, pdu)) macro
131 static RXFIFO_DEFINE(iso_rx, ((NODE_RX_HEADER_SIZE) + (ISO_RX_BUFFER_SIZE)),
Dull.c433 #define NODE_RX_HEADER_SIZE (offsetof(struct node_rx_pdu, pdu)) macro
435 #define PDU_RX_NODE_POOL_ELEMENT_SIZE MROUND(NODE_RX_HEADER_SIZE + \