Home
last modified time | relevance | path

Searched refs:agSSPFrame (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c1806 agsaSSPInitiatorRequest_t *agSSPFrame = agNULL; in tiNumOfLunIOCTLreq() local
1830 agSSPFrame = &(agSASRequestBody->sspInitiatorReq); in tiNumOfLunIOCTLreq()
1835 &(agSSPFrame->agSgl.sgUpper), in tiNumOfLunIOCTLreq()
1836 &(agSSPFrame->agSgl.sgLower), in tiNumOfLunIOCTLreq()
1861 agSSPFrame->sspCmdIU.cdb[0] = REPORT_LUN_OPCODE; in tiNumOfLunIOCTLreq()
1862 agSSPFrame->sspCmdIU.cdb[1] = 0x0; in tiNumOfLunIOCTLreq()
1863 agSSPFrame->sspCmdIU.cdb[2] = 0x0; in tiNumOfLunIOCTLreq()
1864 agSSPFrame->sspCmdIU.cdb[3] = 0x0; in tiNumOfLunIOCTLreq()
1865 agSSPFrame->sspCmdIU.cdb[4] = 0x0; in tiNumOfLunIOCTLreq()
1866 agSSPFrame->sspCmdIU.cdb[5] = 0x0; in tiNumOfLunIOCTLreq()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c3878 agsaSSPInitiatorRequest_t *agSSPFrame = agNULL; in ossaSSPIoctlCompleted() local
3882 agSSPFrame = &(agSASRequestBody->sspInitiatorReq); in ossaSSPIoctlCompleted()
3883 scsiOpcode = agSSPFrame->sspCmdIU.cdb[0]; in ossaSSPIoctlCompleted()