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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/cxgb4/
H A Dt4_hw.h68 SGE_NTIMERS = 6, /* # of interrupt holdoff timer values */ enumerator in enum:__anon16489
H A Dcxgb4.h462 u16 timer_val[SGE_NTIMERS];
H A Dcxgb4_main.c223 static unsigned int intr_holdoff[SGE_NTIMERS - 1] = { 5, 10, 20, 50, 100 };
1611 return idx < SGE_NTIMERS ? adap->sge.timer_val[idx] : 0;
3033 for (v = 0; v < SGE_NTIMERS - 1; v++)
3035 adap->sge.timer_val[SGE_NTIMERS - 1] = MAX_SGE_TIMERVAL;
H A Dsge.c105 #define NOMEM_TMR_IDX (SGE_NTIMERS - 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4_hw.h68 SGE_NTIMERS = 6, /* # of interrupt holdoff timer values */ enumerator in enum:__anon28182
H A Dcxgb4.h462 u16 timer_val[SGE_NTIMERS];
H A Dcxgb4_main.c223 static unsigned int intr_holdoff[SGE_NTIMERS - 1] = { 5, 10, 20, 50, 100 };
1611 return idx < SGE_NTIMERS ? adap->sge.timer_val[idx] : 0;
3033 for (v = 0; v < SGE_NTIMERS - 1; v++)
3035 adap->sge.timer_val[SGE_NTIMERS - 1] = MAX_SGE_TIMERVAL;
H A Dsge.c105 #define NOMEM_TMR_IDX (SGE_NTIMERS - 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/cxgb4vf/
H A Dadapter.h305 u16 timer_val[SGE_NTIMERS]; /* interrupt holdoff timer array */
H A Dsge.c1736 const int NOMEM_TIMER_IDX = SGE_NTIMERS-1;
H A Dcxgb4vf_main.c960 return timer_idx < SGE_NTIMERS
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dadapter.h305 u16 timer_val[SGE_NTIMERS]; /* interrupt holdoff timer array */
H A Dsge.c1736 const int NOMEM_TIMER_IDX = SGE_NTIMERS-1;
H A Dcxgb4vf_main.c960 return timer_idx < SGE_NTIMERS

Completed in 287 milliseconds