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

/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h127 uchar_t mxfe_curraddr[ETHERADDRL]; member in struct:mxfe
H A Dmxfe.c492 mxfe_getfactaddr(mxfep, mxfep->mxfe_curraddr);
514 macp->m_src_addr = mxfep->mxfe_curraddr;
696 bcopy(macaddr, mxfep->mxfe_curraddr, ETHERADDRL);
2310 txb->txb_buf[156] = mxfep->mxfe_curraddr[0];
2311 txb->txb_buf[157] = mxfep->mxfe_curraddr[1];
2312 txb->txb_buf[160] = mxfep->mxfe_curraddr[2];
2313 txb->txb_buf[161] = mxfep->mxfe_curraddr[3];
2314 txb->txb_buf[164] = mxfep->mxfe_curraddr[4];
2315 txb->txb_buf[165] = mxfep->mxfe_curraddr[5];

Completed in 63 milliseconds