Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dl2cap_core.c339 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()
340 seq_list->tail = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()
342 seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()
356 return seq_list->list[seq & seq_list->mask] != L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_contains()
365 seq_list->list[seq & mask] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()
368 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()
369 seq_list->tail = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()
379 if (seq_list->head == L2CAP_SEQ_LIST_CLEAR) in l2cap_seq_list_clear()
383 seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_clear()
385 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_clear()
[all …]
/Linux-v4.19/include/net/bluetooth/
Dl2cap.h490 #define L2CAP_SEQ_LIST_CLEAR 0xFFFF macro