Home
last modified time | relevance | path

Searched refs:is_mc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dcommon.c39 bool is_mc, is_valid_tkip, strip_mic, mic_error; in ath9k_cmn_rx_accept() local
44 is_mc = !!is_multicast_ether_addr(hdr->addr1); in ath9k_cmn_rx_accept()
82 (!is_mc && (rx_stats->rs_status & ATH9K_RXERR_KEYMISS))) { in ath9k_cmn_rx_accept()
111 else if (is_mc && mic_error) in ath9k_cmn_rx_accept()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dcommon.c39 bool is_mc, is_valid_tkip, strip_mic, mic_error; in ath9k_cmn_rx_accept() local
44 is_mc = !!is_multicast_ether_addr(hdr->addr1); in ath9k_cmn_rx_accept()
82 (!is_mc && (rx_stats->rs_status & ATH9K_RXERR_KEYMISS))) { in ath9k_cmn_rx_accept()
111 else if (is_mc && mic_error) in ath9k_cmn_rx_accept()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c7211 const u8 *addr, bool is_mc) in hclge_prepare_mac_addr()
7219 if (is_mc) { in hclge_prepare_mac_addr()
7258 bool is_mc) in hclge_lookup_mac_vlan_tbl()
7266 if (is_mc) { in hclge_lookup_mac_vlan_tbl()
7210 hclge_prepare_mac_addr(struct hclge_mac_vlan_tbl_entry_cmd *new_req, const u8 *addr, bool is_mc) hclge_prepare_mac_addr() argument
7255 hclge_lookup_mac_vlan_tbl(struct hclge_vport *vport, struct hclge_mac_vlan_tbl_entry_cmd *req, struct hclge_desc *desc, bool is_mc) hclge_lookup_mac_vlan_tbl() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8152 const u8 *addr, bool is_mc) in hclge_prepare_mac_addr()
8160 if (is_mc) { in hclge_prepare_mac_addr()
8199 bool is_mc) in hclge_lookup_mac_vlan_tbl()
8207 if (is_mc) { in hclge_lookup_mac_vlan_tbl()
8151 hclge_prepare_mac_addr(struct hclge_mac_vlan_tbl_entry_cmd *new_req, const u8 *addr, bool is_mc) hclge_prepare_mac_addr() argument
8196 hclge_lookup_mac_vlan_tbl(struct hclge_vport *vport, struct hclge_mac_vlan_tbl_entry_cmd *req, struct hclge_desc *desc, bool is_mc) hclge_lookup_mac_vlan_tbl() argument

Completed in 31 milliseconds