Searched refs:mac_key (Results 1 – 1 of 1) sorted by relevance
1015 hns_dsaf_tcam_addr_get(struct dsaf_drv_tbl_tcam_key *mac_key, u8 *addr) in hns_dsaf_tcam_addr_get() argument1017 addr[0] = mac_key->high.bits.mac_0; in hns_dsaf_tcam_addr_get()1018 addr[1] = mac_key->high.bits.mac_1; in hns_dsaf_tcam_addr_get()1019 addr[2] = mac_key->high.bits.mac_2; in hns_dsaf_tcam_addr_get()1020 addr[3] = mac_key->high.bits.mac_3; in hns_dsaf_tcam_addr_get()1021 addr[4] = mac_key->low.bits.mac_4; in hns_dsaf_tcam_addr_get()1022 addr[5] = mac_key->low.bits.mac_5; in hns_dsaf_tcam_addr_get()1503 struct dsaf_drv_tbl_tcam_key *mac_key) in hns_dsaf_find_soft_mac_entry() argument1514 (soft_mac_entry->tcam_key.high.val == mac_key->high.val) && in hns_dsaf_find_soft_mac_entry()1515 (soft_mac_entry->tcam_key.low.val == mac_key->low.val)) in hns_dsaf_find_soft_mac_entry()[all …]