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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x_amac.c412 ix_out, /* Consumer index */ member in struct:amac_ring
450 if( ix == r->ix_out )
461 if( r->ix_in == r->ix_out )
463 if( r->ix_out == stop_ix )
465 ix = r->ix_out ;
466 r->ix_out = ix + 1;
467 if( r->ix_out >= r->count )
468 r->ix_out = 0;
476 i = r->ix_out;
489 if( r->ix_in >= r->ix_out )
[all...]

Completed in 103 milliseconds