/linux-6.6.21/net/bluetooth/ |
D | hci_conn.c | 750 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list() 751 d->bis != conn->iso_qos.bcast.bis) in bis_list() 783 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big, in hci_le_terminate_big() 784 conn->iso_qos.bcast.bis); in hci_le_terminate_big() 790 d->big = conn->iso_qos.bcast.big; in hci_le_terminate_big() 791 d->bis = conn->iso_qos.bcast.bis; in hci_le_terminate_big() 862 bis = hci_conn_hash_lookup_big(hdev, conn->iso_qos.bcast.big); in bis_cleanup() 869 conn->iso_qos.bcast.big); in bis_cleanup() 874 hci_le_big_terminate(hdev, conn->iso_qos.bcast.big, in bis_cleanup() 1470 if (qos->bcast.big == BT_ISO_QOS_BIG_UNSET) { in qos_set_big() [all …]
|
D | iso.c | 330 if (!iso_pi(sk)->qos.bcast.out.phy) { in iso_connect_bis() 755 .bcast = { 1304 if (qos->bcast.sync_factor == 0x00) in check_bcast_qos() 1307 if (qos->bcast.packing > 0x01) in check_bcast_qos() 1310 if (qos->bcast.framing > 0x01) in check_bcast_qos() 1313 if (!check_io_qos(&qos->bcast.in)) in check_bcast_qos() 1316 if (!check_io_qos(&qos->bcast.out)) in check_bcast_qos() 1319 if (qos->bcast.encryption > 0x01) in check_bcast_qos() 1322 if (qos->bcast.options > 0x07) in check_bcast_qos() 1325 if (qos->bcast.skip > 0x01f3) in check_bcast_qos() [all …]
|
/linux-6.6.21/drivers/net/dsa/sja1105/ |
D | sja1105_flower.c | 76 int bcast = (ds->num_ports * SJA1105_NUM_TC) + p; in sja1105_setup_bcast_policer() local 78 policing[bcast].sharindx = rule->bcast_pol.sharindx; in sja1105_setup_bcast_policer() 229 u8 bcast[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in sja1105_flower_parse_key() local 242 if (!ether_addr_equal(match.mask->dst, bcast)) { in sja1105_flower_parse_key() 249 is_bcast_dmac = ether_addr_equal(match.key->dst, bcast); in sja1105_flower_parse_key() 476 int bcast = (ds->num_ports * SJA1105_NUM_TC) + port; in sja1105_cls_flower_del() local 478 old_sharindx = policing[bcast].sharindx; in sja1105_cls_flower_del() 479 policing[bcast].sharindx = port; in sja1105_cls_flower_del()
|
/linux-6.6.21/drivers/net/wireless/ath/wcn36xx/ |
D | txrx.c | 525 bool bcast) in wcn36xx_set_tx_data() argument 583 if (bcast) { in wcn36xx_set_tx_data() 603 bool bcast) in wcn36xx_set_tx_mgmt() argument 628 bcast = false; in wcn36xx_set_tx_mgmt() 630 if (bcast) { in wcn36xx_set_tx_mgmt() 657 bool bcast = is_broadcast_ether_addr(hdr->addr1) || in wcn36xx_start_tx() local 670 is_low ? "low" : "high", bcast ? "bcast" : "ucast"); in wcn36xx_start_tx() 690 wcn36xx_set_tx_data(&bd, wcn, &vif_priv, sta_priv, skb, bcast); in wcn36xx_start_tx() 693 wcn36xx_set_tx_mgmt(&bd, wcn, &vif_priv, skb, bcast); in wcn36xx_start_tx()
|
/linux-6.6.21/net/tipc/ |
D | Makefile | 8 tipc-y += addr.o bcast.o bearer.o \
|
/linux-6.6.21/arch/sparc/kernel/ |
D | sun4d_smp.c | 229 #define IGEN_MESSAGE(bcast, devid, sid, levels) \ argument 230 (((bcast) << 31) | ((devid) << 23) | ((sid) << 15) | (levels))
|
/linux-6.6.21/tools/testing/selftests/drivers/net/mlxsw/ |
D | devlink_trap.sh | 94 $MZ $h1 -c 0 -p 100 -a $smac -b bcast -t ip -q &
|
D | devlink_trap_control.sh | 310 $MZ $h1 -c 1 -a own -b bcast -A 0.0.0.0 -B 255.255.255.255 \ 332 $MZ $h1 -c 1 -a own -b bcast -t arp request -p 100 -q
|
/linux-6.6.21/arch/mips/include/asm/octeon/ |
D | cvmx-pip-defs.h | 2108 uint64_t bcast:32; member 2112 uint64_t bcast:32; 2121 uint64_t bcast:32; member 2125 uint64_t bcast:32; 2134 uint64_t bcast:32; member 2138 uint64_t bcast:32; 2147 uint64_t bcast:32; member 2151 uint64_t bcast:32; 2595 uint64_t bcast:32; member 2599 uint64_t bcast:32; [all …]
|
/linux-6.6.21/drivers/isdn/mISDN/ |
D | layer2.h | 16 struct mISDNchannel bcast; member
|
D | tei.c | 1252 list_del(&mgr->bcast.list); in delete_teimanager() 1286 struct manager *mgr = container_of(ch, struct manager, bcast); in mgr_bcast() 1361 mgr->bcast.send = mgr_bcast; in create_teimanager() 1362 mgr->bcast.ctrl = mgr_bcast_ctrl; in create_teimanager() 1363 mgr->bcast.st = dev->D.st; in create_teimanager() 1364 set_channel_address(&mgr->bcast, 0, GROUP_TEI); in create_teimanager() 1365 add_layer2(&mgr->bcast, dev->D.st); in create_teimanager()
|
/linux-6.6.21/drivers/net/ethernet/atheros/atlx/ |
D | atl2.h | 240 unsigned bcast:1; /* broadcast packet */ member 289 unsigned bcast:1; /* current packet is broadcast */ member
|
/linux-6.6.21/drivers/net/wireless/ath/carl9170/ |
D | mac.c | 475 static const u8 bcast[ETH_ALEN] = { in carl9170_upload_key() local 478 mac = mac ? : bcast; in carl9170_upload_key()
|
/linux-6.6.21/drivers/media/cec/core/ |
D | cec-pin.c | 657 bool bcast, for_us; in cec_pin_rx_states() local 789 bcast = dest == CEC_LOG_ADDR_BROADCAST; in cec_pin_rx_states() 791 for_us = bcast || (pin->la_mask & (1 << dest)); in cec_pin_rx_states() 793 ack = bcast ? 1 : !for_us; in cec_pin_rx_states()
|
/linux-6.6.21/drivers/net/ethernet/brocade/bna/ |
D | bfi_enet.h | 686 u64 bcast; member 705 u64 bcast; member
|
/linux-6.6.21/drivers/gpu/drm/lima/ |
D | lima_device.c | 75 LIMA_IP_DESC(bcast, false, true, -1, 0x13000, bcast, NULL),
|
/linux-6.6.21/tools/testing/selftests/net/forwarding/ |
D | ethtool_mm.sh | 30 $MZ $if -q -c $num_pkts -p 64 -b bcast -t ip -R $PREEMPTIBLE_PRIO
|
/linux-6.6.21/net/qrtr/ |
D | ns.c | 264 static int server_del(struct qrtr_node *node, unsigned int port, bool bcast) in server_del() argument 277 if (srv->node == qrtr_ns.local_node && bcast) in server_del()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci_core.h | 1119 if (c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_bis() 1144 if (c->iso_qos.bcast.big == big && in hci_conn_hash_lookup_per_adv_bis() 1145 c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_per_adv_bis() 1288 if (handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big() 1311 if (handle != BT_ISO_QOS_BIG_UNSET && handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big_any_dst() 1335 if (c->iso_qos.bcast.big == big) { in hci_conn_hash_lookup_pa_sync_big_handle()
|
D | bluetooth.h | 206 struct bt_iso_bcast_qos bcast; member
|
/linux-6.6.21/drivers/net/ |
D | netconsole.c | 332 static const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in local_mac_show() local 334 return sysfs_emit(buf, "%pM\n", dev ? dev->dev_addr : bcast); in local_mac_show()
|
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 1474 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4vf_set_rxmode() argument 1486 if (bcast < 0) in t4vf_set_rxmode() 1487 bcast = FW_VI_RXMODE_CMD_BROADCASTEN_M; in t4vf_set_rxmode() 1501 FW_VI_RXMODE_CMD_BROADCASTEN_V(bcast) | in t4vf_set_rxmode()
|
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_debugfs.c | 2400 u64 ucast, mcast, bcast; in cgx_print_stats() local 2432 bcast = PRINT_CGX_CUML_NIXRX_STATUS(RX_BCAST, "rx_bcast_frames"); in cgx_print_stats() 2435 seq_printf(s, "rx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats() 2455 bcast = PRINT_CGX_CUML_NIXTX_STATUS(TX_BCAST, "tx_bcast_frames"); in cgx_print_stats() 2458 seq_printf(s, "tx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats() 2531 char *bcast, *mcast; in cgx_print_dmac_flt() local 2551 bcast = cfg & CGX_DMAC_BCAST_MODE ? "ACCEPT" : "REJECT"; in cgx_print_dmac_flt() 2557 dev_name(&pdev->dev), pf, bcast, mcast); in cgx_print_dmac_flt()
|
/linux-6.6.21/net/mac80211/ |
D | mesh_pathtbl.c | 760 static const u8 bcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mesh_plink_broken() local 775 WLAN_REASON_MESH_PATH_DEST_UNREACHABLE, bcast); in mesh_plink_broken()
|
/linux-6.6.21/Documentation/networking/ |
D | tipc.rst | 142 .. kernel-doc:: net/tipc/bcast.c
|