Lines Matching +full:location +full:- +full:rx

2  * Copyright (c) 2018-2021 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
29 /* See BTCore5.3, 4.E.6.7 - Default value 0x1f40 * 625us */
70 TICKER_ID_ADV_LAST = ((TICKER_ID_ADV_BASE) + (BT_CTLR_ADV_SET) - 1),
75 (CONFIG_BT_CTLR_ADV_AUX_SET) - 1),
79 (CONFIG_BT_CTLR_ADV_SYNC_SET) - 1),
83 (CONFIG_BT_CTLR_ADV_ISO_SET) - 1),
94 TICKER_ID_SCAN_LAST = ((TICKER_ID_SCAN_BASE) + (BT_CTLR_SCAN_SET) - 1),
101 (CONFIG_BT_CTLR_SCAN_AUX_SET) - 1),
106 (CONFIG_BT_PER_ADV_SYNC_MAX) - 1),
110 (CONFIG_BT_CTLR_SCAN_SYNC_ISO_SET) - 1),
113 (CONFIG_BT_CTLR_SCAN_SYNC_ISO_SET) - 1),
121 TICKER_ID_CONN_LAST = ((TICKER_ID_CONN_BASE) + (CONFIG_BT_MAX_CONN) -
128 (CONFIG_BT_CTLR_CONN_ISO_GROUPS) - 1),
131 (CONFIG_BT_CTLR_CONN_ISO_GROUPS) - 1),
138 CONFIG_BT_CTLR_USER_TICKER_ID_RANGE - 1),
196 ((handle) - LL_CIS_HANDLE_BASE)
246 #define HDR_LLL2ULL(p) (((struct lll_hdr *)(p))->parent)
281 /* Signals completion of RX event */
283 /* Signals arrival of RX Data Channel payload */
328 /* Signals retention (ie non-release) of rx node */
355 * the scan context when enqueuing the node rx.
410 /* Meta-information for isochronous PDUs in node_rx_hdr */
415 void *next; /* Pointer to next pre-transmission rx_node (BIS) */
432 uint8_t ack_last; /* Tx ack queue index at this node rx */
440 /* Template node rx type with memory aligned offset to PDU buffer.
441 * NOTE: offset to memory aligned pdu buffer location is used to reference
442 * node rx type specific information, like, terminate or sync lost reason
443 * from a dedicated node rx structure storage location.
572 hdr->parent = parent; in lll_hdr_init()
575 hdr->score = 0U; in lll_hdr_init()
576 hdr->latency = 0U; in lll_hdr_init()
582 #define iso_rx_put(link, rx) ull_iso_rx_put(link, rx) argument
585 #define iso_rx_put(link, rx) ll_iso_rx_put(link, rx) argument
624 void ull_rx_put(memq_link_t *link, void *rx);
626 void ull_rx_put_sched(memq_link_t *link, void *rx);
627 void ull_iso_rx_put(memq_link_t *link, void *rx);