Home
last modified time | relevance | path

Searched refs:MAX_PACKET_LISTS (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Damdtp.c192 #define MAX_PACKET_LISTS 4 macro
446 s->stale_count = MAX_PACKET_LISTS; in stream_shift_packet_lists()
852 for (i = 0; i < MAX_PACKET_LISTS; i++) { in stream_alloc_packet_lists()
859 return i < MAX_PACKET_LISTS ? -1 : 0; in stream_alloc_packet_lists()