| /Linux-v5.4/drivers/net/wireless/ath/wcn36xx/ |
| D | txrx.c | 160 bool bcast) in wcn36xx_set_tx_data() argument 198 if (bcast) { in wcn36xx_set_tx_data() 220 bool bcast) in wcn36xx_set_tx_mgmt() argument 245 bcast = false; in wcn36xx_set_tx_mgmt() 247 if (bcast) { in wcn36xx_set_tx_mgmt() 273 bool bcast = is_broadcast_ether_addr(hdr->addr1) || in wcn36xx_start_tx() local 284 is_low ? "low" : "high", bcast ? "bcast" : "ucast"); in wcn36xx_start_tx() 313 wcn36xx_set_tx_data(&bd, wcn, &vif_priv, sta_priv, skb, bcast); in wcn36xx_start_tx() 316 wcn36xx_set_tx_mgmt(&bd, wcn, &vif_priv, skb, bcast); in wcn36xx_start_tx()
|
| /Linux-v5.4/net/tipc/ |
| D | Makefile | 8 tipc-y += addr.o bcast.o bearer.o \
|
| D | link.c | 2089 static bool tipc_link_build_bc_proto_msg(struct tipc_link *l, bool bcast, in tipc_link_build_bc_proto_msg() argument 2110 msg_set_non_seq(hdr, bcast); in tipc_link_build_bc_proto_msg()
|
| /Linux-v5.4/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.4/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_l2_drops.sh | 145 $MZ $h1 -c 0 -p 100 -a $smac -b bcast -t ip -d 1msec -q &
|
| /Linux-v5.4/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.4/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.4/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.4/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.4/drivers/gpu/drm/lima/ |
| D | lima_device.c | 70 LIMA_IP_DESC(bcast, false, true, -1, 0x13000, bcast, NULL),
|
| /Linux-v5.4/drivers/staging/uwb/ |
| D | uwb.h | 552 struct uwb_mac_addr bcast = { in uwb_mac_addr_bcast() local 555 return !uwb_mac_addr_cmp(addr, &bcast); in uwb_mac_addr_bcast()
|
| /Linux-v5.4/drivers/media/cec/ |
| 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.4/drivers/net/ethernet/brocade/bna/ |
| D | bfi_enet.h | 686 u64 bcast; member 705 u64 bcast; member
|
| /Linux-v5.4/net/mac80211/ |
| D | mesh_pathtbl.c | 491 static const u8 bcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mesh_plink_broken() local 506 WLAN_REASON_MESH_PATH_DEST_UNREACHABLE, bcast); in mesh_plink_broken()
|
| /Linux-v5.4/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.4/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-v5.4/drivers/net/wireless/intel/iwlwifi/ |
| D | Kconfig | 86 Say Y here to enable default bcast filtering configuration.
|
| /Linux-v5.4/drivers/net/ethernet/intel/ixgb/ |
| D | ixgb_main.c | 1607 u64 bcast = ((u64)bcast_h << 32) | bcast_l; in ixgb_update_stats() local 1611 if (multi >= bcast) in ixgb_update_stats() 1612 multi -= bcast; in ixgb_update_stats()
|
| /Linux-v5.4/drivers/net/dsa/sja1105/ |
| D | sja1105_main.c | 499 int bcast = (SJA1105_NUM_PORTS * SJA1105_NUM_TC) + i; in sja1105_init_l2_policing() local 505 sja1105_setup_policer(policing, bcast); in sja1105_init_l2_policing()
|
| /Linux-v5.4/drivers/net/wireless/admtek/ |
| D | adm8211.c | 1353 static const u8 bcast[ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in adm8211_configure_filter() local 1384 adm8211_set_bssid(dev, bcast); in adm8211_configure_filter()
|
| /Linux-v5.4/drivers/net/usb/ |
| D | smsc95xx.c | 1678 const u8 bcast[] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; in smsc95xx_suspend() local 1686 crc[filter/2] |= smsc_crc(bcast, 6, filter); in smsc95xx_suspend()
|
| /Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
| D | txrx.c | 2321 bool bcast = is_multicast_ether_addr(da); in wil_start_xmit() local 2349 } else if (bcast) { in wil_start_xmit()
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
| D | t4_hw.c | 7718 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument 7730 if (bcast < 0) in t4_set_rxmode() 7731 bcast = FW_VI_RXMODE_CMD_BROADCASTEN_M; in t4_set_rxmode() 7744 FW_VI_RXMODE_CMD_BROADCASTEN_V(bcast) | in t4_set_rxmode()
|