Searched refs:hns_dsaf_dev_priv (Results 1 – 2 of 2) sorted by relevance
1443 (struct dsaf_drv_priv *)hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_init()1487 (struct dsaf_drv_priv *)hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_free()1506 (struct dsaf_drv_priv *)hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_find_soft_mac_entry()1531 (struct dsaf_drv_priv *)hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_find_empty_mac_entry()1554 struct dsaf_drv_priv *priv = hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_find_empty_mac_entry_reverse()1616 (struct dsaf_drv_priv *)hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_set_mac_uc_entry()1755 struct dsaf_drv_priv *priv = hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_add_mac_mc_port()1863 (struct dsaf_drv_priv *)hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_del_mac_entry()1911 struct dsaf_drv_priv *priv = hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_del_mac_mc_port()2017 struct dsaf_drv_priv *priv = hns_dsaf_dev_priv(dsaf_dev); in hns_dsaf_clr_mac_mc_port()[all …]
353 static inline void *hns_dsaf_dev_priv(const struct dsaf_device *dsaf_dev) in hns_dsaf_dev_priv() function