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

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_gcmd.c70 int gwrap_len; local
73 gwrap_len = sizeof (gwrap_t) + ccblen;
74 gwp = kmem_zalloc(gwrap_len, (sleep ? KM_SLEEP : KM_NOSLEEP));
81 gwp->gwrap.gw.glen = gwrap_len;
H A Dghd_scsa.c99 int gwrap_len; local
101 gwrap_len = sizeof (gwrap_t) + ROUNDUP(ccblen);
105 tgtlen, gwrap_len, callback, arg);

Completed in 59 milliseconds