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

/drivers/net/ethernet/ibm/emac/
H A Ddebug.c164 static struct mal_instance *__mals[1]; variable in typeref:struct:mal_instance
200 for (i = 0; i < ARRAY_SIZE(__mals); i++)
201 if (__mals[i] == NULL) {
202 __mals[i] = mal;
214 for (i = 0; i < ARRAY_SIZE(__mals); i++)
215 if (__mals[i] == mal) {
216 __mals[i] = NULL;
229 for (i = 0; i < ARRAY_SIZE(__mals); ++i)
230 if (__mals[i])
231 emac_mal_dump(__mals[
[all...]

Completed in 39 milliseconds