Searched refs:ucast (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_l2.c | 1573 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/ |
D | qed_eth_if.h | 80 struct qed_filter_ucast_params ucast; member
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfi_enet.h | 686 u64 ucast; member 705 u64 ucast; member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 1327 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/ |
D | ioctl_cfg80211.c | 1510 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/ |
D | qede_main.c | 1052 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/ |
D | cfg80211.c | 223 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/ |
D | cxgb4.h | 1390 bool ucast, u64 vec, bool sleep_ok);
|
D | t4_hw.c | 6670 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/ |
D | UserModeLinux-HOWTO.txt | 1185 There is also a related point-to-point only "ucast" transport. 1192 ethn=ucast,ethernet address,remote address,listen port,remote port
|