Home
last modified time | relevance | path

Searched refs:MC_RELEASE (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/smsc/
Dsmc9194.h119 #define MC_RELEASE 0x80 /* remove and release the current rx packet */ macro
Dsmc91x.c435 SMC_SET_MMU_CMD(lp, MC_RELEASE); in smc_rcv()
463 SMC_SET_MMU_CMD(lp, MC_RELEASE); in smc_rcv()
485 SMC_SET_MMU_CMD(lp, MC_RELEASE); in smc_rcv()
Dsmc91c92_cs.c205 #define MC_RELEASE 0x80 /* remove and release the current rx packet */ macro
1503 outw(MC_RELEASE, ioaddr + MMU_CMD); in smc_rx()
1529 outw(MC_RELEASE, ioaddr + MMU_CMD); in smc_rx()
Dsmc9194.c1226 outw( MC_RELEASE, ioaddr + MMU_CMD ); in smc_rcv()
Dsmc91x.h628 #define MC_RELEASE (4<<5) // Remove and release the current rx packet macro