Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/discovery/dm/
HDdmsmp.c530 smpReqPhyControl_t smpPhyControlReq; in dmPhyControlSend() local
538 osti_memset(&smpPhyControlReq, 0, sizeof(smpReqPhyControl_t)); in dmPhyControlSend()
541 smpPhyControlReq.phyIdentifier = phyID; in dmPhyControlSend()
542 smpPhyControlReq.phyOperation = phyOp; in dmPhyControlSend()
549 (bit8 *)&smpPhyControlReq, in dmPhyControlSend()
2302 smpReqPhyControl_t *smpPhyControlReq; in dmSMPCompleted() local
3097 smpPhyControlReq = (smpReqPhyControl_t *)dmSMPPayload; in dmSMPCompleted()
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()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdmisc.c2215 smpReqPhyControl_t smpPhyControlReq; in tdsaPhyControlSend() local
2262 osti_memset(&smpPhyControlReq, 0, sizeof(smpReqPhyControl_t)); in tdsaPhyControlSend()
2265 smpPhyControlReq.phyIdentifier = phyID; in tdsaPhyControlSend()
2266 smpPhyControlReq.phyOperation = phyOp; in tdsaPhyControlSend()
2273 (bit8 *)&smpPhyControlReq, in tdsaPhyControlSend()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitdcb.c1364 smpReqPhyControl_t *smpPhyControlReq; in itdssSMPCompleted() local
1982 smpPhyControlReq = (smpReqPhyControl_t *)tdSMPPayload; in itdssSMPCompleted()
1983 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/sat/src/
HDsmsat.c1194 smpReqPhyControl_t smpPhyControlReq; in smPhyControlSend() local
1223 sm_memset(&smpPhyControlReq, 0, sizeof(smpReqPhyControl_t)); in smPhyControlSend()
1226 smpPhyControlReq.phyIdentifier = (bit8)oneDeviceData->phyID; in smPhyControlSend()
1227 smpPhyControlReq.phyOperation = phyOp; in smPhyControlSend()
1296 pSmpBody = (bit8 *)&smpPhyControlReq; in smPhyControlSend()