Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_main.c633 mcast->tbl_mcast_port_msk[4]); in hns_dsaf_tbl_tcam_mcast_cfg()
637 mcast->tbl_mcast_port_msk[3]); in hns_dsaf_tbl_tcam_mcast_cfg()
640 mcast->tbl_mcast_port_msk[2]); in hns_dsaf_tbl_tcam_mcast_cfg()
643 mcast->tbl_mcast_port_msk[1]); in hns_dsaf_tbl_tcam_mcast_cfg()
646 mcast->tbl_mcast_port_msk[0]); in hns_dsaf_tbl_tcam_mcast_cfg()
1110 ptbl_tcam_mcast->tbl_mcast_port_msk[0] = in hns_dsaf_tcam_mc_get()
1112 ptbl_tcam_mcast->tbl_mcast_port_msk[1] = in hns_dsaf_tcam_mc_get()
1114 ptbl_tcam_mcast->tbl_mcast_port_msk[2] = in hns_dsaf_tcam_mc_get()
1116 ptbl_tcam_mcast->tbl_mcast_port_msk[3] = in hns_dsaf_tcam_mc_get()
1124 ptbl_tcam_mcast->tbl_mcast_port_msk[4] = in hns_dsaf_tcam_mc_get()
[all …]
H A Dhns_dsaf_main.h97 u32 tbl_mcast_port_msk[DSAF_PORT_MSK_NUM]; member