Lines Matching refs:move_state
886 return chan->move_state != L2CAP_MOVE_STABLE && in __chan_is_moving()
887 chan->move_state != L2CAP_MOVE_WAIT_PREPARE; in __chan_is_moving()
1246 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_move_done()
3125 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_ertm_init()
4711 if (chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_COMP || in l2cap_logical_fail()
4712 chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_CFM) { in l2cap_logical_fail()
4756 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
4758 switch (chan->move_state) { in l2cap_logical_finish_move()
4763 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_logical_finish_move()
4767 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_logical_finish_move()
4769 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_logical_finish_move()
4772 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_logical_finish_move()
4780 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_logical_finish_move()
4813 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_start()
4817 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_start()
4881 chan->move_state = L2CAP_MOVE_WAIT_RSP; in l2cap_do_move_initiate()
4897 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_do_move_respond()
4903 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_do_move_respond()
4924 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_do_move_cancel()
5041 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_channel_req()
5044 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_move_channel_req()
5048 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_channel_req()
5077 switch (chan->move_state) { in l2cap_move_continue()
5082 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5089 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_continue()
5094 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_move_continue()
5104 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5109 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_COMP; in l2cap_move_continue()
5137 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_continue()
5227 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM) { in l2cap_move_channel_confirm()
5267 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM_RSP) { in l2cap_move_channel_confirm_rsp()