Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dl2cap.h165 #define L2CAP_CTRL_SUPER_SHIFT 2 macro
/kernel/linux/linux-5.10/net/bluetooth/
Dl2cap_core.c1032 control->super = (enh & L2CAP_CTRL_SUPERVISE) >> L2CAP_CTRL_SUPER_SHIFT; in __unpack_enhanced_control()
1113 packed |= control->super << L2CAP_CTRL_SUPER_SHIFT; in __pack_enhanced_control()