Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amd/
Dau1000_eth.c597 pDB = aup->pDBfree; in au1000_GetFreeDB()
600 aup->pDBfree = pDB->pnext; in au1000_GetFreeDB()
607 struct db_dest *pDBfree = aup->pDBfree; in au1000_ReleaseDB() local
608 if (pDBfree) in au1000_ReleaseDB()
609 pDBfree->pnext = pDB; in au1000_ReleaseDB()
610 aup->pDBfree = pDB; in au1000_ReleaseDB()
1113 struct db_dest *pDB, *pDBfree; in au1000_probe() local
1281 pDBfree = NULL; in au1000_probe()
1285 pDB->pnext = pDBfree; in au1000_probe()
1286 pDBfree = pDB; in au1000_probe()
[all …]
Dau1000_eth.h88 struct db_dest *pDBfree; member