scid               80 arch/s390/include/uapi/asm/chsc.h 	struct chsc_response_struct scid;
scid              693 drivers/s390/cio/chsc_sch.c 	memcpy(&ci->scid, &sci_area->response, sci_area->response.length);
scid              233 include/net/bluetooth/l2cap.h 	__le16     scid;
scid              239 include/net/bluetooth/l2cap.h 	__le16     scid;
scid              244 include/net/bluetooth/l2cap.h 	__le16     scid;
scid              306 include/net/bluetooth/l2cap.h 	__le16     scid;
scid              380 include/net/bluetooth/l2cap.h 	__le16     scid;
scid              385 include/net/bluetooth/l2cap.h 	__le16     scid;
scid              400 include/net/bluetooth/l2cap.h 	__le16      scid;
scid              406 include/net/bluetooth/l2cap.h 	__le16      scid;
scid              467 include/net/bluetooth/l2cap.h 	__le16     scid;
scid              513 include/net/bluetooth/l2cap.h 	__u16		scid;
scid              929 include/net/bluetooth/l2cap.h int l2cap_add_scid(struct l2cap_chan *chan,  __u16 scid);
scid              250 net/bluetooth/a2mp.c 			if (chan->scid == L2CAP_CID_A2MP)
scid              763 net/bluetooth/a2mp.c 	chan->scid = L2CAP_CID_A2MP;
scid              106 net/bluetooth/l2cap_core.c 		if (c->scid == cid)
scid              234 net/bluetooth/l2cap_core.c int l2cap_add_scid(struct l2cap_chan *chan,  __u16 scid)
scid              242 net/bluetooth/l2cap_core.c 	chan->scid = scid;
scid              547 net/bluetooth/l2cap_core.c 		chan->scid = l2cap_alloc_cid(conn);
scid              554 net/bluetooth/l2cap_core.c 		chan->scid = L2CAP_CID_CONN_LESS;
scid              565 net/bluetooth/l2cap_core.c 		chan->scid = L2CAP_CID_SIGNALING;
scid              697 net/bluetooth/l2cap_core.c 	rsp.dcid    = cpu_to_le16(chan->scid);
scid              720 net/bluetooth/l2cap_core.c 	rsp.scid   = cpu_to_le16(chan->dcid);
scid              721 net/bluetooth/l2cap_core.c 	rsp.dcid   = cpu_to_le16(chan->scid);
scid             1183 net/bluetooth/l2cap_core.c 	req.scid = cpu_to_le16(chan->scid);
scid             1196 net/bluetooth/l2cap_core.c 	req.scid = cpu_to_le16(chan->scid);
scid             1295 net/bluetooth/l2cap_core.c 	req.scid    = cpu_to_le16(chan->scid);
scid             1424 net/bluetooth/l2cap_core.c 	if (chan->scid == L2CAP_CID_A2MP) {
scid             1430 net/bluetooth/l2cap_core.c 	req.scid = cpu_to_le16(chan->scid);
scid             1478 net/bluetooth/l2cap_core.c 			rsp.scid = cpu_to_le16(chan->dcid);
scid             1479 net/bluetooth/l2cap_core.c 			rsp.dcid = cpu_to_le16(chan->scid);
scid             1567 net/bluetooth/l2cap_core.c 		if (chan->scid == L2CAP_CID_A2MP) {
scid             3569 net/bluetooth/l2cap_core.c 	rsp->scid   = cpu_to_le16(chan->dcid);
scid             3702 net/bluetooth/l2cap_core.c 	rsp->scid   = cpu_to_le16(chan->dcid);
scid             3716 net/bluetooth/l2cap_core.c 	rsp.dcid    = cpu_to_le16(chan->scid);
scid             3733 net/bluetooth/l2cap_core.c 	rsp.scid   = cpu_to_le16(chan->dcid);
scid             3734 net/bluetooth/l2cap_core.c 	rsp.dcid   = cpu_to_le16(chan->scid);
scid             3845 net/bluetooth/l2cap_core.c 	u16 dcid = 0, scid = __le16_to_cpu(req->scid);
scid             3848 net/bluetooth/l2cap_core.c 	BT_DBG("psm 0x%2.2x scid 0x%4.4x", __le16_to_cpu(psm), scid);
scid             3872 net/bluetooth/l2cap_core.c 	if (scid < L2CAP_CID_DYN_START || scid > L2CAP_CID_DYN_END) {
scid             3878 net/bluetooth/l2cap_core.c 	if (__l2cap_get_chan_by_dcid(conn, scid)) {
scid             3899 net/bluetooth/l2cap_core.c 	chan->dcid = scid;
scid             3904 net/bluetooth/l2cap_core.c 	dcid = chan->scid;
scid             3948 net/bluetooth/l2cap_core.c 	rsp.scid   = cpu_to_le16(scid);
scid             4003 net/bluetooth/l2cap_core.c 	u16 scid, dcid, result, status;
scid             4011 net/bluetooth/l2cap_core.c 	scid   = __le16_to_cpu(rsp->scid);
scid             4017 net/bluetooth/l2cap_core.c 	       dcid, scid, result, status);
scid             4021 net/bluetooth/l2cap_core.c 	if (scid) {
scid             4022 net/bluetooth/l2cap_core.c 		chan = __l2cap_get_chan_by_scid(conn, scid);
scid             4099 net/bluetooth/l2cap_core.c 				   u16 scid, u16 dcid)
scid             4104 net/bluetooth/l2cap_core.c 	rej.scid = __cpu_to_le16(scid);
scid             4135 net/bluetooth/l2cap_core.c 		cmd_reject_invalid_cid(conn, cmd->ident, chan->scid,
scid             4224 net/bluetooth/l2cap_core.c 	u16 scid, flags, result;
scid             4232 net/bluetooth/l2cap_core.c 	scid   = __le16_to_cpu(rsp->scid);
scid             4236 net/bluetooth/l2cap_core.c 	BT_DBG("scid 0x%4.4x flags 0x%2.2x result 0x%2.2x len %d", scid, flags,
scid             4239 net/bluetooth/l2cap_core.c 	chan = l2cap_get_chan_by_scid(conn, scid);
scid             4338 net/bluetooth/l2cap_core.c 	u16 dcid, scid;
scid             4344 net/bluetooth/l2cap_core.c 	scid = __le16_to_cpu(req->scid);
scid             4347 net/bluetooth/l2cap_core.c 	BT_DBG("scid 0x%4.4x dcid 0x%4.4x", scid, dcid);
scid             4354 net/bluetooth/l2cap_core.c 		cmd_reject_invalid_cid(conn, cmd->ident, dcid, scid);
scid             4360 net/bluetooth/l2cap_core.c 	rsp.dcid = cpu_to_le16(chan->scid);
scid             4361 net/bluetooth/l2cap_core.c 	rsp.scid = cpu_to_le16(chan->dcid);
scid             4384 net/bluetooth/l2cap_core.c 	u16 dcid, scid;
scid             4390 net/bluetooth/l2cap_core.c 	scid = __le16_to_cpu(rsp->scid);
scid             4393 net/bluetooth/l2cap_core.c 	BT_DBG("dcid 0x%4.4x scid 0x%4.4x", dcid, scid);
scid             4397 net/bluetooth/l2cap_core.c 	chan = __l2cap_get_chan_by_scid(conn, scid);
scid             4546 net/bluetooth/l2cap_core.c 	u16 psm, scid;
scid             4555 net/bluetooth/l2cap_core.c 	scid = le16_to_cpu(req->scid);
scid             4557 net/bluetooth/l2cap_core.c 	BT_DBG("psm 0x%2.2x, scid 0x%4.4x, amp_id %d", psm, scid, req->amp_id);
scid             4586 net/bluetooth/l2cap_core.c 			cmd_reject_invalid_cid(conn, cmd->ident, chan->scid,
scid             4605 net/bluetooth/l2cap_core.c 	rsp.scid = cpu_to_le16(scid);
scid             4625 net/bluetooth/l2cap_core.c 	req.icid = cpu_to_le16(chan->scid);
scid             4655 net/bluetooth/l2cap_core.c 	cfm.icid = cpu_to_le16(chan->scid);
scid             4849 net/bluetooth/l2cap_core.c 		rsp.scid = cpu_to_le16(chan->dcid);
scid             4850 net/bluetooth/l2cap_core.c 		rsp.dcid = cpu_to_le16(chan->scid);
scid             4993 net/bluetooth/l2cap_core.c 	if (chan->scid < L2CAP_CID_DYN_START ||
scid             5503 net/bluetooth/l2cap_core.c 	u16 dcid, scid, credits, mtu, mps;
scid             5510 net/bluetooth/l2cap_core.c 	scid = __le16_to_cpu(req->scid);
scid             5521 net/bluetooth/l2cap_core.c 	       scid, mtu, mps);
scid             5543 net/bluetooth/l2cap_core.c 	if (scid < L2CAP_CID_DYN_START || scid > L2CAP_CID_LE_DYN_END) {
scid             5550 net/bluetooth/l2cap_core.c 	if (__l2cap_get_chan_by_dcid(conn, scid)) {
scid             5567 net/bluetooth/l2cap_core.c 	chan->dcid = scid;
scid             5575 net/bluetooth/l2cap_core.c 	dcid = chan->scid;
scid             6777 net/bluetooth/l2cap_core.c 	pkt.cid     = cpu_to_le16(chan->scid);
scid             7426 net/bluetooth/l2cap_core.c 		if (__l2cap_get_chan_by_dcid(conn, pchan->scid))
scid             7503 net/bluetooth/l2cap_core.c 		BT_DBG("chan %p scid 0x%4.4x state %s", chan, chan->scid,
scid             7506 net/bluetooth/l2cap_core.c 		if (chan->scid == L2CAP_CID_A2MP) {
scid             7554 net/bluetooth/l2cap_core.c 			rsp.scid   = cpu_to_le16(chan->dcid);
scid             7555 net/bluetooth/l2cap_core.c 			rsp.dcid   = cpu_to_le16(chan->scid);
scid             7700 net/bluetooth/l2cap_core.c 			   c->scid, c->dcid, c->imtu, c->omtu,
scid              212 net/bluetooth/l2cap_sock.c 		if (chan->scid != L2CAP_CID_ATT ||
scid              385 net/bluetooth/l2cap_sock.c 		la->l2_cid = cpu_to_le16(chan->scid);
scid              416 net/bluetooth/l2cap_sock.c 		    chan->scid != L2CAP_CID_ATT) {
scid              617 net/bluetooth/l2cap_sock.c 	switch (chan->scid) {
scid              795 net/bluetooth/l2cap_sock.c 		if (chan->scid == L2CAP_CID_ATT) {
scid             1542 net/bluetooth/l2cap_sock.c 			chan->scid = pchan->scid;
scid             1543 net/bluetooth/l2cap_sock.c 			chan->dcid = pchan->scid;
scid             3178 net/bluetooth/smp.c 	chan->scid	= pchan->scid;
scid             3179 net/bluetooth/smp.c 	chan->dcid	= chan->scid;