Searched defs:ucast (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1187 * @ucast: whether the hash filter should also match unicast addresses
1194 bool ucast, u64 vec, bool sleep_ok)
1206 FW_VI_MAC_CMD_HASHUNIEN(ucast) |
1193 t4vf_set_addr_hash(struct adapter *adapter, unsigned int viid, bool ucast, u64 vec, bool sleep_ok) argument
/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c223 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) argument
225 u8 *ar_cipher = ucast ? &vif->prwise_crypto : &vif->grp_crypto;
226 u8 *ar_cipher_len = ucast ? &vif->prwise_crypto_len :
229 ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "%s: cipher 0x%x, ucast %u\n",
230 __func__, cipher, ucast);
/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c1517 u32 cipher, bool ucast)
1521 u32 *profile_cipher = ucast ? &psecuritypriv->dot11PrivacyAlgrthm :
1524 DBG_8723A("%s, ucast =%d, cipher = 0x%x\n", __func__, ucast, cipher);
1558 if (ucast)
1516 rtw_cfg80211_set_cipher(struct security_priv *psecuritypriv, u32 cipher, bool ucast) argument
/drivers/net/ethernet/brocade/bna/
H A Dbfi_enet.h687 u64 ucast; member in struct:bfi_enet_stats_txf
706 u64 ucast; member in struct:bfi_enet_stats_rxf
/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3610 * @ucast: whether the hash filter should also match unicast addresses
3617 bool ucast, u64 vec, bool sleep_ok)
3625 FW_VI_MAC_CMD_HASHUNIEN(ucast) |
3616 t4_set_addr_hash(struct adapter *adap, unsigned int mbox, unsigned int viid, bool ucast, u64 vec, bool sleep_ok) argument

Completed in 833 milliseconds