Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Dau1000_eth.c566 pDB = aup->pDBfree; in au1000_GetFreeDB()
569 aup->pDBfree = pDB->pnext; in au1000_GetFreeDB()
576 struct db_dest *pDBfree = aup->pDBfree; in au1000_ReleaseDB() local
577 if (pDBfree) in au1000_ReleaseDB()
578 pDBfree->pnext = pDB; in au1000_ReleaseDB()
579 aup->pDBfree = pDB; in au1000_ReleaseDB()
1065 struct db_dest *pDB, *pDBfree; in au1000_probe() local
1231 pDBfree = NULL; in au1000_probe()
1235 pDB->pnext = pDBfree; in au1000_probe()
1236 pDBfree = pDB; in au1000_probe()
[all …]
H A Dau1000_eth.h71 struct db_dest *pDBfree; member