move_state        554 include/net/bluetooth/l2cap.h 	__u8		move_state;
move_state        886 net/bluetooth/l2cap_core.c 	return chan->move_state != L2CAP_MOVE_STABLE &&
move_state        887 net/bluetooth/l2cap_core.c 	       chan->move_state != L2CAP_MOVE_WAIT_PREPARE;
move_state       1246 net/bluetooth/l2cap_core.c 	chan->move_state = L2CAP_MOVE_STABLE;
move_state       3125 net/bluetooth/l2cap_core.c 	chan->move_state = L2CAP_MOVE_STABLE;
move_state       4711 net/bluetooth/l2cap_core.c 		if (chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_COMP ||
move_state       4712 net/bluetooth/l2cap_core.c 		    chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_CFM) {
move_state       4756 net/bluetooth/l2cap_core.c 	BT_DBG("move_state %d", chan->move_state);
move_state       4758 net/bluetooth/l2cap_core.c 	switch (chan->move_state) {
move_state       4763 net/bluetooth/l2cap_core.c 		chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS;
move_state       4767 net/bluetooth/l2cap_core.c 			chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY;
move_state       4769 net/bluetooth/l2cap_core.c 			chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP;
move_state       4772 net/bluetooth/l2cap_core.c 			chan->move_state = L2CAP_MOVE_WAIT_CONFIRM;
move_state       4780 net/bluetooth/l2cap_core.c 		chan->move_state = L2CAP_MOVE_STABLE;
move_state       4813 net/bluetooth/l2cap_core.c 		chan->move_state = L2CAP_MOVE_WAIT_PREPARE;
move_state       4817 net/bluetooth/l2cap_core.c 		chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS;
move_state       4881 net/bluetooth/l2cap_core.c 	chan->move_state = L2CAP_MOVE_WAIT_RSP;
move_state       4897 net/bluetooth/l2cap_core.c 			chan->move_state = L2CAP_MOVE_WAIT_CONFIRM;
move_state       4903 net/bluetooth/l2cap_core.c 			chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM;
move_state       4924 net/bluetooth/l2cap_core.c 	chan->move_state = L2CAP_MOVE_STABLE;
move_state       5039 net/bluetooth/l2cap_core.c 			chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY;
move_state       5042 net/bluetooth/l2cap_core.c 			chan->move_state = L2CAP_MOVE_WAIT_CONFIRM;
move_state       5046 net/bluetooth/l2cap_core.c 		chan->move_state = L2CAP_MOVE_WAIT_PREPARE;
move_state       5075 net/bluetooth/l2cap_core.c 	switch (chan->move_state) {
move_state       5080 net/bluetooth/l2cap_core.c 		chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM;
move_state       5087 net/bluetooth/l2cap_core.c 			chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY;
move_state       5092 net/bluetooth/l2cap_core.c 			chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP;
move_state       5102 net/bluetooth/l2cap_core.c 			chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM;
move_state       5107 net/bluetooth/l2cap_core.c 			chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_COMP;
move_state       5135 net/bluetooth/l2cap_core.c 			chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS;
move_state       5225 net/bluetooth/l2cap_core.c 	if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM) {
move_state       5265 net/bluetooth/l2cap_core.c 	if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM_RSP) {