Searched refs:o_tbl_pul (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns/ |
A D | hns_dsaf_main.h | 405 u32 o_tbl_pul; in hns_dsaf_tbl_tcam_load_pul() local 407 o_tbl_pul = dsaf_read_dev(dsaf_dev, DSAF_TBL_PUL_0_REG); in hns_dsaf_tbl_tcam_load_pul() 408 dsaf_set_bit(o_tbl_pul, DSAF_TBL_PUL_TCAM_LOAD_S, 1); in hns_dsaf_tbl_tcam_load_pul() 409 dsaf_write_dev(dsaf_dev, DSAF_TBL_PUL_0_REG, o_tbl_pul); in hns_dsaf_tbl_tcam_load_pul() 410 dsaf_set_bit(o_tbl_pul, DSAF_TBL_PUL_TCAM_LOAD_S, 0); in hns_dsaf_tbl_tcam_load_pul() 411 dsaf_write_dev(dsaf_dev, DSAF_TBL_PUL_0_REG, o_tbl_pul); in hns_dsaf_tbl_tcam_load_pul()
|
A D | hns_dsaf_main.c | 702 u32 o_tbl_pul; in hns_dsaf_tbl_tcam_mcast_pul() local 704 o_tbl_pul = dsaf_read_dev(dsaf_dev, DSAF_TBL_PUL_0_REG); in hns_dsaf_tbl_tcam_mcast_pul() 705 dsaf_set_bit(o_tbl_pul, DSAF_TBL_PUL_MCAST_VLD_S, 1); in hns_dsaf_tbl_tcam_mcast_pul() 706 dsaf_write_dev(dsaf_dev, DSAF_TBL_PUL_0_REG, o_tbl_pul); in hns_dsaf_tbl_tcam_mcast_pul() 707 dsaf_set_bit(o_tbl_pul, DSAF_TBL_PUL_MCAST_VLD_S, 0); in hns_dsaf_tbl_tcam_mcast_pul() 733 u32 o_tbl_pul; in hns_dsaf_tbl_tcam_data_mcast_pul() local 737 dsaf_set_bit(o_tbl_pul, DSAF_TBL_PUL_MCAST_VLD_S, 1); in hns_dsaf_tbl_tcam_data_mcast_pul() 740 dsaf_set_bit(o_tbl_pul, DSAF_TBL_PUL_MCAST_VLD_S, 0); in hns_dsaf_tbl_tcam_data_mcast_pul() 751 u32 o_tbl_pul; in hns_dsaf_tbl_tcam_data_ucast_pul() local 755 dsaf_set_bit(o_tbl_pul, DSAF_TBL_PUL_UCAST_VLD_S, 1); in hns_dsaf_tbl_tcam_data_ucast_pul() [all …]
|
Completed in 10 milliseconds