Home
last modified time | relevance | path

Searched refs:DL_DETACH_REQ_SIZE (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c269 if (MBLKL(mp) < DL_DETACH_REQ_SIZE) in ds_wput()
/titanic_44/usr/src/uts/common/sys/
H A Ddlpi.h1536 #define DL_DETACH_REQ_SIZE sizeof (dl_detach_req_t) macro
/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Ddman.c3017 if (MBLKL(mp) < DL_DETACH_REQ_SIZE) { in man_dreq()
4762 dreq = allocb(DL_DETACH_REQ_SIZE, BPRI_MED); in man_alloc_ubreq_dreq()
4769 dreq->b_wptr += DL_DETACH_REQ_SIZE; in man_alloc_ubreq_dreq()
/titanic_44/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c1001 if (MBLKL(mp) < DL_DETACH_REQ_SIZE) {
/titanic_44/usr/src/uts/common/io/
H A Dgld.c3577 if (mblkl < DL_DETACH_REQ_SIZE) in gld_cmds()
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c5449 if (MBLKL(mp) < DL_DETACH_REQ_SIZE) { in fcip_dreq()