Searched refs:T_ALIGN (Results 1 – 2 of 2) sorted by relevance
415 #define T_ALIGN(p) P2ROUNDUP((p), sizeof (t_scalar_t)) macro3207 ci_msz = T_ALIGN(ci_msz) + olen; in tl_conn_req_ser()3343 ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset + in tl_conn_req_ser()3351 ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset + in tl_conn_req_ser()3684 size = T_ALIGN(sizeof (struct T_conn_con) + in tl_conn_res()3826 cc->OPT_offset = (t_scalar_t)T_ALIGN(cc->RES_offset + in tl_conn_res()4366 ack_sz += T_ALIGN(tep->te_alen); in tl_connected_cots_addr_req()4389 taa->REMADDR_offset = (t_scalar_t)T_ALIGN(taa->LOCADDR_offset + in tl_connected_cots_addr_req()5011 err_sz = T_ALIGN(err_sz + alen); in tl_uderr()5047 (t_scalar_t)T_ALIGN(sizeof (struct T_uderror_ind) + in tl_uderr()[all …]
474 #define T_ALIGN(p) (((uintptr_t)(p) + (sizeof (t_scalar_t) - 1))\ macro