/Linux-v5.10/drivers/net/wireless/ath/wcn36xx/ |
D | txrx.c | 378 bool bcast) in wcn36xx_set_tx_data() argument 430 if (bcast) { in wcn36xx_set_tx_data() 450 bool bcast) in wcn36xx_set_tx_mgmt() argument 475 bcast = false; in wcn36xx_set_tx_mgmt() 477 if (bcast) { in wcn36xx_set_tx_mgmt() 503 bool bcast = is_broadcast_ether_addr(hdr->addr1) || in wcn36xx_start_tx() local 514 is_low ? "low" : "high", bcast ? "bcast" : "ucast"); in wcn36xx_start_tx() 548 wcn36xx_set_tx_data(&bd, wcn, &vif_priv, sta_priv, skb, bcast); in wcn36xx_start_tx() 551 wcn36xx_set_tx_mgmt(&bd, wcn, &vif_priv, skb, bcast); in wcn36xx_start_tx()
|
/Linux-v5.10/drivers/net/dsa/sja1105/ |
D | sja1105_flower.c | 75 int bcast = (SJA1105_NUM_PORTS * SJA1105_NUM_TC) + p; in sja1105_setup_bcast_policer() local 77 policing[bcast].sharindx = rule->bcast_pol.sharindx; in sja1105_setup_bcast_policer() 228 u8 bcast[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in sja1105_flower_parse_key() local 241 if (!ether_addr_equal(match.mask->dst, bcast)) { in sja1105_flower_parse_key() 248 is_bcast_dmac = ether_addr_equal(match.key->dst, bcast); in sja1105_flower_parse_key() 433 int bcast = (SJA1105_NUM_PORTS * SJA1105_NUM_TC) + port; in sja1105_cls_flower_del() local 435 old_sharindx = policing[bcast].sharindx; in sja1105_cls_flower_del() 436 policing[bcast].sharindx = port; in sja1105_cls_flower_del()
|
/Linux-v5.10/net/tipc/ |
D | Makefile | 8 tipc-y += addr.o bcast.o bearer.o \
|
/Linux-v5.10/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-v5.10/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 | 308 $MZ $h1 -c 1 -a own -b bcast -A 0.0.0.0 -B 255.255.255.255 \ 330 $MZ $h1 -c 1 -a own -b bcast -t arp request -p 100 -q
|
D | devlink_trap_l2_drops.sh | 104 $MZ $h1 -c 0 -p 100 -a $smac -b bcast -t ip -d 1msec -q &
|
/Linux-v5.10/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-v5.10/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-v5.10/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-v5.10/drivers/net/wireless/ath/carl9170/ |
D | mac.c | 479 static const u8 bcast[ETH_ALEN] = { in carl9170_upload_key() local 482 mac = mac ? : bcast; in carl9170_upload_key()
|
/Linux-v5.10/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-v5.10/drivers/gpu/drm/lima/ |
D | lima_device.c | 74 LIMA_IP_DESC(bcast, false, true, -1, 0x13000, bcast, NULL),
|
/Linux-v5.10/drivers/net/ethernet/brocade/bna/ |
D | bfi_enet.h | 686 u64 bcast; member 705 u64 bcast; member
|
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_debugfs.c | 1384 u64 ucast, mcast, bcast; in cgx_print_stats() local 1410 bcast = PRINT_CGX_CUML_NIXRX_STATUS(RX_BCAST, "rx_bcast_frames"); in cgx_print_stats() 1413 seq_printf(s, "rx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats() 1432 bcast = PRINT_CGX_CUML_NIXTX_STATUS(TX_BCAST, "tx_bcast_frames"); in cgx_print_stats() 1435 seq_printf(s, "tx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats()
|
/Linux-v5.10/net/mac80211/ |
D | mesh_pathtbl.c | 490 static const u8 bcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mesh_plink_broken() local 505 WLAN_REASON_MESH_PATH_DEST_UNREACHABLE, bcast); in mesh_plink_broken()
|
/Linux-v5.10/drivers/net/ |
D | netconsole.c | 294 static const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in local_mac_show() local 296 return snprintf(buf, PAGE_SIZE, "%pM\n", dev ? dev->dev_addr : bcast); in local_mac_show()
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 1473 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4vf_set_rxmode() argument 1485 if (bcast < 0) in t4vf_set_rxmode() 1486 bcast = FW_VI_RXMODE_CMD_BROADCASTEN_M; in t4vf_set_rxmode() 1500 FW_VI_RXMODE_CMD_BROADCASTEN_V(bcast) | in t4vf_set_rxmode()
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/ |
D | Kconfig | 86 Say Y here to enable default bcast filtering configuration.
|
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
D | hw_atl2_utils.h | 495 } bcast; member
|
/Linux-v5.10/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 1604 u64 bcast = ((u64)bcast_h << 32) | bcast_l; in ixgb_update_stats() local 1608 if (multi >= bcast) in ixgb_update_stats() 1609 multi -= bcast; in ixgb_update_stats()
|
/Linux-v5.10/drivers/net/usb/ |
D | smsc95xx.c | 1552 const u8 bcast[] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; in smsc95xx_suspend() local 1560 crc[filter/2] |= smsc_crc(bcast, 6, filter); in smsc95xx_suspend()
|
/Linux-v5.10/drivers/net/wireless/admtek/ |
D | adm8211.c | 1352 static const u8 bcast[ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in adm8211_configure_filter() local 1383 adm8211_set_bssid(dev, bcast); in adm8211_configure_filter()
|
/Linux-v5.10/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 2315 bool bcast = is_multicast_ether_addr(da); in wil_start_xmit() local 2343 } else if (bcast) { in wil_start_xmit()
|