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

/drivers/net/ethernet/smsc/
H A Dsmc9194.h116 #define MC_ALLOC 0x20 /* or with number of 256 byte packets */ macro
H A Dsmc9194.c522 outw( MC_ALLOC | numPages, ioaddr + MMU_CMD );
763 outw( MC_ALLOC | 1, ioaddr + MMU_CMD );
H A Dsmc91c92_cs.c202 #define MC_ALLOC 0x20 /* or with number of 256 byte packets */ macro
1242 outw(MC_ALLOC | num_pages, ioaddr + MMU_CMD);
H A Dsmc91x.c608 * when memory allocation (MC_ALLOC) does not succeed right away.
669 SMC_SET_MMU_CMD(lp, MC_ALLOC | numPages);
1803 SMC_SET_MMU_CMD(lp, MC_ALLOC | 1);
H A Dsmc91x.h673 #define MC_ALLOC (1<<5) // OR with number of 256 byte packets macro

Completed in 164 milliseconds