Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_main.c1763 int mskid; in hns_dsaf_add_mac_mc_port() local
1818 mskid = mac_entry->port_num; in hns_dsaf_add_mac_mc_port()
1829 dsaf_set_bit(mac_data.tbl_mcast_port_msk[mskid / 32], mskid % 32, 1); in hns_dsaf_add_mac_mc_port()
1921 int mskid; in hns_dsaf_del_mac_mc_port() local
1985 mskid = mac_entry->port_num; in hns_dsaf_del_mac_mc_port()
1996 dsaf_set_bit(mac_data.tbl_mcast_port_msk[mskid / 32], mskid % 32, 0); in hns_dsaf_del_mac_mc_port()
2776 int mskid; in set_promisc_tcam_enable() local
2831 if (mskid == -EINVAL) { in set_promisc_tcam_enable()
2838 mskid % 32, 1); in set_promisc_tcam_enable()
2842 if (mskid == -EINVAL) { in set_promisc_tcam_enable()
[all …]