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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_tgt_if.c42 #define TGT_MAX_EVENTS (TGT_EVENT_PER_PAGE * TGT_RING_PAGES) macro
56 if (ring->tr_idx == TGT_MAX_EVENTS - 1)
237 idx = ring->tr_idx ? ring->tr_idx - 1 : TGT_MAX_EVENTS - 1;

Completed in 42 milliseconds