Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.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()
550 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
593 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
671 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
698 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
739 agCB(agRoot, agContext, phyId, phyOperation, OSSA_FAILURE, (void *)&errorParam); in saLocalPhyControl()
789 agCB(agRoot, agContext, phyId, phyOperation, OSSA_SUCCESS, agNULL); in saLocalPhyControl()
[all …]
/freebsd-13.1/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h508 bit8 phyOperation; member
1034 bit8 phyOperation; /* byte 10 */ member
H A Ddmsmp.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()
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h1173 bit8 phyOperation; member
H A Dsaapi.h141 bit32 phyOperation,
H A Dsaosapi.h486 bit32 phyOperation,
H A Dsa.h3508 bit32 phyOperation,
/freebsd-13.1/sys/dev/pms/RefTisa/sat/src/
H A Dsmdefs.h782 bit8 phyOperation; member
H A Dsmproto.h1742 bit32 phyOperation,
H A Dsmsatcb.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()
H A Dsmsat.c1227 smpPhyControlReq.phyOperation = phyOp; in smPhyControlSend()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.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()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h732 bit8 phyOperation; member
H A Dossacmnapi.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()
H A Dtdmisc.c2266 smpPhyControlReq.phyOperation = phyOp; in tdsaPhyControlSend()