soft_mac_tbl     1462 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	priv->soft_mac_tbl = vzalloc(array_size(DSAF_TCAM_SUM,
soft_mac_tbl     1463 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 						sizeof(*priv->soft_mac_tbl)));
soft_mac_tbl     1464 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	if (!priv->soft_mac_tbl) {
soft_mac_tbl     1471 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 		(priv->soft_mac_tbl + i)->index = DSAF_INVALID_ENTRY_IDX;
soft_mac_tbl     1492 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	vfree(priv->soft_mac_tbl);
soft_mac_tbl     1493 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	priv->soft_mac_tbl = NULL;
soft_mac_tbl     1510 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	soft_mac_entry = priv->soft_mac_tbl;
soft_mac_tbl     1535 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	soft_mac_entry = priv->soft_mac_tbl;
soft_mac_tbl     1558 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	soft_mac_entry = priv->soft_mac_tbl + (DSAF_TCAM_SUM - 1);
soft_mac_tbl     1617 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	struct dsaf_drv_soft_mac_tbl *soft_mac_entry = priv->soft_mac_tbl;
soft_mac_tbl     1756 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	struct dsaf_drv_soft_mac_tbl *soft_mac_entry = priv->soft_mac_tbl;
soft_mac_tbl     1864 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	struct dsaf_drv_soft_mac_tbl *soft_mac_entry = priv->soft_mac_tbl;
soft_mac_tbl     1912 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	struct dsaf_drv_soft_mac_tbl *soft_mac_entry = priv->soft_mac_tbl;
soft_mac_tbl     2029 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 		soft_mac_entry = priv->soft_mac_tbl + i;
soft_mac_tbl     2795 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	soft_mac_entry = priv->soft_mac_tbl;
soft_mac_tbl     2801 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	soft_mac_entry = priv->soft_mac_tbl;
soft_mac_tbl     2881 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	soft_mac_entry = priv->soft_mac_tbl;
soft_mac_tbl     2885 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c 	soft_mac_entry = priv->soft_mac_tbl;
soft_mac_tbl      392 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h 	struct dsaf_drv_soft_mac_tbl *soft_mac_tbl;