Home
last modified time | relevance | path

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

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