Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c1447 (struct dsaf_drv_priv *)hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_init()
1491 (struct dsaf_drv_priv *)hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_free()
1510 (struct dsaf_drv_priv *)hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_find_soft_mac_entry()
1535 (struct dsaf_drv_priv *)hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_find_empty_mac_entry()
1558 struct dsaf_drv_priv *priv = hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_find_empty_mac_entry_reverse()
1620 (struct dsaf_drv_priv *)hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_set_mac_uc_entry()
1759 struct dsaf_drv_priv *priv = hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_add_mac_mc_port()
1867 (struct dsaf_drv_priv *)hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_del_mac_entry()
1915 struct dsaf_drv_priv *priv = hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_del_mac_mc_port()
2021 struct dsaf_drv_priv *priv = hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_clr_mac_mc_port()
[all …]
Dhns_dsaf_main.h353 static inline void *hns_dsaf_dev_priv(const struct dsaf_device *dsaf_dev) in hns_dsaf_dev_priv() function