Home
last modified time | relevance | path

Searched refs:phyOperation (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.c424 bit32 phyOperation, in saLocalPhyControl() argument
447 SA_DBG2(("saLocalPhyControl: phy%d operation %08X\n", phyId, phyOperation)); in saLocalPhyControl()
449 switch(phyOperation) in saLocalPhyControl()
498 ret = mpiLocalPhyControlCmd(agRoot, pRequest->HTag, phyId, phyOperation, queueNum); in saLocalPhyControl()
545 … ossaLocalPhyControlCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
549 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
588 … ossaLocalPhyControlCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
592 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
655 …ossaLocalPhyControlCB(agRoot, agContext, copyPhyId, phyOperation, OSSA_SUCCESS, (void *)&errorPara… in saLocalPhyControl()
659 agCB(agRoot, agContext, copyPhyId, phyOperation, OSSA_SUCCESS, (void *)&errorParam); in saLocalPhyControl()
[all …]
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h507 bit8 phyOperation; member
1033 bit8 phyOperation; /* byte 10 */ member
H A Ddmsmp.c541 smpPhyControlReq.phyOperation = phyOp; in dmPhyControlSend()
3097 if (smpPhyControlReq->phyOperation == SMP_PHY_CONTROL_CLEAR_AFFILIATION) in dmSMPCompleted()
3104 … DM_DBG3(("dmSMPCompleted: unknown phy operation 0x%x\n", smpPhyControlReq->phyOperation)); in dmSMPCompleted()
3641 if (smpPhyControl2Req->phyOperation == SMP_PHY_CONTROL_CLEAR_AFFILIATION) in dmSMPCompleted()
3648 … DM_DBG1(("dmSMPCompleted: unknown phy operation 0x%x\n", smpPhyControl2Req->phyOperation)); in dmSMPCompleted()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h1172 bit8 phyOperation; member
H A Dsaapi.h140 bit32 phyOperation,
H A Dsaosapi.h485 bit32 phyOperation,
H A Dsa.h3507 bit32 phyOperation,
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmdefs.h781 bit8 phyOperation; member
H A Dsmproto.h1741 bit32 phyOperation,
H A Dsmsatcb.c12148 bit32 phyOperation, in smLocalPhyControlCB() argument
12160 …smLocalPhyControlCB: start phyId 0x%x phyOperation 0x%x status 0x%x\n",phyId,phyOperation,status)); in smLocalPhyControlCB()
12191 switch (phyOperation) in smLocalPhyControlCB()
12229 SM_DBG1(("ossaLocalPhyControlCB: error default case. phyOperation is %d!!!\n", phyOperation)); in smLocalPhyControlCB()
H A Dsmsat.c1226 smpPhyControlReq.phyOperation = phyOp; in smPhyControlSend()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.c1982 if (smpPhyControlReq->phyOperation == SMP_PHY_CONTROL_CLEAR_AFFILIATION) in itdssSMPCompleted()
1987 else if (smpPhyControlReq->phyOperation == SMP_PHY_CONTROL_HARD_RESET || in itdssSMPCompleted()
1988 smpPhyControlReq->phyOperation == SMP_PHY_CONTROL_LINK_RESET ) in itdssSMPCompleted()
2009 … TI_DBG1(("itdssSMPCompleted: unknown phy operation 0x%x\n", smpPhyControlReq->phyOperation)); in itdssSMPCompleted()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h731 bit8 phyOperation; member
H A Dossacmnapi.c5552 bit32 phyOperation, in ossaLocalPhyControlCB() argument
5572 TI_DBG3(("ossaLocalPhyControlCB: phyOperation %d status 0x%x\n", phyOperation, status)); in ossaLocalPhyControlCB()
5573 switch (phyOperation) in ossaLocalPhyControlCB()
5577 if (phyOperation == AGSA_PHY_LINK_RESET) in ossaLocalPhyControlCB()
5703 …ssaLocalPhyControlCB: UNKNOWN default case. phyOperation %d status 0x%x\n", phyOperation, status)); in ossaLocalPhyControlCB()
H A Dtdmisc.c2265 smpPhyControlReq.phyOperation = phyOp; in tdsaPhyControlSend()