Searched refs:soft_mac_entry (Results 1 – 1 of 1) sorted by relevance
1170 struct dsaf_drv_soft_mac_tbl *soft_mac_entry; in hns_dsaf_find_soft_mac_entry() local1173 soft_mac_entry = priv->soft_mac_tbl; in hns_dsaf_find_soft_mac_entry()1176 if ((soft_mac_entry->index != DSAF_INVALID_ENTRY_IDX) && in hns_dsaf_find_soft_mac_entry()1177 (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()1180 return soft_mac_entry->index; in hns_dsaf_find_soft_mac_entry()1182 soft_mac_entry++; in hns_dsaf_find_soft_mac_entry()1195 struct dsaf_drv_soft_mac_tbl *soft_mac_entry; in hns_dsaf_find_empty_mac_entry() local1198 soft_mac_entry = priv->soft_mac_tbl; in hns_dsaf_find_empty_mac_entry()1201 if (soft_mac_entry->index == DSAF_INVALID_ENTRY_IDX) in hns_dsaf_find_empty_mac_entry()[all …]