Searched refs:move_state (Results 1 – 2 of 2) sorted by relevance
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()[all …]
597 __u8 move_state; member