Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c1759 int mskid; in hns_dsaf_add_mac_mc_port() local
1814 mskid = mac_entry->port_num; in hns_dsaf_add_mac_mc_port()
1816 mskid = mac_entry->port_num - in hns_dsaf_add_mac_mc_port()
1825 dsaf_set_bit(mac_data.tbl_mcast_port_msk[mskid / 32], mskid % 32, 1); in hns_dsaf_add_mac_mc_port()
1917 int mskid; in hns_dsaf_del_mac_mc_port() local
1981 mskid = mac_entry->port_num; in hns_dsaf_del_mac_mc_port()
1983 mskid = mac_entry->port_num - in hns_dsaf_del_mac_mc_port()
1992 dsaf_set_bit(mac_data.tbl_mcast_port_msk[mskid / 32], mskid % 32, 0); in hns_dsaf_del_mac_mc_port()
2768 int mskid; in set_promisc_tcam_enable() local
2822 mskid = hns_dsaf_get_port_id(port); in set_promisc_tcam_enable()
[all …]