| /linux/net/bluetooth/ |
| H A D | hci_conn.c | 766 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list() 767 d->bis != conn->iso_qos.bcast.bis) in bis_list() 800 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big, in hci_le_terminate_big() 801 conn->iso_qos.bcast.bis); in hci_le_terminate_big() 807 d->big = conn->iso_qos.bcast.big; in hci_le_terminate_big() 808 d->bis = conn->iso_qos.bcast.bis; in hci_le_terminate_big() 840 if (d->big != conn->iso_qos.bcast.big) in find_bis() 852 conn->iso_qos.bcast.big, conn->sync_handle); in hci_le_big_terminate() 858 d->big = conn->iso_qos.bcast.big; in hci_le_big_terminate() 914 conn->iso_qos.bcast.big, in bis_cleanup() [all …]
|
| H A D | iso.c | 426 if (!iso_pi(sk)->qos.bcast.out.phys) { in iso_connect_bis() 795 if (iso_pi(sk)->qos.bcast.big != big) in iso_get_sock_big() 887 iso_pi(sk)->qos.bcast.big); in iso_sock_disconn() 982 .bcast = { 1840 if (!qos->bcast.sync_factor) in check_bcast_qos() 1841 qos->bcast.sync_factor = 0x01; in check_bcast_qos() 1843 if (qos->bcast.packing > 0x01) in check_bcast_qos() 1846 if (qos->bcast.framing > 0x01) in check_bcast_qos() 1849 if (!check_io_qos(&qos->bcast.in)) in check_bcast_qos() 1852 if (!check_io_qos(&qos->bcast.out)) in check_bcast_qos() [all …]
|
| H A D | hci_sync.c | 3068 if (qos->bcast.in.phys & BT_ISO_PHY_1M || in hci_le_set_ext_scan_param_sync() 3069 qos->bcast.in.phys & BT_ISO_PHY_2M) { in hci_le_set_ext_scan_param_sync() 3078 if (qos->bcast.in.phys & BT_ISO_PHY_CODED) { in hci_le_set_ext_scan_param_sync() 7540 cp.skip = cpu_to_le16(qos->bcast.skip); in hci_le_past_params_sync() 7541 cp.sync_timeout = cpu_to_le16(qos->bcast.sync_timeout); in hci_le_past_params_sync() 7542 cp.cte_type = qos->bcast.sync_cte_type; in hci_le_past_params_sync() 7635 cp.options = qos->bcast.options; in hci_le_pa_create_sync() 7639 cp.skip = cpu_to_le16(qos->bcast.skip); in hci_le_pa_create_sync() 7640 cp.sync_timeout = cpu_to_le16(qos->bcast.sync_timeout); in hci_le_pa_create_sync() 7641 cp.sync_cte_type = qos->bcast.sync_cte_type; in hci_le_pa_create_sync() [all …]
|
| /linux/drivers/net/wireless/ath/wcn36xx/ |
| H A 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/tools/testing/selftests/drivers/net/hw/ |
| H A D | ethtool_rmon.sh | 64 "$MZ" "$neigh" -q -c "$num_rx" -p "$len" -a own -b bcast -d 10us 66 "$MZ" "$iface" -q -c "$num_tx" -p "$len" -a own -b bcast -d 10us
|
| H A D | ethtool_mm.sh | 35 $MZ $if -q -c $num_pkts -p 64 -b bcast -t ip -R $PREEMPTIBLE_PRIO
|
| /linux/drivers/perf/ |
| H A D | nvidia_t410_c2c_pmu.c | 451 void __iomem *bcast; in nv_c2c_pmu_enable() local 459 bcast = c2c_pmu->base_broadcast; in nv_c2c_pmu_enable() 460 writel(0x1UL, bcast + C2C_CTRL); in nv_c2c_pmu_enable() 466 void __iomem *bcast; in nv_c2c_pmu_disable() local 471 bcast = c2c_pmu->base_broadcast; in nv_c2c_pmu_disable() 472 writel(0x0UL, bcast + C2C_CTRL); in nv_c2c_pmu_disable()
|
| /linux/net/tipc/ |
| H A D | Makefile | 8 tipc-y += addr.o bcast.o bearer.o \
|
| /linux/arch/sparc/kernel/ |
| H A D | sun4d_smp.c | 229 #define IGEN_MESSAGE(bcast, devid, sid, levels) \ argument 230 (((bcast) << 31) | ((devid) << 23) | ((sid) << 15) | (levels))
|
| /linux/arch/mips/include/asm/octeon/ |
| H A 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/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl2.h | 240 unsigned bcast:1; /* broadcast packet */ member 289 unsigned bcast:1; /* current packet is broadcast */ member
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | mac.c | 475 static const u8 bcast[ETH_ALEN] = { in carl9170_upload_key() local 478 mac = mac ? : bcast; in carl9170_upload_key()
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A 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
|
| H A D | devlink_trap_l2_drops.sh | 105 $MZ $h1 -c 0 -p 100 -a $smac -b bcast -t ip -d 1msec -q &
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfi_enet.h | 686 u64 bcast; member 705 u64 bcast; member
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic.c | 417 bool bcast; in vgic_queue_irq_unlock() local 496 bcast = (vgic_model_needs_bcst_kick(vcpu->kvm) && in vgic_queue_irq_unlock() 503 if (!bcast) { in vgic_queue_irq_unlock()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_rep.c | 174 rsp->rx.bcast = RVU_LF_RX_STATS(RX_BCAST); in rvu_mbox_handler_nix_lf_stats() 184 rsp->tx.bcast = RVU_LF_TX_STATS(TX_BCAST); in rvu_mbox_handler_nix_lf_stats()
|
| H A D | rvu_debugfs.c | 2848 u64 ucast, mcast, bcast; in cgx_print_stats() local 2874 bcast = PRINT_CGX_CUML_NIXRX_STATUS(RX_BCAST, "rx_bcast_frames"); in cgx_print_stats() 2877 seq_printf(s, "rx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats() 2897 bcast = PRINT_CGX_CUML_NIXTX_STATUS(TX_BCAST, "tx_bcast_frames"); in cgx_print_stats() 2900 seq_printf(s, "tx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats() 2961 char *bcast, *mcast; in cgx_print_dmac_flt() local 2975 bcast = cfg & CGX_DMAC_BCAST_MODE ? "ACCEPT" : "REJECT"; in cgx_print_dmac_flt() 2981 dev_name(&pdev->dev), pf, bcast, mcast); in cgx_print_dmac_flt()
|
| H A D | mbox.h | 1525 u64 bcast; member 1536 u64 bcast; member 1919 u16 bcast; member
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 1178 if (c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_bis() 1227 if (c->iso_qos.bcast.big == big && in hci_conn_hash_lookup_per_adv_bis() 1228 c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_per_adv_bis() 1392 if (handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big() 1416 if (handle == c->iso_qos.bcast.big && num_bis == c->num_bis) { in hci_conn_hash_lookup_big_sync_pend() 1440 if (handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big_state() 1464 if (c->iso_qos.bcast.big == big) { in hci_conn_hash_lookup_pa_sync_big_handle()
|
| /linux/net/qrtr/ |
| H A D | ns.c | 296 static int server_del(struct qrtr_node *node, unsigned int port, bool bcast) in server_del() argument 309 if (srv->node == qrtr_ns.local_node && bcast) in server_del()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A 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/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | rep.c | 368 stats->rx_frames = rsp->rx.ucast + rsp->rx.bcast + in rvu_rep_get_stats() 373 stats->tx_frames = rsp->tx.ucast + rsp->tx.bcast + rsp->tx.mcast; in rvu_rep_get_stats()
|
| /linux/net/mac80211/ |
| H 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()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | npc.c | 4184 int npc_cn20k_dft_rules_idx_get(struct rvu *rvu, u16 pcifunc, u16 *bcast, in npc_cn20k_dft_rules_idx_get() argument 4187 u16 *ptr[4] = {promisc, mcast, bcast, ucast}; in npc_cn20k_dft_rules_idx_get() 4324 u16 bcast, mcast, promisc, ucast; in rvu_mbox_handler_npc_get_dft_rl_idxs() local 4335 rc = npc_cn20k_dft_rules_idx_get(rvu, pcifunc, &bcast, &mcast, in rvu_mbox_handler_npc_get_dft_rl_idxs() 4340 rsp->bcast = bcast; in rvu_mbox_handler_npc_get_dft_rl_idxs()
|