Searched refs:tx_desc_base (Results 1 - 4 of 4) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-ptm/src/
H A Difxmips_ptm_adsl.h109 void *tx_desc_base; member in struct:ptm_priv_data
H A Difxmips_ptm_adsl.c1255 g_ptm_priv_data.tx_desc_base = p;
1265 p_tx_desc = (volatile struct tx_descriptor *)((((unsigned int)g_ptm_priv_data.tx_desc_base + DESC_ALIGNMENT - 1) & ~(DESC_ALIGNMENT - 1)) | KSEG1);
1316 if ( g_ptm_priv_data.tx_desc_base != NULL )
1317 kfree(g_ptm_priv_data.tx_desc_base);
/openwrt/package/kernel/lantiq/ltq-atm/src/
H A Difxmips_atm_core.h238 void *tx_desc_base; member in struct:atm_priv_data
H A Dltq_atm.c1469 g_atm_priv_data.tx_desc_base = p;
1512 p_tx_desc = (volatile struct tx_descriptor *)((((unsigned int)g_atm_priv_data.tx_desc_base + DESC_ALIGNMENT - 1) & ~(DESC_ALIGNMENT - 1)) | KSEG1);
1541 if ( g_atm_priv_data.tx_desc_base != NULL )
1542 kfree(g_atm_priv_data.tx_desc_base);

Completed in 42 milliseconds