L2CAP_SEQ_LIST_CLEAR  344 net/bluetooth/l2cap_core.c 	seq_list->head = L2CAP_SEQ_LIST_CLEAR;
L2CAP_SEQ_LIST_CLEAR  345 net/bluetooth/l2cap_core.c 	seq_list->tail = L2CAP_SEQ_LIST_CLEAR;
L2CAP_SEQ_LIST_CLEAR  347 net/bluetooth/l2cap_core.c 		seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR;
L2CAP_SEQ_LIST_CLEAR  361 net/bluetooth/l2cap_core.c 	return seq_list->list[seq & seq_list->mask] != L2CAP_SEQ_LIST_CLEAR;
L2CAP_SEQ_LIST_CLEAR  370 net/bluetooth/l2cap_core.c 	seq_list->list[seq & mask] = L2CAP_SEQ_LIST_CLEAR;
L2CAP_SEQ_LIST_CLEAR  373 net/bluetooth/l2cap_core.c 		seq_list->head = L2CAP_SEQ_LIST_CLEAR;
L2CAP_SEQ_LIST_CLEAR  374 net/bluetooth/l2cap_core.c 		seq_list->tail = L2CAP_SEQ_LIST_CLEAR;
L2CAP_SEQ_LIST_CLEAR  384 net/bluetooth/l2cap_core.c 	if (seq_list->head == L2CAP_SEQ_LIST_CLEAR)
L2CAP_SEQ_LIST_CLEAR  388 net/bluetooth/l2cap_core.c 		seq_list->list[i] = L2CAP_SEQ_LIST_CLEAR;
L2CAP_SEQ_LIST_CLEAR  390 net/bluetooth/l2cap_core.c 	seq_list->head = L2CAP_SEQ_LIST_CLEAR;
L2CAP_SEQ_LIST_CLEAR  391 net/bluetooth/l2cap_core.c 	seq_list->tail = L2CAP_SEQ_LIST_CLEAR;
L2CAP_SEQ_LIST_CLEAR  400 net/bluetooth/l2cap_core.c 	if (seq_list->list[seq & mask] != L2CAP_SEQ_LIST_CLEAR)
L2CAP_SEQ_LIST_CLEAR  403 net/bluetooth/l2cap_core.c 	if (seq_list->tail == L2CAP_SEQ_LIST_CLEAR)
L2CAP_SEQ_LIST_CLEAR 1995 net/bluetooth/l2cap_core.c 	while (chan->retrans_list.head != L2CAP_SEQ_LIST_CLEAR) {
L2CAP_SEQ_LIST_CLEAR 2632 net/bluetooth/l2cap_core.c 	if (chan->srej_list.tail == L2CAP_SEQ_LIST_CLEAR)
L2CAP_SEQ_LIST_CLEAR 2659 net/bluetooth/l2cap_core.c 		if (seq == txseq || seq == L2CAP_SEQ_LIST_CLEAR)