Searched refs:MAX_CLIENTS (Results 1 – 5 of 5) sorted by relevance
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 */
26 #define MAX_CLIENTS 8 macro38 void *priv[MAX_CLIENTS];
37 static struct ism_client *clients[MAX_CLIENTS]; /* use an array rather than */59 for (i = 0; i < MAX_CLIENTS; ++i) { in ism_register_client()70 if (i < MAX_CLIENTS) { in ism_register_client()
Completed in 11 milliseconds