Lines Matching defs:cur_rxl_index
100 unsigned int cur_rxl_index, timeout_rxl;
403 if( (nl->cur_rxl_index = rxl[ num ]) == -1 ) {
405 nl->cur_rxl_index = DEF_RXL;
410 nl->csr1.rxl = rxl_tab[ nl->cur_rxl_index ];
426 pr_cont(", receive level 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 ];
1328 flags.rxl = nl->cur_rxl_index;
1343 nl->cur_rxl_index = flags.rxl;
1346 nl->cur_rxl_index = DEF_RXL;
1349 nl->csr1.rxl = rxl_tab[ nl->cur_rxl_index ];