Lines Matching refs:offsets
520 p->offset0 = sys_cpu_to_le16(ctx->data.cu.offsets[0]); in encode_conn_param_req_rsp_common()
521 p->offset1 = sys_cpu_to_le16(ctx->data.cu.offsets[1]); in encode_conn_param_req_rsp_common()
522 p->offset2 = sys_cpu_to_le16(ctx->data.cu.offsets[2]); in encode_conn_param_req_rsp_common()
523 p->offset3 = sys_cpu_to_le16(ctx->data.cu.offsets[3]); in encode_conn_param_req_rsp_common()
524 p->offset4 = sys_cpu_to_le16(ctx->data.cu.offsets[4]); in encode_conn_param_req_rsp_common()
525 p->offset5 = sys_cpu_to_le16(ctx->data.cu.offsets[5]); in encode_conn_param_req_rsp_common()
552 ctx->data.cu.offsets[0] = sys_le16_to_cpu(p->offset0); in decode_conn_param_req_rsp_common()
553 ctx->data.cu.offsets[1] = sys_le16_to_cpu(p->offset1); in decode_conn_param_req_rsp_common()
554 ctx->data.cu.offsets[2] = sys_le16_to_cpu(p->offset2); in decode_conn_param_req_rsp_common()
555 ctx->data.cu.offsets[3] = sys_le16_to_cpu(p->offset3); in decode_conn_param_req_rsp_common()
556 ctx->data.cu.offsets[4] = sys_le16_to_cpu(p->offset4); in decode_conn_param_req_rsp_common()
557 ctx->data.cu.offsets[5] = sys_le16_to_cpu(p->offset5); in decode_conn_param_req_rsp_common()