Lines Matching refs:move_state

982 	return chan->move_state != L2CAP_MOVE_STABLE &&  in __chan_is_moving()
983 chan->move_state != L2CAP_MOVE_WAIT_PREPARE; in __chan_is_moving()
1342 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_move_done()
3292 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_ertm_init()
5017 if (chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_COMP || in l2cap_logical_fail()
5018 chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_CFM) { in l2cap_logical_fail()
5062 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
5064 switch (chan->move_state) { in l2cap_logical_finish_move()
5069 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_logical_finish_move()
5073 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_logical_finish_move()
5075 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_logical_finish_move()
5078 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_logical_finish_move()
5086 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_logical_finish_move()
5119 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_start()
5123 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_start()
5187 chan->move_state = L2CAP_MOVE_WAIT_RSP; in l2cap_do_move_initiate()
5203 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_do_move_respond()
5209 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_do_move_respond()
5230 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_do_move_cancel()
5344 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_channel_req()
5347 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_move_channel_req()
5351 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_channel_req()
5381 switch (chan->move_state) { in l2cap_move_continue()
5386 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5393 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_continue()
5398 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_move_continue()
5408 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5413 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_COMP; in l2cap_move_continue()
5441 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_continue()
5533 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM) { in l2cap_move_channel_confirm()
5574 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM_RSP) { in l2cap_move_channel_confirm_rsp()