Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dl2cap_core.c987 return chan->move_state != L2CAP_MOVE_STABLE && in __chan_is_moving()
988 chan->move_state != L2CAP_MOVE_WAIT_PREPARE; in __chan_is_moving()
1347 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_move_done()
3316 chan->move_state = L2CAP_MOVE_STABLE; in l2cap_ertm_init()
4997 if (chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_COMP || in l2cap_logical_fail()
4998 chan->move_state == L2CAP_MOVE_WAIT_LOGICAL_CFM) { in l2cap_logical_fail()
5042 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
5044 switch (chan->move_state) { in l2cap_logical_finish_move()
5049 chan->move_state = L2CAP_MOVE_WAIT_RSP_SUCCESS; in l2cap_logical_finish_move()
5053 chan->move_state = L2CAP_MOVE_WAIT_LOCAL_BUSY; in l2cap_logical_finish_move()
[all …]
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dl2cap.h596 __u8 move_state; member