Searched refs:MAX_CLIENTS (Results 1 – 5 of 5) sorted by relevance
26 #define MAX_CLIENTS 8 macro38 void *priv[MAX_CLIENTS];47 struct ism_client *subs[MAX_CLIENTS];
22 #define MAX_CLIENTS 32 macro62 uint32_t clients[MAX_CLIENTS]; /* SMP port allocation /pipe */64 uint8_t reserved[MAX_CLIENTS]; /* # of MMBs allocated per client */
51 mdp5_smp_state_t client_state[MAX_CLIENTS];
18 uint8_t reserved[MAX_CLIENTS]; /* fixed MMBs allocation per client */
35 static struct ism_client *clients[MAX_CLIENTS]; /* use an array rather than */65 for (i = 0; i < MAX_CLIENTS; ++i) { in ism_register_client()77 if (i < MAX_CLIENTS) { in ism_register_client()