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

/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdinit.c316 bit32 respSize; local
387 respSize = (sizeof(sas_resp_t) + AG_WORD_ALIGN_ADD) & AG_WORD_ALIGN_MASK;
388 TI_DBG4(("ttdssGetResource: response size 0x%x %d\n", respSize,respSize));
389 respSize = AG_ALIGNSIZE(respSize, 8);
390 TI_DBG4(("ttdssGetResource: response size 0x%x %d\n", respSize,respSize));
391 tgtMem->tdMem[2].singleElementLength = 0x1000; /* respSize; 0x1000; */

Completed in 89 milliseconds