Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsaphy.c425 bit32 phyOperation, in saLocalPhyControl() argument
448 SA_DBG2(("saLocalPhyControl: phy%d operation %08X\n", phyId, phyOperation)); in saLocalPhyControl()
450 switch(phyOperation) in saLocalPhyControl()
499 ret = mpiLocalPhyControlCmd(agRoot, pRequest->HTag, phyId, phyOperation, queueNum); in saLocalPhyControl()
546 … ossaLocalPhyControlCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
550 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
589 … ossaLocalPhyControlCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
593 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
656 …ossaLocalPhyControlCB(agRoot, agContext, copyPhyId, phyOperation, OSSA_SUCCESS, (void *)&errorPara… in saLocalPhyControl()
660 agCB(agRoot, agContext, copyPhyId, phyOperation, OSSA_SUCCESS, (void *)&errorParam); in saLocalPhyControl()
[all …]
/NextBSD/sys/dev/pms/RefTisa/discovery/dm/
HDdmdefs.h508 bit8 phyOperation; member
1034 bit8 phyOperation; /* byte 10 */ member
HDdmsmp.c542 smpPhyControlReq.phyOperation = phyOp; in dmPhyControlSend()
3098 if (smpPhyControlReq->phyOperation == SMP_PHY_CONTROL_CLEAR_AFFILIATION) in dmSMPCompleted()
3105 … DM_DBG3(("dmSMPCompleted: unknown phy operation 0x%x\n", smpPhyControlReq->phyOperation)); in dmSMPCompleted()
3642 if (smpPhyControl2Req->phyOperation == SMP_PHY_CONTROL_CLEAR_AFFILIATION) in dmSMPCompleted()
3649 … DM_DBG1(("dmSMPCompleted: unknown phy operation 0x%x\n", smpPhyControl2Req->phyOperation)); in dmSMPCompleted()
/NextBSD/sys/dev/pms/RefTisa/sallsdk/api/
HDsaapi.h141 bit32 phyOperation,
HDsa_spec.h1173 bit8 phyOperation; member
HDsaosapi.h486 bit32 phyOperation,
HDsa.h3508 bit32 phyOperation,
/NextBSD/sys/dev/pms/RefTisa/sat/src/
HDsmdefs.h782 bit8 phyOperation; member
HDsmproto.h1742 bit32 phyOperation,
HDsmsatcb.c12149 bit32 phyOperation, in smLocalPhyControlCB() argument
12161 …smLocalPhyControlCB: start phyId 0x%x phyOperation 0x%x status 0x%x\n",phyId,phyOperation,status)); in smLocalPhyControlCB()
12192 switch (phyOperation) in smLocalPhyControlCB()
12230 SM_DBG1(("ossaLocalPhyControlCB: error default case. phyOperation is %d!!!\n", phyOperation)); in smLocalPhyControlCB()
HDsmsat.c1227 smpPhyControlReq.phyOperation = phyOp; in smPhyControlSend()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitdcb.c1983 if (smpPhyControlReq->phyOperation == SMP_PHY_CONTROL_CLEAR_AFFILIATION) in itdssSMPCompleted()
1988 else if (smpPhyControlReq->phyOperation == SMP_PHY_CONTROL_HARD_RESET || in itdssSMPCompleted()
1989 smpPhyControlReq->phyOperation == SMP_PHY_CONTROL_LINK_RESET ) in itdssSMPCompleted()
2010 … TI_DBG1(("itdssSMPCompleted: unknown phy operation 0x%x\n", smpPhyControlReq->phyOperation)); in itdssSMPCompleted()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtddefs.h732 bit8 phyOperation; member
HDossacmnapi.c5553 bit32 phyOperation, in ossaLocalPhyControlCB() argument
5573 TI_DBG3(("ossaLocalPhyControlCB: phyOperation %d status 0x%x\n", phyOperation, status)); in ossaLocalPhyControlCB()
5574 switch (phyOperation) in ossaLocalPhyControlCB()
5578 if (phyOperation == AGSA_PHY_LINK_RESET) in ossaLocalPhyControlCB()
5704 …ssaLocalPhyControlCB: UNKNOWN default case. phyOperation %d status 0x%x\n", phyOperation, status)); in ossaLocalPhyControlCB()
HDtdmisc.c2266 smpPhyControlReq.phyOperation = phyOp; in tdsaPhyControlSend()