Home
last modified time | relevance | path

Searched refs:OSSA_PORT_VALID (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c2111 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK)) in siEventPhyUpRcvd()
2158 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK)) in siEventPhyUpRcvd()
2313 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK)) in siEventSATASignatureRcvd()
H A Dsampirsp.c1349 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK)) in mpiHWevent()
1479 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK)) in mpiHWevent()
1514 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK)) in mpiHWevent()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c1605 if (PortState == OSSA_PORT_VALID) in ossaHwCB()
2284 if (PortState == OSSA_PORT_VALID) in ossaHwCB()
2362 if (PortState == OSSA_PORT_VALID) in ossaHwCB()
2802 if (PortState == OSSA_PORT_VALID && tiIS_SPC(agRoot)) in ossaHwCB()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h1324 #define OSSA_PORT_VALID 0x01 /**< flag indicates port valid */ macro