Home
last modified time | relevance | path

Searched refs:mconfig (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/sun/
Dsunqe.c513 qep->mconfig = (MREGS_MCONFIG_TXENAB | in qe_open()
626 u8 new_mconfig = qep->mconfig; in qe_set_multicast()
671 qep->mconfig = new_mconfig; in qe_set_multicast()
672 sbus_writeb(qep->mconfig, qep->mregs + MREGS_MCONFIG); in qe_set_multicast()
Dsunqe.h344 u8 mconfig; /* Base MACE mconfig value */ member