Home
last modified time | relevance | path

Searched refs:bcast (Results 1 – 25 of 30) sorted by relevance

12

/linux/drivers/net/dsa/sja1105/
A Dsja1105_flower.c76 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()
439 int bcast = (ds->num_ports * SJA1105_NUM_TC) + port; in sja1105_cls_flower_del() local
441 old_sharindx = policing[bcast].sharindx; in sja1105_cls_flower_del()
442 policing[bcast].sharindx = port; in sja1105_cls_flower_del()
/linux/drivers/net/wireless/ath/wcn36xx/
A Dtxrx.c486 bool bcast) in wcn36xx_set_tx_data() argument
544 if (bcast) { in wcn36xx_set_tx_data()
564 bool bcast) in wcn36xx_set_tx_mgmt() argument
589 bcast = false; in wcn36xx_set_tx_mgmt()
591 if (bcast) { in wcn36xx_set_tx_mgmt()
618 bool bcast = is_broadcast_ether_addr(hdr->addr1) || in wcn36xx_start_tx() local
631 is_low ? "low" : "high", bcast ? "bcast" : "ucast"); in wcn36xx_start_tx()
651 wcn36xx_set_tx_data(&bd, wcn, &vif_priv, sta_priv, skb, bcast); in wcn36xx_start_tx()
654 wcn36xx_set_tx_mgmt(&bd, wcn, &vif_priv, skb, bcast); in wcn36xx_start_tx()
/linux/net/tipc/
A DMakefile8 tipc-y += addr.o bcast.o bearer.o \
/linux/arch/sparc/kernel/
A Dsun4d_smp.c229 #define IGEN_MESSAGE(bcast, devid, sid, levels) \ argument
230 (((bcast) << 31) | ((devid) << 23) | ((sid) << 15) | (levels))
/linux/arch/mips/include/asm/octeon/
A Dcvmx-pip-defs.h2108 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/
A Datl2.h240 unsigned bcast:1; /* broadcast packet */ member
289 unsigned bcast:1; /* current packet is broadcast */ member
/linux/tools/testing/selftests/drivers/net/mlxsw/
A Ddevlink_trap.sh94 $MZ $h1 -c 0 -p 100 -a $smac -b bcast -t ip -q &
A Ddevlink_trap_control.sh309 $MZ $h1 -c 1 -a own -b bcast -A 0.0.0.0 -B 255.255.255.255 \
331 $MZ $h1 -c 1 -a own -b bcast -t arp request -p 100 -q
A Ddevlink_trap_l2_drops.sh104 $MZ $h1 -c 0 -p 100 -a $smac -b bcast -t ip -d 1msec -q &
/linux/drivers/isdn/mISDN/
A Dlayer2.h16 struct mISDNchannel bcast; member
A Dtei.c1252 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/drivers/net/wireless/ath/carl9170/
A Dmac.c475 static const u8 bcast[ETH_ALEN] = { in carl9170_upload_key() local
478 mac = mac ? : bcast; in carl9170_upload_key()
/linux/drivers/media/cec/core/
A Dcec-pin.c657 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/drivers/net/ethernet/brocade/bna/
A Dbfi_enet.h686 u64 bcast; member
705 u64 bcast; member
/linux/drivers/gpu/drm/lima/
A Dlima_device.c75 LIMA_IP_DESC(bcast, false, true, -1, 0x13000, bcast, NULL),
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_debugfs.c2045 u64 ucast, mcast, bcast; in cgx_print_stats() local
2077 bcast = PRINT_CGX_CUML_NIXRX_STATUS(RX_BCAST, "rx_bcast_frames"); in cgx_print_stats()
2080 seq_printf(s, "rx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats()
2100 bcast = PRINT_CGX_CUML_NIXTX_STATUS(TX_BCAST, "tx_bcast_frames"); in cgx_print_stats()
2103 seq_printf(s, "tx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats()
2176 char *bcast, *mcast; in cgx_print_dmac_flt() local
2196 bcast = cfg & CGX_DMAC_BCAST_MODE ? "ACCEPT" : "REJECT"; in cgx_print_dmac_flt()
2202 dev_name(&pdev->dev), pf, bcast, mcast); in cgx_print_dmac_flt()
/linux/net/mac80211/
A Dmesh_pathtbl.c485 static const u8 bcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in mesh_plink_broken() local
500 WLAN_REASON_MESH_PATH_DEST_UNREACHABLE, bcast); in mesh_plink_broken()
/linux/drivers/net/
A Dnetconsole.c295 static const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in local_mac_show() local
297 return snprintf(buf, PAGE_SIZE, "%pM\n", dev ? dev->dev_addr : bcast); in local_mac_show()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
A Dt4vf_hw.c1474 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/wireless/intel/iwlwifi/
A DKconfig86 Say Y here to enable default bcast filtering configuration.
/linux/Documentation/networking/
A Dtipc.rst142 .. kernel-doc:: net/tipc/bcast.c
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
A Dhw_atl2_utils.h523 } bcast; member
/linux/drivers/net/ethernet/intel/ixgb/
A Dixgb_main.c1606 u64 bcast = ((u64)bcast_h << 32) | bcast_l; in ixgb_update_stats() local
1610 if (multi >= bcast) in ixgb_update_stats()
1611 multi -= bcast; in ixgb_update_stats()
/linux/drivers/net/usb/
A Dsmsc95xx.c1553 const u8 bcast[] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; in smsc95xx_suspend() local
1561 crc[filter/2] |= smsc_crc(bcast, 6, filter); in smsc95xx_suspend()
/linux/drivers/net/wireless/admtek/
A Dadm8211.c1351 static const u8 bcast[ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; in adm8211_configure_filter() local
1382 adm8211_set_bssid(dev, bcast); in adm8211_configure_filter()

Completed in 80 milliseconds

12