| /drivers/net/dsa/sja1105/ |
| A 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() 232 u8 bcast[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in sja1105_flower_parse_key() local 245 if (!ether_addr_equal(match.mask->dst, bcast)) { in sja1105_flower_parse_key() 252 is_bcast_dmac = ether_addr_equal(match.key->dst, bcast); in sja1105_flower_parse_key() 479 int bcast = (ds->num_ports * SJA1105_NUM_TC) + port; in sja1105_cls_flower_del() local 481 old_sharindx = policing[bcast].sharindx; in sja1105_cls_flower_del() 482 policing[bcast].sharindx = port; in sja1105_cls_flower_del()
|
| A D | sja1105_main.c | 1034 int bcast = (ds->num_ports * SJA1105_NUM_TC) + port; in sja1105_init_l2_policing() local 1039 policing[bcast].sharindx = port; in sja1105_init_l2_policing()
|
| /drivers/net/wireless/ath/wcn36xx/ |
| 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()
|
| /drivers/net/ethernet/atheros/atlx/ |
| A D | atl2.h | 240 unsigned bcast:1; /* broadcast packet */ member 289 unsigned bcast:1; /* current packet is broadcast */ member
|
| /drivers/isdn/mISDN/ |
| A 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()
|
| A D | layer2.h | 16 struct mISDNchannel bcast; member
|
| /drivers/net/wireless/ath/carl9170/ |
| A D | mac.c | 475 static const u8 bcast[ETH_ALEN] = { in carl9170_upload_key() local 478 mac = mac ? : bcast; in carl9170_upload_key()
|
| /drivers/media/cec/core/ |
| A D | cec-pin.c | 685 bool bcast, for_us; in cec_pin_rx_states() local 817 bcast = dest == CEC_LOG_ADDR_BROADCAST; in cec_pin_rx_states() 819 for_us = bcast || (pin->la_mask & (1 << dest)); in cec_pin_rx_states() 821 ack = bcast ? 1 : !for_us; in cec_pin_rx_states()
|
| /drivers/net/ethernet/brocade/bna/ |
| A D | bfi_enet.h | 686 u64 bcast; member 705 u64 bcast; member
|
| /drivers/gpu/drm/lima/ |
| A D | lima_device.c | 75 LIMA_IP_DESC(bcast, false, true, -1, 0x13000, bcast, NULL),
|
| /drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_rep.c | 166 rsp->rx.bcast = RVU_LF_RX_STATS(RX_BCAST); in rvu_mbox_handler_nix_lf_stats() 176 rsp->tx.bcast = RVU_LF_TX_STATS(TX_BCAST); in rvu_mbox_handler_nix_lf_stats()
|
| A D | rvu_debugfs.c | 2818 u64 ucast, mcast, bcast; in cgx_print_stats() local 2850 bcast = PRINT_CGX_CUML_NIXRX_STATUS(RX_BCAST, "rx_bcast_frames"); in cgx_print_stats() 2853 seq_printf(s, "rx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats() 2873 bcast = PRINT_CGX_CUML_NIXTX_STATUS(TX_BCAST, "tx_bcast_frames"); in cgx_print_stats() 2876 seq_printf(s, "tx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats() 2935 char *bcast, *mcast; in cgx_print_dmac_flt() local 2955 bcast = cfg & CGX_DMAC_BCAST_MODE ? "ACCEPT" : "REJECT"; in cgx_print_dmac_flt() 2961 dev_name(&pdev->dev), pf, bcast, mcast); in cgx_print_dmac_flt()
|
| A D | mbox.h | 1410 u64 bcast; member 1421 u64 bcast; member
|
| /drivers/net/ethernet/chelsio/cxgb4vf/ |
| 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()
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| 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()
|
| /drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| A D | hw_atl2_utils.h | 523 } bcast; member
|
| /drivers/net/ |
| A D | netconsole.c | 420 static const u8 bcast[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in local_mac_show() local 422 return sysfs_emit(buf, "%pM\n", dev ? dev->dev_addr : bcast); in local_mac_show()
|
| /drivers/net/wireless/admtek/ |
| A D | adm8211.c | 1351 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()
|
| /drivers/net/usb/ |
| A D | smsc95xx.c | 1649 const u8 bcast[] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; in smsc95xx_suspend() local 1657 crc[filter/2] |= smsc_crc(bcast, 6, filter); in smsc95xx_suspend()
|
| /drivers/net/wireless/ath/wil6210/ |
| A D | txrx.c | 2313 bool bcast = is_multicast_ether_addr(da); in wil_start_xmit() local 2341 } else if (bcast) { in wil_start_xmit()
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | t4_hw.c | 7711 int bcast, int vlanex, bool sleep_ok) in t4_set_rxmode() argument 7723 if (bcast < 0) in t4_set_rxmode() 7724 bcast = FW_VI_RXMODE_CMD_BROADCASTEN_M; in t4_set_rxmode() 7737 FW_VI_RXMODE_CMD_BROADCASTEN_V(bcast) | in t4_set_rxmode()
|
| A D | cxgb4.h | 1998 int bcast, int vlanex, bool sleep_ok);
|