Searched refs:mac_key (Results 1 – 1 of 1) sorted by relevance
1018 hns_dsaf_tcam_addr_get(struct dsaf_drv_tbl_tcam_key *mac_key, u8 *addr) in hns_dsaf_tcam_addr_get() argument1020 addr[0] = mac_key->high.bits.mac_0; in hns_dsaf_tcam_addr_get()1021 addr[1] = mac_key->high.bits.mac_1; in hns_dsaf_tcam_addr_get()1022 addr[2] = mac_key->high.bits.mac_2; in hns_dsaf_tcam_addr_get()1023 addr[3] = mac_key->high.bits.mac_3; in hns_dsaf_tcam_addr_get()1024 addr[4] = mac_key->low.bits.mac_4; in hns_dsaf_tcam_addr_get()1025 addr[5] = mac_key->low.bits.mac_5; in hns_dsaf_tcam_addr_get()1507 struct dsaf_drv_tbl_tcam_key *mac_key) in hns_dsaf_find_soft_mac_entry() argument1518 (soft_mac_entry->tcam_key.high.val == mac_key->high.val) && in hns_dsaf_find_soft_mac_entry()1519 (soft_mac_entry->tcam_key.low.val == mac_key->low.val)) in hns_dsaf_find_soft_mac_entry()[all …]