Lines Matching refs:OPT_offset
2864 ooff = creq->OPT_offset; in tl_conn_req()
3056 t_scalar_t ooff = creq->OPT_offset; in tl_conn_req_ser()
3254 ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset + in tl_conn_req_ser()
3257 tl_fill_option(cimp->b_rptr + ci->OPT_offset, in tl_conn_req_ser()
3262 ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset + in tl_conn_req_ser()
3266 bcopy(opts, (void *)((uintptr_t)ci + ci->OPT_offset), olen); in tl_conn_req_ser()
3268 ci->OPT_offset = 0; in tl_conn_req_ser()
3396 ooff = cres->OPT_offset; in tl_conn_res()
3736 cc->OPT_offset = (t_scalar_t)T_ALIGN(cc->RES_offset + in tl_conn_res()
3739 tl_fill_option(ccmp->b_rptr + cc->OPT_offset, in tl_conn_res()
3743 cc->OPT_offset = 0; in tl_conn_res()
4953 uderr->OPT_offset = 0; in tl_uderr()
4955 uderr->OPT_offset = in tl_uderr()
4958 addr_startp = mp->b_rptr + udreq->OPT_offset; in tl_uderr()
4959 bcopy(addr_startp, err_mp->b_rptr+uderr->OPT_offset, in tl_uderr()
5041 ooff = udreq->OPT_offset; in tl_unitdata()
5238 udind->OPT_offset = in tl_unitdata()
5246 udind->OPT_offset), in tl_unitdata()
5251 tl_fill_option(ui_mp->b_rptr + udind->OPT_offset + in tl_unitdata()
5256 (void *)((uintptr_t)udind + udind->OPT_offset), in tl_unitdata()