Lines Matching refs:move_state

985 	return chan->move_state != L2CAP_MOVE_STABLE &&  in __chan_is_moving()
986 chan->move_state != L2CAP_MOVE_WAIT_PREPARE; in __chan_is_moving()
1345 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_move_done()
3296 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_ertm_init()
4978 if (chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_COMP || in l2cap_logical_fail()
4979 chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_CFM) { in l2cap_logical_fail()
5023 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
5025 switch (chan->move_state) { in l2cap_logical_finish_move()
5030 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_logical_finish_move()
5034 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_logical_finish_move()
5036 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_logical_finish_move()
5039 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_logical_finish_move()
5047 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_logical_finish_move()
5080 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_start()
5084 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_start()
5148 chan->move_state = L2CAP_MOVE_WAIT_RSP; in l2cap_do_move_initiate()
5164 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_do_move_respond()
5170 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_do_move_respond()
5191 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_do_move_cancel()
5305 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_channel_req()
5308 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_move_channel_req()
5312 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_channel_req()
5342 switch (chan->move_state) { in l2cap_move_continue()
5347 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5354 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_continue()
5359 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_move_continue()
5369 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5374 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_COMP; in l2cap_move_continue()
5402 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_continue()
5494 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM) { in l2cap_move_channel_confirm()
5535 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM_RSP) { in l2cap_move_channel_confirm_rsp()