Home
last modified time | relevance | path

Searched refs:pDB (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dau1000_eth.c565 struct db_dest *pDB; in au1000_GetFreeDB() local
566 pDB = aup->pDBfree; in au1000_GetFreeDB()
568 if (pDB) in au1000_GetFreeDB()
569 aup->pDBfree = pDB->pnext; in au1000_GetFreeDB()
571 return pDB; in au1000_GetFreeDB()
574 void au1000_ReleaseDB(struct au1000_private *aup, struct db_dest *pDB) in au1000_ReleaseDB() argument
578 pDBfree->pnext = pDB; in au1000_ReleaseDB()
579 aup->pDBfree = pDB; in au1000_ReleaseDB()
772 struct db_dest *pDB; in au1000_rx() local
781 pDB in au1000_rx()
962 struct db_dest *pDB; au1000_tx() local
1065 struct db_dest *pDB, *pDBfree; au1000_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Dau1000_eth.c565 struct db_dest *pDB; in au1000_GetFreeDB() local
566 pDB = aup->pDBfree; in au1000_GetFreeDB()
568 if (pDB) in au1000_GetFreeDB()
569 aup->pDBfree = pDB->pnext; in au1000_GetFreeDB()
571 return pDB; in au1000_GetFreeDB()
574 void au1000_ReleaseDB(struct au1000_private *aup, struct db_dest *pDB) in au1000_ReleaseDB() argument
578 pDBfree->pnext = pDB; in au1000_ReleaseDB()
579 aup->pDBfree = pDB; in au1000_ReleaseDB()
772 struct db_dest *pDB; in au1000_rx() local
781 pDB in au1000_rx()
962 struct db_dest *pDB; au1000_tx() local
1065 struct db_dest *pDB, *pDBfree; au1000_probe() local
[all...]

Completed in 4 milliseconds