Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dtl.c3057 size_t ci_msz; in tl_conn_req_ser() local
3117 ci_msz = sizeof (struct T_conn_ind) + tep->te_alen; in tl_conn_req_ser()
3118 ci_msz = T_ALIGN(ci_msz) + olen; in tl_conn_req_ser()
3119 size = max(ci_msz, sizeof (struct T_discon_ind)); in tl_conn_req_ser()