Lines Matching refs:move_state
868 return chan->move_state != L2CAP_MOVE_STABLE && in __chan_is_moving()
869 chan->move_state != L2CAP_MOVE_WAIT_PREPARE; in __chan_is_moving()
1228 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_move_done()
3069 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_ertm_init()
4614 if (chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_COMP || in l2cap_logical_fail()
4615 chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_CFM) { in l2cap_logical_fail()
4659 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
4661 switch (chan->move_state) { in l2cap_logical_finish_move()
4666 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_logical_finish_move()
4670 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_logical_finish_move()
4672 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_logical_finish_move()
4675 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_logical_finish_move()
4683 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_logical_finish_move()
4716 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_start()
4720 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_start()
4784 chan->move_state = L2CAP_MOVE_WAIT_RSP; in l2cap_do_move_initiate()
4800 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_do_move_respond()
4806 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_do_move_respond()
4827 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_do_move_cancel()
4944 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_channel_req()
4947 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_move_channel_req()
4951 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_channel_req()
4980 switch (chan->move_state) { in l2cap_move_continue()
4985 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
4992 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_continue()
4997 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_move_continue()
5007 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5012 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_COMP; in l2cap_move_continue()
5040 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_continue()
5130 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM) { in l2cap_move_channel_confirm()
5170 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM_RSP) { in l2cap_move_channel_confirm_rsp()