Searched refs:npipps (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampirsp.c1179 bit32 npipps, eventParam,npip,port_state; local
1192 OSSA_READ_LE_32(AGROOT, &npipps, pIomb, OSSA_OFFSET_OF(agsaHWEvent_SPC_OUB_t, NpipPortState));
1194 SA_DBG2(("mpiHWEvent: S, LREventPhyIdPortId 0x%08x npipps 0x%08x eventParam 0x%08x\n", LREventPhyIdPortId ,npipps ,eventParam ));
1204 smTrace(hpDBG_VERY_LOUD,"QK",npipps);
1205 /* TP:QK npipps */
1212 phyId, portId, (npipps & PHY_IN_PORT_MASK) >> SHIFT4, (npipps & PORT_STATE_MASK)));
1217 OSSA_READ_LE_32(AGROOT, &npipps, pIomb, OSSA_OFFSET_OF(agsaHWEvent_V_OUB_t, RsvPhyIdNpipRsvPortState));
1219 SA_DBG2(("mpiHWEvent: V, LREventPhyIdPortId 0x%08x npipps
[all...]
H A Dsaphy.c320 bit32 npipps
341 status |= ((npipps & PORT_STATE_MASK) << SHIFT16);
354 status |= ((npipps & PORT_STATE_MASK) << SHIFT16);
358 if ( iomb_status == OSSA_SUCCESS && (OSSA_PORT_INVALID == (npipps & PORT_STATE_MASK) ))
H A Dsaproto.h132 bit32 npipps
265 bit32 npipps,
274 bit32 npipps,
H A Dsaint.c2074 bit32 npipps,
2112 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK))
2159 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK))
2173 phyId |= (npipps & PHY_IN_PORT_MASK) | ((npipps & PORT_STATE_MASK) << SHIFT16);
2205 bit32 npipps,
2314 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK))
2328 phyId |= (npipps & PHY_IN_PORT_MASK) | ((npipps & PORT_STATE_MASK) << SHIFT16);
2069 siEventPhyUpRcvd( agsaRoot_t *agRoot, bit32 phyId, agsaSASIdentify_t *agSASIdentify, bit32 portId, bit32 npipps, bit8 linkRate ) argument
2200 siEventSATASignatureRcvd( agsaRoot_t *agRoot, bit32 phyId, void *pMsg, bit32 portId, bit32 npipps, bit8 linkRate ) argument

Completed in 129 milliseconds