Lines Matching refs:move_state

954 	return chan->move_state != L2CAP_MOVE_STABLE &&  in __chan_is_moving()
955 chan->move_state != L2CAP_MOVE_WAIT_PREPARE; in __chan_is_moving()
1314 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_move_done()
3280 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_ertm_init()
4954 if (chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_COMP || in l2cap_logical_fail()
4955 chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_CFM) { in l2cap_logical_fail()
4999 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
5001 switch (chan->move_state) { in l2cap_logical_finish_move()
5006 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_logical_finish_move()
5010 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_logical_finish_move()
5012 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_logical_finish_move()
5015 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_logical_finish_move()
5023 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_logical_finish_move()
5056 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_start()
5060 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_start()
5124 chan->move_state = L2CAP_MOVE_WAIT_RSP; in l2cap_do_move_initiate()
5140 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_do_move_respond()
5146 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_do_move_respond()
5167 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_do_move_cancel()
5281 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_channel_req()
5284 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM; in l2cap_move_channel_req()
5288 chan->move_state = L2CAP_MOVE_WAIT_PREPARE; in l2cap_move_channel_req()
5317 switch (chan->move_state) { in l2cap_move_continue()
5322 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5329 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_move_continue()
5334 chan->move_state = L2CAP_MOVE_WAIT_CONFIRM_RSP; in l2cap_move_continue()
5344 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_CFM; in l2cap_move_continue()
5349 chan->move_state = L2CAP_MOVE_WAIT_LOGICAL_COMP; in l2cap_move_continue()
5377 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_move_continue()
5467 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM) { in l2cap_move_channel_confirm()
5507 if (chan->move_state == L2CAP_MOVE_WAIT_CONFIRM_RSP) { in l2cap_move_channel_confirm_rsp()