Lines Matching refs:super

913 		control->super = (enh & L2CAP_CTRL_SUPERVISE) >> L2CAP_CTRL_SUPER_SHIFT;  in __unpack_enhanced_control()
924 control->super = 0; in __unpack_enhanced_control()
937 control->super = (ext & L2CAP_EXT_CTRL_SUPERVISE) >> L2CAP_EXT_CTRL_SUPER_SHIFT; in __unpack_extended_control()
948 control->super = 0; in __unpack_extended_control()
975 packed |= control->super << L2CAP_EXT_CTRL_SUPER_SHIFT; in __pack_extended_control()
994 packed |= control->super << L2CAP_CTRL_SUPER_SHIFT; in __pack_enhanced_control()
1076 if (control->super == L2CAP_SUPER_RR) in l2cap_send_sframe()
1078 else if (control->super == L2CAP_SUPER_RNR) in l2cap_send_sframe()
1081 if (control->super != L2CAP_SUPER_SREJ) { in l2cap_send_sframe()
1087 control->final, control->poll, control->super); in l2cap_send_sframe()
1110 control.super = L2CAP_SUPER_RNR; in l2cap_send_rr_or_rnr()
1112 control.super = L2CAP_SUPER_RR; in l2cap_send_rr_or_rnr()
2081 control.super = L2CAP_SUPER_RNR; in l2cap_send_ack()
2104 control.super = L2CAP_SUPER_RR; in l2cap_send_ack()
2563 control.super = L2CAP_SUPER_SREJ; in l2cap_send_srej()
2588 control.super = L2CAP_SUPER_SREJ; in l2cap_send_srej_tail()
2603 control.super = L2CAP_SUPER_SREJ; in l2cap_send_srej_list()
2699 local_control.super = L2CAP_SUPER_RR; in l2cap_tx_state_xmit()
2769 local_control.super = L2CAP_SUPER_RR; in l2cap_tx_state_wait_f()
5761 control.super = L2CAP_SUPER_RNR; in l2cap_send_i_or_rr_or_rnr()
5777 control.super = L2CAP_SUPER_RR; in l2cap_send_i_or_rr_or_rnr()
6370 rr_control.super = L2CAP_SUPER_RR; in l2cap_rx_state_srej_sent()
6629 control->super); in l2cap_data_rcv()
6642 event = rx_func_to_event[control->super]; in l2cap_data_rcv()