Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dl2cap.h442 #define __get_txseq(ctrl) (((ctrl) & L2CAP_CTRL_TXSEQ) >> 1) macro
/linux-2.6.39/net/bluetooth/
Dl2cap_core.c3164 u8 tx_seq = __get_txseq(rx_control); in l2cap_data_channel_iframe()
3595 tx_seq = __get_txseq(control); in l2cap_data_channel()