Searched refs:bcast (Results 1 – 8 of 8) sorted by relevance
| /net/bluetooth/ |
| A D | hci_conn.c | 1459 qos->bcast.big = big; in qos_set_big() 1479 qos->bcast.bis = conn->iso_qos.bcast.bis; in qos_set_bis() 1499 qos->bcast.bis = bis; in qos_set_bis() 1530 qos->bcast.big); in hci_add_bis() 1748 data.big = qos->bcast.big; in hci_le_create_big() 1749 data.bis = qos->bcast.bis; in hci_le_create_big() 1756 cp.handle = qos->bcast.big; in hci_le_create_big() 2064 interval = (qos->bcast.out.interval / 1250) * qos->bcast.sync_factor; in create_big_sync() 2066 if (qos->bcast.bis) in create_big_sync() 2245 data.big = qos->bcast.big; in hci_connect_bis() [all …]
|
| A D | iso.c | 864 .bcast = { 1605 if (!qos->bcast.sync_factor) in check_bcast_qos() 1608 if (qos->bcast.packing > 0x01) in check_bcast_qos() 1611 if (qos->bcast.framing > 0x01) in check_bcast_qos() 1626 if (qos->bcast.skip > 0x01f3) in check_bcast_qos() 1629 if (!qos->bcast.sync_timeout) in check_bcast_qos() 1632 if (qos->bcast.sync_timeout < 0x000a || qos->bcast.sync_timeout > 0x4000) in check_bcast_qos() 1638 if (qos->bcast.mse > 0x1f) in check_bcast_qos() 1641 if (!qos->bcast.timeout) in check_bcast_qos() 1644 if (qos->bcast.timeout < 0x000a || qos->bcast.timeout > 0x4000) in check_bcast_qos() [all …]
|
| A D | hci_sync.c | 2937 if (qos->bcast.in.phy & BT_ISO_PHY_1M || in hci_le_set_ext_scan_param_sync() 2938 qos->bcast.in.phy & BT_ISO_PHY_2M) { in hci_le_set_ext_scan_param_sync() 2947 if (qos->bcast.in.phy & BT_ISO_PHY_CODED) { in hci_le_set_ext_scan_param_sync() 7056 cp.options = qos->bcast.options; in hci_le_pa_create_sync() 7060 cp.skip = cpu_to_le16(qos->bcast.skip); in hci_le_pa_create_sync() 7061 cp.sync_timeout = cpu_to_le16(qos->bcast.sync_timeout); in hci_le_pa_create_sync() 7062 cp.sync_cte_type = qos->bcast.sync_cte_type; in hci_le_pa_create_sync() 7118 cp->handle = qos->bcast.big; in hci_le_big_create_sync() 7120 cp->encryption = qos->bcast.encryption; in hci_le_big_create_sync() 7122 cp->mse = qos->bcast.mse; in hci_le_big_create_sync() [all …]
|
| A D | hci_event.c | 6965 bis->iso_qos.bcast.big = ev->handle; in hci_le_big_sync_established_evt() 6968 bis->iso_qos.bcast.in.interval = le32_to_cpu(interval); in hci_le_big_sync_established_evt() 6970 bis->iso_qos.bcast.in.latency = le16_to_cpu(ev->interval) * 125 / 100; in hci_le_big_sync_established_evt() 6971 bis->iso_qos.bcast.in.sdu = le16_to_cpu(ev->max_pdu); in hci_le_big_sync_established_evt() 7058 pa_sync->iso_qos.bcast.encryption = ev->encryption; in hci_le_big_info_adv_report_evt()
|
| /net/tipc/ |
| A D | Makefile | 8 tipc-y += addr.o bcast.o bearer.o \
|
| A D | link.c | 2335 static bool tipc_link_build_bc_proto_msg(struct tipc_link *l, bool bcast, in tipc_link_build_bc_proto_msg() argument 2356 msg_set_non_seq(hdr, bcast); in tipc_link_build_bc_proto_msg()
|
| /net/qrtr/ |
| A D | ns.c | 267 static int server_del(struct qrtr_node *node, unsigned int port, bool bcast) in server_del() argument 280 if (srv->node == qrtr_ns.local_node && bcast) in server_del()
|
| /net/mac80211/ |
| A D | mesh_pathtbl.c | 774 static const u8 bcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mesh_plink_broken() local 789 WLAN_REASON_MESH_PATH_DEST_UNREACHABLE, bcast); in mesh_plink_broken()
|
Completed in 46 milliseconds