Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/amd/
Dau1000_eth.c570 pDB = aup->pDBfree; in au1000_GetFreeDB()
573 aup->pDBfree = pDB->pnext; in au1000_GetFreeDB()
580 struct db_dest *pDBfree = aup->pDBfree; in au1000_ReleaseDB() local
581 if (pDBfree) in au1000_ReleaseDB()
582 pDBfree->pnext = pDB; in au1000_ReleaseDB()
583 aup->pDBfree = pDB; in au1000_ReleaseDB()
1083 struct db_dest *pDB, *pDBfree; in au1000_probe() local
1250 pDBfree = NULL; in au1000_probe()
1254 pDB->pnext = pDBfree; in au1000_probe()
1255 pDBfree = pDB; in au1000_probe()
[all …]
Dau1000_eth.h71 struct db_dest *pDBfree; member