Home
last modified time | relevance | path

Searched refs:soft_mac_tbl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_main.c1467 sizeof(*priv->soft_mac_tbl))); in hns_dsaf_init()
1468 if (!priv->soft_mac_tbl) { in hns_dsaf_init()
1496 vfree(priv->soft_mac_tbl); in hns_dsaf_free()
1497 priv->soft_mac_tbl = NULL; in hns_dsaf_free()
1514 soft_mac_entry = priv->soft_mac_tbl; in hns_dsaf_find_soft_mac_entry()
1539 soft_mac_entry = priv->soft_mac_tbl; in hns_dsaf_find_empty_mac_entry()
2033 soft_mac_entry = priv->soft_mac_tbl + i; in hns_dsaf_clr_mac_mc_port()
2803 soft_mac_entry = priv->soft_mac_tbl; in set_promisc_tcam_enable()
2809 soft_mac_entry = priv->soft_mac_tbl; in set_promisc_tcam_enable()
2889 soft_mac_entry = priv->soft_mac_tbl; in set_promisc_tcam_disable()
[all …]
H A Dhns_dsaf_main.h392 struct dsaf_drv_soft_mac_tbl *soft_mac_tbl; member