Home
last modified time | relevance | path

Searched refs:L2CAP_SEQ_LIST_CLEAR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dl2cap_core.c361 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()
362 seq_list->tail = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()
364 seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()
378 return seq_list->list[seq & seq_list->mask] != L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_contains()
387 seq_list->list[seq & mask] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()
390 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()
391 seq_list->tail = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()
401 if (seq_list->head == L2CAP_SEQ_LIST_CLEAR) in l2cap_seq_list_clear()
405 seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_clear()
407 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_clear()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dl2cap_core.c341 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()
342 seq_list->tail = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()
344 seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()
358 return seq_list->list[seq & seq_list->mask] != L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_contains()
367 seq_list->list[seq & mask] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()
370 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()
371 seq_list->tail = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()
381 if (seq_list->head == L2CAP_SEQ_LIST_CLEAR) in l2cap_seq_list_clear()
385 seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_clear()
387 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_clear()
[all...]
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dl2cap.h503 #define L2CAP_SEQ_LIST_CLEAR 0xFFFF macro
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dl2cap.h536 #define L2CAP_SEQ_LIST_CLEAR 0xFFFF macro

Completed in 18 milliseconds