Searched refs:L2CAP_SEQ_LIST_CLEAR (Results 1 – 2 of 2) sorted by relevance
328 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()329 seq_list->tail = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()331 seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()345 return seq_list->list[seq & seq_list->mask] != L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_contains()354 seq_list->list[seq & mask] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()357 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()358 seq_list->tail = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()368 if (seq_list->head == L2CAP_SEQ_LIST_CLEAR) in l2cap_seq_list_clear()372 seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_clear()374 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_clear()[all …]
484 #define L2CAP_SEQ_LIST_CLEAR 0xFFFF macro