Searched refs:smprespLen (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdtxchg.h93 bit32 smprespLen; member in struct:ttdsaXchg_s
H A Dttdinit.c479 bit32 smprespLen; local
516 smprespLen = tgtMem->tdMem[3].singleElementLength;
521 ttdsaXchg->smpresp.length = smprespLen;
558 ttdsaXchg->smprespLen = smprespLen; /* 100 */
594 ttdsaXchg->smpresp.virtAddr = smpvirtualAddr + smprespLen;
596 ttdsaXchg->smpresp.phyAddrLower = smpphyAddrLower + smprespLen;
597 ttdsaXchg->smpresp.length = smprespLen;
655 osti_memset((void *)ttdsaXchg->smpresp.virtAddr, 0, ttdsaXchg->smprespLen);
726 osti_memset((void *)ttdsaXchg->smpresp.virtAddr, 0, ttdsaXchg->smprespLen);
[all...]

Completed in 167 milliseconds