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

/linux-master/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.c203 #define MC_ALLOC 0x20 /* or with number of 256 byte packets */ macro
1242 outw(MC_ALLOC | num_pages, ioaddr + MMU_CMD);
H A Dsmc91x.c602 * when memory allocation (MC_ALLOC) does not succeed right away.
664 SMC_SET_MMU_CMD(lp, MC_ALLOC | numPages);
1797 SMC_SET_MMU_CMD(lp, MC_ALLOC | 1);
H A Dsmc91x.h595 #define MC_ALLOC (1<<5) // OR with number of 256 byte packets macro

Completed in 146 milliseconds