Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtl.c3048 mblk_t *confmp, *cimp, *indmp; in tl_conn_req_ser() local
3227 cimp = tl_resizemp(indmp, size); in tl_conn_req_ser()
3228 if (! cimp) { in tl_conn_req_ser()
3243 DB_TYPE(cimp) = M_PROTO; in tl_conn_req_ser()
3244 ci = (struct T_conn_ind *)cimp->b_rptr; in tl_conn_req_ser()
3250 addr_startp = cimp->b_rptr + ci->SRC_offset; in tl_conn_req_ser()
3257 tl_fill_option(cimp->b_rptr + ci->OPT_offset, in tl_conn_req_ser()
3289 putnext(peer_tep->te_rq, cimp); in tl_conn_req_ser()