/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_l2.c | 2697 struct qed_filter_ucast ucast; in qed_configure_filter_ucast() local 2705 memset(&ucast, 0, sizeof(ucast)); in qed_configure_filter_ucast() 2708 ucast.opcode = QED_FILTER_ADD; in qed_configure_filter_ucast() 2711 ucast.opcode = QED_FILTER_REMOVE; in qed_configure_filter_ucast() 2714 ucast.opcode = QED_FILTER_REPLACE; in qed_configure_filter_ucast() 2722 ucast.type = QED_FILTER_MAC_VLAN; in qed_configure_filter_ucast() 2723 ether_addr_copy(ucast.mac, params->mac); in qed_configure_filter_ucast() 2724 ucast.vlan = params->vlan; in qed_configure_filter_ucast() 2726 ucast.type = QED_FILTER_MAC; in qed_configure_filter_ucast() 2727 ether_addr_copy(ucast.mac, params->mac); in qed_configure_filter_ucast() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
D | bfi_enet.h | 678 u64 ucast; member 697 u64 ucast; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
D | qede_filter.c | 626 filter_cmd.filter.ucast.type = opcode; in qede_set_ucast_rx_mac() 627 filter_cmd.filter.ucast.mac_valid = 1; in qede_set_ucast_rx_mac() 628 ether_addr_copy(filter_cmd.filter.ucast.mac, mac); in qede_set_ucast_rx_mac() 641 filter_cmd.filter.ucast.type = opcode; in qede_set_ucast_rx_vlan() 642 filter_cmd.filter.ucast.vlan_valid = 1; in qede_set_ucast_rx_vlan() 643 filter_cmd.filter.ucast.vlan = vid; in qede_set_ucast_rx_vlan()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_debugfs.c | 1472 u64 ucast, mcast, bcast; in cgx_print_stats() local 1492 ucast = PRINT_CGX_CUML_NIXRX_STATUS(RX_UCAST, "rx_ucast_frames"); in cgx_print_stats() 1501 seq_printf(s, "rx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats() 1514 ucast = PRINT_CGX_CUML_NIXTX_STATUS(TX_UCAST, "tx_ucast_frames"); in cgx_print_stats() 1523 seq_printf(s, "tx_frames: %llu\n", ucast + mcast + bcast); in cgx_print_stats()
|
/kernel/linux/linux-5.10/include/linux/qed/ |
D | qed_eth_if.h | 150 struct qed_filter_ucast_params ucast; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 245 bool ucast = false; in cxgb4vf_set_addr_hash() local 250 ucast |= is_unicast_ether_addr(entry->addr); in cxgb4vf_set_addr_hash() 253 return t4vf_set_addr_hash(adapter, pi->viid, ucast, vec, false); in cxgb4vf_set_addr_hash() 943 bool ucast = is_unicast_ether_addr(mac_addr); in cxgb4vf_mac_sync() local 948 NULL, ucast ? &uhash : &mhash, false); in cxgb4vf_mac_sync()
|
D | t4vf_hw.c | 1737 bool ucast, u64 vec, bool sleep_ok) in t4vf_set_addr_hash() argument 1749 FW_VI_MAC_CMD_HASHUNIEN_V(ucast) | in t4vf_set_addr_hash()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 1707 static int rtw_cfg80211_set_cipher(struct security_priv *psecuritypriv, u32 cipher, bool ucast) in rtw_cfg80211_set_cipher() argument 1711 u32 *profile_cipher = ucast ? &psecuritypriv->dot11PrivacyAlgrthm : in rtw_cfg80211_set_cipher() 1714 DBG_8192C("%s, ucast =%d, cipher = 0x%x\n", __func__, ucast, cipher); in rtw_cfg80211_set_cipher() 1749 if (ucast) in rtw_cfg80211_set_cipher()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 222 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher() argument 224 u8 *ar_cipher = ucast ? &vif->prwise_crypto : &vif->grp_crypto; in ath6kl_set_cipher() 225 u8 *ar_cipher_len = ucast ? &vif->prwise_crypto_len : in ath6kl_set_cipher() 229 __func__, cipher, ucast); in ath6kl_set_cipher()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 353 bool ucast = false; in cxgb4_set_addr_hash() local 358 ucast |= is_unicast_ether_addr(entry->addr); in cxgb4_set_addr_hash() 361 return t4_set_addr_hash(adap, adap->mbox, pi->viid, ucast, in cxgb4_set_addr_hash() 379 bool ucast = is_unicast_ether_addr(mac_addr); in cxgb4_mac_sync() local 384 idx, ucast ? &uhash : &mhash, false); in cxgb4_mac_sync()
|
D | cxgb4.h | 2029 bool ucast, u64 vec, bool sleep_ok);
|
D | t4_hw.c | 8227 bool ucast, u64 vec, bool sleep_ok) in t4_set_addr_hash() argument 8236 FW_VI_MAC_CMD_HASHUNIEN_V(ucast) | in t4_set_addr_hash()
|