Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c1101 for (i = 0; i < DSAF_TCAM_SUM; i++) in hns_dsaf_tbl_tcam_init()
1399 dsaf_dev->tcam_max_num = DSAF_TCAM_SUM; in hns_dsaf_init()
1402 DSAF_TCAM_SUM - DSAFV2_MAC_FUZZY_TCAM_NUM; in hns_dsaf_init()
1410 priv->soft_mac_tbl = vzalloc(array_size(DSAF_TCAM_SUM, in hns_dsaf_init()
1418 for (i = 0; i < DSAF_TCAM_SUM; i++) in hns_dsaf_init()
1960 for (i = 0; i < DSAF_TCAM_SUM - DSAFV2_MAC_FUZZY_TCAM_NUM; i++) { in hns_dsaf_clr_mac_mc_port()
2678 (DSAF_TCAM_SUM - DSAFV2_MAC_FUZZY_TCAM_NUM + (port))
Dhns_dsaf_reg.h47 #define DSAF_TCAM_SUM 512 macro