| /subsys/bluetooth/mesh/ |
| A D | sar_cfg.c | 30 const struct bt_mesh_sar_rx *rx) in bt_mesh_sar_rx_encode() 58 struct bt_mesh_sar_rx *rx) in bt_mesh_sar_rx_decode()
|
| A D | transport.c | 717 static void seg_rx_assemble(struct seg_rx *rx, struct net_buf_simple *buf, in seg_rx_assemble() 777 static int sdu_recv(struct bt_mesh_net_rx *rx, uint8_t hdr, uint8_t aszmic, in sdu_recv() 846 static int trans_ack(struct bt_mesh_net_rx *rx, uint8_t hdr, in trans_ack() 958 static int ctl_recv(struct bt_mesh_net_rx *rx, uint8_t hdr, in ctl_recv() 1023 static int trans_unseg(struct net_buf_simple *buf, struct bt_mesh_net_rx *rx, in trans_unseg() 1143 static void seg_rx_reset(struct seg_rx *rx, bool full_reset) in seg_rx_reset() 1188 struct seg_rx *rx = CONTAINER_OF(dwork, struct seg_rx, discard); in seg_discard() local 1202 struct seg_rx *rx = CONTAINER_OF(dwork, struct seg_rx, ack); in seg_ack() local 1243 struct seg_rx *rx = &seg_rx[i]; in seg_rx_find() local 1309 struct seg_rx *rx = &seg_rx[i]; in seg_rx_alloc() local [all …]
|
| A D | pb_adv.c | 90 } rx; member 481 static void gen_prov_cont(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_cont() 561 static void gen_prov_ack(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_ack() 581 static void gen_prov_start(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_start() 681 static void gen_prov_ctl(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_ctl() 725 static void gen_prov_recv(struct prov_rx *rx, struct net_buf_simple *buf) in gen_prov_recv() 901 static void link_open(struct prov_rx *rx, struct net_buf_simple *buf) in link_open() 953 static void link_ack(struct prov_rx *rx, struct net_buf_simple *buf) in link_ack() 970 static void link_close(struct prov_rx *rx, struct net_buf_simple *buf) in link_close() 987 struct prov_rx rx; in bt_mesh_pb_adv_recv() local
|
| A D | net.c | 62 struct bt_mesh_net_rx *rx; member 169 static void msg_cache_add(struct bt_mesh_net_rx *rx) in msg_cache_add() 404 struct bt_mesh_net_rx rx = { in bt_mesh_net_local() local 622 static bool net_decrypt(struct bt_mesh_net_rx *rx, struct net_buf_simple *in, in net_decrypt() 685 static void bt_mesh_net_relay(struct net_buf_simple *sbuf, struct bt_mesh_net_rx *rx, bool bridge) in bt_mesh_net_relay() 795 struct bt_mesh_net_rx *rx) in bt_mesh_net_header_parse() 806 struct bt_mesh_net_rx *rx, struct net_buf_simple *out) in bt_mesh_net_decode() 868 struct bt_mesh_net_rx rx = { .ctx.recv_rssi = rssi }; in bt_mesh_net_recv() local
|
| A D | sar_cfg_srv.c | 70 const struct bt_mesh_sar_rx *rx = &bt_mesh.sar_rx; in receiver_status() local 124 struct bt_mesh_sar_rx *rx = &bt_mesh.sar_rx; in receiver_set() local
|
| A D | lpn.c | 586 void bt_mesh_lpn_msg_received(struct bt_mesh_net_rx *rx) in bt_mesh_lpn_msg_received() 625 int bt_mesh_lpn_friend_offer(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_offer() 694 int bt_mesh_lpn_friend_clear_cfm(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_clear_cfm() 985 int bt_mesh_lpn_friend_sub_cfm(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_sub_cfm() 1045 int bt_mesh_lpn_friend_update(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_update()
|
| A D | friend.c | 249 int bt_mesh_friend_clear(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_friend_clear() 624 int bt_mesh_friend_sub_add(struct bt_mesh_net_rx *rx, in bt_mesh_friend_sub_add() 659 int bt_mesh_friend_sub_rem(struct bt_mesh_net_rx *rx, in bt_mesh_friend_sub_rem() 713 int bt_mesh_friend_poll(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_friend_poll() 868 int bt_mesh_friend_clear_cfm(struct bt_mesh_net_rx *rx, in bt_mesh_friend_clear_cfm() 974 int bt_mesh_friend_req(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_friend_req() 1428 struct bt_mesh_net_rx *rx, in friend_lpn_enqueue_rx() 1648 struct bt_mesh_net_rx rx; in friend_queue_check_dup() local 1697 void bt_mesh_friend_enqueue_rx(struct bt_mesh_net_rx *rx, in bt_mesh_friend_enqueue_rx()
|
| A D | rpl.c | 86 struct bt_mesh_net_rx *rx) in bt_mesh_rpl_update() 110 bool bt_mesh_rpl_check(struct bt_mesh_net_rx *rx, struct bt_mesh_rpl **match, bool bridge) in bt_mesh_rpl_check()
|
| /subsys/bluetooth/controller/ll_sw/nordic/lll/ |
| A D | lll_prof.c | 164 struct node_rx_pdu *rx; in lll_prof_send() local 175 struct node_rx_pdu *rx; in lll_prof_reserve() local 187 void lll_prof_reserve_send(struct node_rx_pdu *rx) in lll_prof_reserve_send() 201 static int send(struct node_rx_pdu *rx) in send()
|
| /subsys/bluetooth/controller/ll_sw/ |
| A D | ull.c | 970 struct node_rx_pdu *rx; in ll_rx_get() local 1098 struct node_rx_pdu *rx = NULL; in ll_rx_dequeue() local 1449 struct node_rx_pdu *rx; in ll_rx_mem_release() local 1783 void ll_rx_put(memq_link_t *link, void *rx) in ll_rx_put() 2078 void ull_rx_put(memq_link_t *link, void *rx) in ull_rx_put() 2485 struct node_rx_hdr *rx; in rx_replenish() local 2518 struct node_rx_hdr *rx; in rx_replenish() local 2582 struct node_rx_hdr *rx; in rx_demux() local 2641 struct node_rx_hdr *rx; in rx_demux_yield() local 3156 struct node_rx_hdr *rx; in ull_rxfifo_alloc() local [all …]
|
| A D | ull_scan_aux.c | 141 static void rx_release_put(struct node_rx_pdu *rx) in rx_release_put() 170 void ull_scan_aux_setup(memq_link_t *link, struct node_rx_pdu *rx) in ull_scan_aux_setup() 1115 void ull_scan_aux_release(memq_link_t *link, struct node_rx_pdu *rx) in ull_scan_aux_release() 1389 struct node_rx_pdu *rx; in flush() local 1436 struct node_rx_pdu *rx; in aux_sync_partial() local 1461 struct node_rx_pdu *rx; in aux_sync_incomplete() local 1591 void ull_scan_aux_setup(memq_link_t *link, struct node_rx_pdu *rx) in ull_scan_aux_setup() 2363 void ull_scan_aux_release(memq_link_t *link, struct node_rx_pdu *rx) in ull_scan_aux_release() 2622 struct node_rx_pdu *rx; in flush() local 2696 struct node_rx_pdu *rx; in aux_sync_incomplete() local
|
| A D | ull_llcp_remote.c | 238 struct node_rx_pdu *rx) in llcp_rr_rx() 614 struct node_rx_pdu *rx = (struct node_rx_pdu *)param; in rr_st_idle() local 667 struct node_rx_pdu *rx = (struct node_rx_pdu *)param; in rr_st_idle() local 790 void llcp_rr_prepare(struct ll_conn *conn, struct node_rx_pdu *rx) in llcp_rr_prepare() 915 void llcp_rr_new(struct ll_conn *conn, memq_link_t *link, struct node_rx_pdu *rx, bool valid_pdu) in llcp_rr_new()
|
| A D | ull_sync_iso.c | 241 uint8_t ll_big_sync_terminate(uint8_t big_handle, void **rx) in ll_big_sync_terminate() 716 struct node_rx_pdu *rx; in ull_sync_iso_estab_done() local 856 struct node_rx_pdu *rx; in ull_sync_iso_done_terminate() local 953 struct node_rx_pdu *rx; in timeout_cleanup() local 1097 struct node_rx_pdu *rx; in disabled_cb() local
|
| A D | ull_sync.c | 216 struct node_rx_pdu *rx; in ull_sync_setup_from_sync_transfer() local 434 uint8_t ll_sync_create_cancel(void **rx) in ll_sync_create_cancel() 771 void *rx; in ull_sync_reset() local 956 struct node_rx_pdu *rx; in ull_sync_setup() local 1184 void ull_sync_established_report(memq_link_t *link, struct node_rx_pdu *rx) 1759 struct node_rx_pdu *rx; local 1807 struct node_rx_pdu *rx; local
|
| A D | ull_conn.c | 639 uint8_t ll_phy_get(uint16_t handle, uint8_t *tx, uint8_t *rx) in ll_phy_get() 655 uint8_t ll_phy_default_set(uint8_t tx, uint8_t rx) in ll_phy_default_set() 665 uint8_t ll_phy_req_send(uint16_t handle, uint8_t tx, uint8_t flags, uint8_t rx) in ll_phy_req_send() 886 void ull_conn_setup(memq_link_t *rx_link, struct node_rx_pdu *rx) in ull_conn_setup() 917 void ull_conn_rx(memq_link_t *link, struct node_rx_pdu **rx) in ull_conn_rx() 1235 struct node_rx_hdr *rx; in ull_conn_done() local 1296 struct node_rx_pdu *rx; in ull_conn_done() local 1818 struct node_rx_pdu *rx; in conn_setup_adv_scan_disabled_cb() local 1878 struct node_rx_pdu *rx; in conn_cleanup_iso_cis_released_cb() local 1928 struct node_rx_pdu *rx; in conn_cleanup() local [all …]
|
| A D | ull_central.c | 450 uint8_t ll_connect_disable(void **rx) in ll_connect_disable() 581 void *rx; in ull_central_reset() local 666 void ull_central_setup(struct node_rx_pdu *rx, struct node_rx_ftr *ftr,
|
| A D | ull_peripheral.c | 70 void ull_periph_setup(struct node_rx_pdu *rx, struct node_rx_ftr *ftr, 627 memq_link_t *link, struct node_rx_pdu *rx)
|
| A D | ull_iso.c | 1574 void ull_iso_rx_put(memq_link_t *link, void *rx) in ull_iso_rx_put() 1630 struct node_rx_hdr *rx; in iso_rx_demux() local 1713 void ll_iso_rx_put(memq_link_t *link, void *rx) in ll_iso_rx_put() 1721 struct node_rx_hdr *rx; in ll_iso_rx_get() local 1747 struct node_rx_hdr *rx = NULL; in ll_iso_rx_dequeue() local 1768 struct node_rx_hdr *rx; in ll_iso_rx_mem_release() local
|
| A D | ull_llcp_chmu.c | 187 void llcp_lp_chmu_rx(struct ll_conn *conn, struct proc_ctx *ctx, struct node_rx_pdu *rx) in llcp_lp_chmu_rx() 300 void llcp_rp_chmu_rx(struct ll_conn *conn, struct proc_ctx *ctx, struct node_rx_pdu *rx) in llcp_rp_chmu_rx()
|
| /subsys/shell/backends/ |
| A D | shell_rpmsg.c | 19 struct shell_rpmsg_rx rx; in rpmsg_shell_cb() local 135 struct shell_rpmsg_rx *rx = &sh_rpmsg->rx_cur; in read() local
|
| /subsys/mgmt/ec_host_cmd/ |
| A D | ec_host_cmd_handler.c | 212 static enum ec_host_cmd_status verify_rx(struct ec_host_cmd_rx_ctx *rx) in verify_rx() 335 struct ec_host_cmd_rx_ctx *rx = &hc->rx_ctx; in ec_host_cmd_rx_notify() local 395 struct ec_host_cmd_rx_ctx *rx = &hc->rx_ctx; in ec_host_cmd_thread() local
|
| /subsys/tracing/ |
| A D | tracing_backend_uart.c | 29 int rx; in uart_isr() local
|
| /subsys/bluetooth/audio/ |
| A D | bap_iso.h | 30 struct bt_bap_iso_dir rx; member
|
| /subsys/bluetooth/controller/ll_sw/openisa/lll/ |
| A D | lll_prof.c | 115 struct node_rx_pdu *rx; in lll_prof_send() local
|
| /subsys/net/lib/shell/ |
| A D | mem.c | 102 struct k_mem_slab *rx, *tx; in cmd_net_mem() local
|