Home
last modified time | relevance | path

Searched refs:ucast (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_l2.c1573 struct qed_filter_ucast ucast; in qed_configure_filter_ucast() local
1582 memset(&ucast, 0, sizeof(ucast)); in qed_configure_filter_ucast()
1585 ucast.opcode = QED_FILTER_ADD; in qed_configure_filter_ucast()
1588 ucast.opcode = QED_FILTER_REMOVE; in qed_configure_filter_ucast()
1591 ucast.opcode = QED_FILTER_REPLACE; in qed_configure_filter_ucast()
1599 ucast.type = QED_FILTER_MAC_VLAN; in qed_configure_filter_ucast()
1600 ether_addr_copy(ucast.mac, params->mac); in qed_configure_filter_ucast()
1601 ucast.vlan = params->vlan; in qed_configure_filter_ucast()
1603 ucast.type = QED_FILTER_MAC; in qed_configure_filter_ucast()
1604 ether_addr_copy(ucast.mac, params->mac); in qed_configure_filter_ucast()
[all …]
/linux-4.4.14/include/linux/qed/
Dqed_eth_if.h80 struct qed_filter_ucast_params ucast; member
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfi_enet.h686 u64 ucast; member
705 u64 ucast; member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1327 bool ucast, u64 vec, bool sleep_ok) in t4vf_set_addr_hash() argument
1339 FW_VI_MAC_CMD_HASHUNIEN_V(ucast) | in t4vf_set_addr_hash()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c1510 u32 cipher, bool ucast) in rtw_cfg80211_set_cipher() argument
1514 u32 *profile_cipher = ucast ? &psecuritypriv->dot11PrivacyAlgrthm : in rtw_cfg80211_set_cipher()
1517 DBG_8723A("%s, ucast =%d, cipher = 0x%x\n", __func__, ucast, cipher); in rtw_cfg80211_set_cipher()
1551 if (ucast) in rtw_cfg80211_set_cipher()
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_main.c1052 filter_cmd.filter.ucast.type = opcode; in qede_set_ucast_rx_mac()
1053 filter_cmd.filter.ucast.mac_valid = 1; in qede_set_ucast_rx_mac()
1054 ether_addr_copy(filter_cmd.filter.ucast.mac, mac); in qede_set_ucast_rx_mac()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c223 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher() argument
225 u8 *ar_cipher = ucast ? &vif->prwise_crypto : &vif->grp_crypto; in ath6kl_set_cipher()
226 u8 *ar_cipher_len = ucast ? &vif->prwise_crypto_len : in ath6kl_set_cipher()
230 __func__, cipher, ucast); in ath6kl_set_cipher()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h1390 bool ucast, u64 vec, bool sleep_ok);
Dt4_hw.c6670 bool ucast, u64 vec, bool sleep_ok) in t4_set_addr_hash() argument
6679 FW_VI_MAC_CMD_HASHUNIEN_V(ucast) | in t4_set_addr_hash()
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1185 There is also a related point-to-point only "ucast" transport.
1192 ethn=ucast,ethernet address,remote address,listen port,remote port