Searched refs:mac_key (Results 1 – 1 of 1) sorted by relevance
1166 struct dsaf_drv_tbl_tcam_key *mac_key) in hns_dsaf_find_soft_mac_entry() argument1177 (soft_mac_entry->tcam_key.high.val == mac_key->high.val) && in hns_dsaf_find_soft_mac_entry()1178 (soft_mac_entry->tcam_key.low.val == mac_key->low.val)) in hns_dsaf_find_soft_mac_entry()1220 struct dsaf_drv_tbl_tcam_key *mac_key, u16 vlan_id, u8 in_port_num, in hns_dsaf_set_mac_key() argument1232 mac_key->high.bits.mac_0 = addr[0]; in hns_dsaf_set_mac_key()1233 mac_key->high.bits.mac_1 = addr[1]; in hns_dsaf_set_mac_key()1234 mac_key->high.bits.mac_2 = addr[2]; in hns_dsaf_set_mac_key()1235 mac_key->high.bits.mac_3 = addr[3]; in hns_dsaf_set_mac_key()1236 mac_key->low.bits.mac_4 = addr[4]; in hns_dsaf_set_mac_key()1237 mac_key->low.bits.mac_5 = addr[5]; in hns_dsaf_set_mac_key()[all …]