Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c529 smpReqPhyControl_t smpPhyControlReq; in dmPhyControlSend() local
537 osti_memset(&smpPhyControlReq, 0, sizeof(smpReqPhyControl_t)); in dmPhyControlSend()
540 smpPhyControlReq.phyIdentifier = phyID; in dmPhyControlSend()
541 smpPhyControlReq.phyOperation = phyOp; in dmPhyControlSend()
548 (bit8 *)&smpPhyControlReq, in dmPhyControlSend()
2301 smpReqPhyControl_t *smpPhyControlReq; in dmSMPCompleted() local
3096 smpPhyControlReq = (smpReqPhyControl_t *)dmSMPPayload; in dmSMPCompleted()
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()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c2214 smpReqPhyControl_t smpPhyControlReq; in tdsaPhyControlSend() local
2261 osti_memset(&smpPhyControlReq, 0, sizeof(smpReqPhyControl_t)); in tdsaPhyControlSend()
2264 smpPhyControlReq.phyIdentifier = phyID; in tdsaPhyControlSend()
2265 smpPhyControlReq.phyOperation = phyOp; in tdsaPhyControlSend()
2272 (bit8 *)&smpPhyControlReq, in tdsaPhyControlSend()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.c1363 smpReqPhyControl_t *smpPhyControlReq; in itdssSMPCompleted() local
1981 smpPhyControlReq = (smpReqPhyControl_t *)tdSMPPayload; in itdssSMPCompleted()
1982 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/sat/src/
H A Dsmsat.c1193 smpReqPhyControl_t smpPhyControlReq; in smPhyControlSend() local
1222 sm_memset(&smpPhyControlReq, 0, sizeof(smpReqPhyControl_t)); in smPhyControlSend()
1225 smpPhyControlReq.phyIdentifier = (bit8)oneDeviceData->phyID; in smPhyControlSend()
1226 smpPhyControlReq.phyOperation = phyOp; in smPhyControlSend()
1295 pSmpBody = (bit8 *)&smpPhyControlReq; in smPhyControlSend()