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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dsbni.c96 unsigned int cur_rxl_index, timeout_rxl; member in struct:net_local
408 if( (nl->cur_rxl_index = rxl[ num ]) == -1 )
410 nl->cur_rxl_index = DEF_RXL,
414 nl->csr1.rxl = rxl_tab[ nl->cur_rxl_index ];
430 printk( "0x%x (fixed)\n", nl->cur_rxl_index );
1122 if( nl->cur_rxl_index == 0 )
1124 else if( nl->cur_rxl_index == 15 )
1129 nl->csr1.rxl = rxl_tab[ nl->cur_rxl_index += nl->delta_rxl ];
1143 nl->cur_rxl_index = timeout_rxl_tab[ nl->timeout_rxl ];
1147 nl->csr1.rxl = rxl_tab[ nl->cur_rxl_index ];
[all...]

Completed in 23 milliseconds