Searched refs:soft_mac_entry (Results 1 – 1 of 1) sorted by relevance
1455 struct dsaf_drv_soft_mac_tbl *soft_mac_entry; in hns_dsaf_find_soft_mac_entry() local1458 soft_mac_entry = priv->soft_mac_tbl; in hns_dsaf_find_soft_mac_entry()1461 if ((soft_mac_entry->index != DSAF_INVALID_ENTRY_IDX) && in hns_dsaf_find_soft_mac_entry()1462 (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()1465 return soft_mac_entry->index; in hns_dsaf_find_soft_mac_entry()1467 soft_mac_entry++; in hns_dsaf_find_soft_mac_entry()1480 struct dsaf_drv_soft_mac_tbl *soft_mac_entry; in hns_dsaf_find_empty_mac_entry() local1483 soft_mac_entry = priv->soft_mac_tbl; in hns_dsaf_find_empty_mac_entry()1486 if (soft_mac_entry->index == DSAF_INVALID_ENTRY_IDX) in hns_dsaf_find_empty_mac_entry()[all …]