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

/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c2215 smpReqPhyControl_t smpPhyControlReq; local
2262 osti_memset(&smpPhyControlReq, 0, sizeof(smpReqPhyControl_t));
2265 smpPhyControlReq.phyIdentifier = phyID;
2266 smpPhyControlReq.phyOperation = phyOp;
2273 (bit8 *)&smpPhyControlReq,
/freebsd-13-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c530 smpReqPhyControl_t smpPhyControlReq; local
538 osti_memset(&smpPhyControlReq, 0, sizeof(smpReqPhyControl_t));
541 smpPhyControlReq.phyIdentifier = phyID;
542 smpPhyControlReq.phyOperation = phyOp;
549 (bit8 *)&smpPhyControlReq,
2302 smpReqPhyControl_t *smpPhyControlReq; local
3097 smpPhyControlReq = (smpReqPhyControl_t *)dmSMPPayload;
3098 if (smpPhyControlReq->phyOperation == SMP_PHY_CONTROL_CLEAR_AFFILIATION)
3105 DM_DBG3(("dmSMPCompleted: unknown phy operation 0x%x\n", smpPhyControlReq->phyOperation));
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.c1364 smpReqPhyControl_t *smpPhyControlReq; local
1982 smpPhyControlReq = (smpReqPhyControl_t *)tdSMPPayload;
1983 if (smpPhyControlReq->phyOperation == SMP_PHY_CONTROL_CLEAR_AFFILIATION)
1988 else if (smpPhyControlReq->phyOperation == SMP_PHY_CONTROL_HARD_RESET ||
1989 smpPhyControlReq->phyOperation == SMP_PHY_CONTROL_LINK_RESET )
2010 TI_DBG1(("itdssSMPCompleted: unknown phy operation 0x%x\n", smpPhyControlReq->phyOperation));
/freebsd-13-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c1194 smpReqPhyControl_t smpPhyControlReq; local
1223 sm_memset(&smpPhyControlReq, 0, sizeof(smpReqPhyControl_t));
1226 smpPhyControlReq.phyIdentifier = (bit8)oneDeviceData->phyID;
1227 smpPhyControlReq.phyOperation = phyOp;
1296 pSmpBody = (bit8 *)&smpPhyControlReq;

Completed in 202 milliseconds