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()
3073 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_ertm_init()
4618 if (chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_COMP || in l2cap_logical_fail()
4619 chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_CFM) { in l2cap_logical_fail()
4663 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
4665 switch (chan->move_state) { in l2cap_logical_finish_move()
4670 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_logical_finish_move()
4674 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_logical_finish_move()
4676 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_logical_finish_move()
4679 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_logical_finish_move()
4687 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_logical_finish_move()
4720 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_start()
4724 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_start()
4788 chan->move_state = L2CAP_MOVE_WAIT_RSP; in l2cap_do_move_initiate()
4804 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_do_move_respond()
4810 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_do_move_respond()
4831 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_do_move_cancel()
4948 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_channel_req()
4951 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_move_channel_req()
4955 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_channel_req()
4984 switch (chan->move_state) { in l2cap_move_continue()
4989 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
4996 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_continue()
5001 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_move_continue()
5011 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5016 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_COMP; in l2cap_move_continue()
5044 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_continue()
5134 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM) { in l2cap_move_channel_confirm()
5174 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM_RSP) { in l2cap_move_channel_confirm_rsp()