Searched refs:mac_key (Results 1 – 1 of 1) sorted by relevance
963 hns_dsaf_tcam_addr_get(struct dsaf_drv_tbl_tcam_key *mac_key, u8 *addr) in hns_dsaf_tcam_addr_get() argument965 addr[0] = mac_key->high.bits.mac_0; in hns_dsaf_tcam_addr_get()966 addr[1] = mac_key->high.bits.mac_1; in hns_dsaf_tcam_addr_get()967 addr[2] = mac_key->high.bits.mac_2; in hns_dsaf_tcam_addr_get()968 addr[3] = mac_key->high.bits.mac_3; in hns_dsaf_tcam_addr_get()969 addr[4] = mac_key->low.bits.mac_4; in hns_dsaf_tcam_addr_get()970 addr[5] = mac_key->low.bits.mac_5; in hns_dsaf_tcam_addr_get()1451 struct dsaf_drv_tbl_tcam_key *mac_key) in hns_dsaf_find_soft_mac_entry() argument1462 (soft_mac_entry->tcam_key.high.val == mac_key->high.val) && in hns_dsaf_find_soft_mac_entry()1463 (soft_mac_entry->tcam_key.low.val == mac_key->low.val)) in hns_dsaf_find_soft_mac_entry()[all …]