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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dsbni.c97 unsigned int cur_rxl_index, timeout_rxl; member in struct:net_local
403 if( (nl->cur_rxl_index = rxl[ num ]) == -1 )
405 nl->cur_rxl_index = DEF_RXL,
409 nl->csr1.rxl = rxl_tab[ nl->cur_rxl_index ];
425 printk( "0x%x (fixed)\n", nl->cur_rxl_index );
1123 if( nl->cur_rxl_index == 0 )
1125 else if( nl->cur_rxl_index == 15 )
1130 nl->csr1.rxl = rxl_tab[ nl->cur_rxl_index += nl->delta_rxl ];
1144 nl->cur_rxl_index = timeout_rxl_tab[ nl->timeout_rxl ];
1148 nl->csr1.rxl = rxl_tab[ nl->cur_rxl_index ];
[all...]

Completed in 199 milliseconds