Searched refs:pDBfree (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dau1k_ir.c99 pDB = aup->pDBfree;
102 aup->pDBfree = pDB->pnext;
109 db_dest_t *pDBfree = aup->pDBfree; local
110 if (pDBfree)
111 pDBfree->pnext = pDB;
112 aup->pDBfree = pDB;
215 db_dest_t *pDB, *pDBfree; local
263 pDBfree = NULL;
266 pDB->pnext = pDBfree;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dau1000_ircc.h96 db_dest_t *pDBfree; member in struct:au1k_private
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dau1000_ircc.h96 db_dest_t *pDBfree; member in struct:au1k_private
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dau1000_eth.c619 pDB = aup->pDBfree;
622 aup->pDBfree = pDB->pnext;
630 db_dest_t *pDBfree = aup->pDBfree; local
631 if (pDBfree)
632 pDBfree->pnext = pDB;
633 aup->pDBfree = pDB;
750 db_dest_t *pDB, *pDBfree; local
857 pDBfree = NULL;
861 pDB->pnext = pDBfree;
[all...]
H A Dau1000_eth.h195 db_dest_t *pDBfree; member in struct:au1000_private

Completed in 55 milliseconds