Home | History | Annotate | Download | only in hw

Lines Matching refs:cpu_to_le16

195     reason = cpu_to_le16(reason);
196 len = cpu_to_le16(L2CAP_CMD_REJ_SIZE + plen);
238 hdr->len = cpu_to_le16(L2CAP_CONN_RSP_SIZE);
240 params->dcid = cpu_to_le16(dcid);
241 params->scid = cpu_to_le16(scid);
242 params->result = cpu_to_le16(result);
243 params->status = cpu_to_le16(status);
266 hdr->len = cpu_to_le16(L2CAP_CONF_REQ_SIZE(len));
268 params->dcid = cpu_to_le16(dcid);
269 params->flags = cpu_to_le16(flag);
290 hdr->len = cpu_to_le16(L2CAP_CONF_RSP_SIZE(len));
292 params->scid = cpu_to_le16(scid);
293 params->flags = cpu_to_le16(flag);
294 params->result = cpu_to_le16(result);
315 hdr->len = cpu_to_le16(L2CAP_DISCONN_RSP_SIZE);
317 params->dcid = cpu_to_le16(dcid);
318 params->scid = cpu_to_le16(scid);
337 hdr->len = cpu_to_le16(len);
358 hdr->len = cpu_to_le16(L2CAP_INFO_RSP_SIZE + len);
360 params->type = cpu_to_le16(type);
361 params->result = cpu_to_le16(result);
1109 hdr->cid = cpu_to_le16(cid);
1110 hdr->len = cpu_to_le16(len);