Lines Matching refs:move_state
956 return chan->move_state != L2CAP_MOVE_STABLE && in __chan_is_moving()
957 chan->move_state != L2CAP_MOVE_WAIT_PREPARE; in __chan_is_moving()
1316 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_move_done()
3288 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_ertm_init()
4963 if (chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_COMP || in l2cap_logical_fail()
4964 chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_CFM) { in l2cap_logical_fail()
5008 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
5010 switch (chan->move_state) { in l2cap_logical_finish_move()
5015 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_logical_finish_move()
5019 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_logical_finish_move()
5021 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_logical_finish_move()
5024 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_logical_finish_move()
5032 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_logical_finish_move()
5065 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_start()
5069 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_start()
5133 chan->move_state = L2CAP_MOVE_WAIT_RSP; in l2cap_do_move_initiate()
5149 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_do_move_respond()
5155 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_do_move_respond()
5176 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_do_move_cancel()
5290 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_channel_req()
5293 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_move_channel_req()
5297 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_channel_req()
5326 switch (chan->move_state) { in l2cap_move_continue()
5331 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5338 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_continue()
5343 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_move_continue()
5353 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5358 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_COMP; in l2cap_move_continue()
5386 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_continue()
5476 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM) { in l2cap_move_channel_confirm()
5516 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM_RSP) { in l2cap_move_channel_confirm_rsp()