Lines Matching refs:move_state

879 	return chan->move_state != L2CAP_MOVE_STABLE &&  in __chan_is_moving()
880 chan->move_state != L2CAP_MOVE_WAIT_PREPARE; in __chan_is_moving()
1239 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_move_done()
3093 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_ertm_init()
4643 if (chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_COMP || in l2cap_logical_fail()
4644 chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_CFM) { in l2cap_logical_fail()
4688 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
4690 switch (chan->move_state) { in l2cap_logical_finish_move()
4695 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_logical_finish_move()
4699 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_logical_finish_move()
4701 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_logical_finish_move()
4704 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_logical_finish_move()
4712 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_logical_finish_move()
4745 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_start()
4749 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_start()
4813 chan->move_state = L2CAP_MOVE_WAIT_RSP; in l2cap_do_move_initiate()
4829 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_do_move_respond()
4835 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_do_move_respond()
4856 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_do_move_cancel()
4973 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_channel_req()
4976 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_move_channel_req()
4980 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_channel_req()
5009 switch (chan->move_state) { in l2cap_move_continue()
5014 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5021 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_continue()
5026 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_move_continue()
5036 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5041 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_COMP; in l2cap_move_continue()
5069 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_continue()
5159 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM) { in l2cap_move_channel_confirm()
5199 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM_RSP) { in l2cap_move_channel_confirm_rsp()