Searched refs:soft_mac_tbl (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_main.c1466 priv->soft_mac_tbl = vzalloc(array_size(DSAF_TCAM_SUM,
1467 sizeof(*priv->soft_mac_tbl)));
1468 if (!priv->soft_mac_tbl) {
1475 (priv->soft_mac_tbl + i)->index = DSAF_INVALID_ENTRY_IDX;
1496 vfree(priv->soft_mac_tbl);
1497 priv->soft_mac_tbl = NULL;
1514 soft_mac_entry = priv->soft_mac_tbl;
1539 soft_mac_entry = priv->soft_mac_tbl;
1562 soft_mac_entry = priv->soft_mac_tbl + (DSAF_TCAM_SUM - 1);
1621 struct dsaf_drv_soft_mac_tbl *soft_mac_entry = priv->soft_mac_tbl;
[all...]
H A Dhns_dsaf_main.h392 struct dsaf_drv_soft_mac_tbl *soft_mac_tbl; member in struct:dsaf_drv_priv

Completed in 149 milliseconds