Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/tidspbridge/rmgr/
Dnode.c81 #define MAXPIPES 100 /* Max # of /pipe connections (CSL limit) */ macro
132 DECLARE_BITMAP(pipe_map, MAXPIPES); /* Pipe connection bitmap */
133 DECLARE_BITMAP(pipe_done_map, MAXPIPES); /* Pipes that are half free */
929 pipe_id = find_first_zero_bit(hnode_mgr->pipe_map, MAXPIPES); in node_connect()
930 if (pipe_id == MAXPIPES) { in node_connect()