Searched refs:tx_desc_pos (Results 1 - 6 of 6) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-ptm/src/
H A Difxmips_ptm_adsl.h97 unsigned int tx_desc_pos; member in struct:ptm_itf
H A Difxmips_ptm_vdsl.h91 unsigned int tx_desc_pos; member in struct:ptm_itf
H A Difxmips_ptm_vdsl.c530 if ( CPU_TO_WAN_TX_DESC_BASE[p_itf->tx_desc_pos].own == 0 ) {
531 desc_base = p_itf->tx_desc_pos;
532 if ( ++(p_itf->tx_desc_pos) == CPU_TO_WAN_TX_DESC_NUM )
533 p_itf->tx_desc_pos = 0;
534 if ( CPU_TO_WAN_TX_DESC_BASE[p_itf->tx_desc_pos].own == 0 )
H A Difxmips_ptm_adsl.c598 if ( p_itf->tx_desc[p_itf->tx_desc_pos].own == 0 ) {
599 desc_base = p_itf->tx_desc_pos;
600 if ( ++(p_itf->tx_desc_pos) == dma_tx_descriptor_length )
601 p_itf->tx_desc_pos = 0;
602 if ( p_itf->tx_desc[p_itf->tx_desc_pos].own == 0 )
/openwrt/package/kernel/lantiq/ltq-atm/src/
H A Difxmips_atm_core.h196 unsigned int tx_desc_pos; member in struct:connection
H A Dltq_atm.c856 if ( p_conn->tx_desc[p_conn->tx_desc_pos].own == 0 ) {
857 desc_base = p_conn->tx_desc_pos;
858 if ( ++(p_conn->tx_desc_pos) == dma_tx_descriptor_length )
859 p_conn->tx_desc_pos = 0;

Completed in 50 milliseconds