Home
last modified time | relevance | path

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

/linux/net/bluetooth/
A Dl2cap_core.c345 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()
346 seq_list->tail = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()
348 seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_init()
371 seq_list->list[seq & mask] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()
374 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()
375 seq_list->tail = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_pop()
385 if (seq_list->head == L2CAP_SEQ_LIST_CLEAR) in l2cap_seq_list_clear()
389 seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_clear()
391 seq_list->head = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_clear()
392 seq_list->tail = L2CAP_SEQ_LIST_CLEAR; in l2cap_seq_list_clear()
[all …]
/linux/include/net/bluetooth/
A Dl2cap.h537 #define L2CAP_SEQ_LIST_CLEAR 0xFFFF macro

Completed in 18 milliseconds