Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c2112 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK)) in siEventPhyUpRcvd()
2159 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK)) in siEventPhyUpRcvd()
2314 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK)) in siEventSATASignatureRcvd()
H A Dsampirsp.c1353 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK)) in mpiHWevent()
1483 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK)) in mpiHWevent()
1518 if (OSSA_PORT_VALID == (npipps & PORT_STATE_MASK)) in mpiHWevent()
/freebsd-12.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c1606 if (PortState == OSSA_PORT_VALID) in ossaHwCB()
2285 if (PortState == OSSA_PORT_VALID) in ossaHwCB()
2363 if (PortState == OSSA_PORT_VALID) in ossaHwCB()
2803 if (PortState == OSSA_PORT_VALID && tiIS_SPC(agRoot)) in ossaHwCB()
/freebsd-12.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h1325 #define OSSA_PORT_VALID 0x01 /**< flag indicates port valid */ macro