Home
last modified time | relevance | path

Searched refs:move_state (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dl2cap_core.c868 return chan->move_state != L2CAP_MOVE_STABLE && in __chan_is_moving()
869 chan->move_state != L2CAP_MOVE_WAIT_PREPARE; in __chan_is_moving()
1228 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_move_done()
3069 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_ertm_init()
4614 if (chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_COMP || in l2cap_logical_fail()
4615 chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_CFM) { in l2cap_logical_fail()
4659 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
4661 switch (chan->move_state) { in l2cap_logical_finish_move()
4666 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_logical_finish_move()
4670 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_logical_finish_move()
[all …]
/linux-4.4.14/include/net/bluetooth/
Dl2cap.h544 __u8 move_state; member