Home
last modified time | relevance | path

Searched refs:pLayerPointers (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.c97 mdlInitGlbds(struct LayerPointers *pLayerPointers) in mdlInitGlbds() argument
99 struct mdl *pMdl = pLayerPointers->pMdl; in mdlInitGlbds()
111 mdlPHYAutoNegotiation(struct LayerPointers *pLayerPointers, unsigned int type) in mdlPHYAutoNegotiation() argument
114 struct mdl *pMdl = pLayerPointers->pMdl; in mdlPHYAutoNegotiation()
120 WRITE_REG32(pLayerPointers, pMdl->Mem_Address + CMD3, EN_PMGR); in mdlPHYAutoNegotiation()
127 WRITE_REG32(pLayerPointers, pMdl->Mem_Address + CTRL2, in mdlPHYAutoNegotiation()
131 WRITE_REG32(pLayerPointers, pMdl->Mem_Address + CMD3, in mdlPHYAutoNegotiation()
142 WRITE_REG32(pLayerPointers, pMdl->Mem_Address + CMD3, EN_PMGR); in mdlPHYAutoNegotiation()
146 WRITE_REG32(pLayerPointers, pMdl->Mem_Address + CTRL2, iData); in mdlPHYAutoNegotiation()
148 WRITE_REG32(pLayerPointers, pMdl->Mem_Address + CMD3, in mdlPHYAutoNegotiation()
[all …]
H A Damd8111s_main.c505 amd8111s_recv_copy(struct LayerPointers *pLayerPointers, mblk_t **last_mp) in amd8111s_recv_copy() argument
510 struct odl *pOdl = pLayerPointers->pOdl; in amd8111s_recv_copy()
512 struct nonphysical *pNonphysical = pLayerPointers->pMil in amd8111s_recv_copy()
541 mdlSendPause(pLayerPointers); in amd8111s_recv_copy()
614 amd8111s_receive(struct LayerPointers *pLayerPointers) in amd8111s_receive() argument
620 pOdl = pLayerPointers->pOdl; in amd8111s_receive()
623 if (!pLayerPointers->run) { in amd8111s_receive()
633 if (!amd8111s_recv_copy(pLayerPointers, &last_mp)) { in amd8111s_receive()
648 mdlReceive(pLayerPointers); in amd8111s_receive()
681 amd8111s_odlInit(struct LayerPointers *pLayerPointers) in amd8111s_odlInit() argument
[all …]
H A Damd8111s_main.h135 struct LayerPointers *pLayerPointers; member