Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c1688 int mskid; in hns_dsaf_add_mac_mc_port() local
1746 mskid = mac_entry->port_num; in hns_dsaf_add_mac_mc_port()
1748 mskid = mac_entry->port_num - in hns_dsaf_add_mac_mc_port()
1757 dsaf_set_bit(mac_data.tbl_mcast_port_msk[mskid / 32], mskid % 32, 1); in hns_dsaf_add_mac_mc_port()
1849 int mskid; in hns_dsaf_del_mac_mc_port() local
1916 mskid = mac_entry->port_num; in hns_dsaf_del_mac_mc_port()
1918 mskid = mac_entry->port_num - in hns_dsaf_del_mac_mc_port()
1927 dsaf_set_bit(mac_data.tbl_mcast_port_msk[mskid / 32], mskid % 32, 0); in hns_dsaf_del_mac_mc_port()