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

/external/syslinux/gpxe/src/drivers/net/phantom/
H A Dphantom.c893 unsigned int next_cds_producer_idx; local
900 next_cds_producer_idx = ( ( cds_producer_idx + 1 ) % PHN_NUM_CDS );
901 if ( next_cds_producer_idx == phantom->cds_consumer_idx ) {
903 "consumed)\n", phantom, next_cds_producer_idx );
919 unsigned int next_cds_producer_idx; local
931 next_cds_producer_idx = ( ( cds_producer_idx + 1 ) % PHN_NUM_CDS );
932 phantom->cds_producer_idx = next_cds_producer_idx;

Completed in 196 milliseconds