Home
last modified time | relevance | path

Searched refs:sframe (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/can/
Dbcm.c119 struct canfd_frame sframe; member
727 if ((op->frames) && (op->frames != &op->sframe)) in bcm_free_op_rcu()
933 op->frames = &op->sframe; in bcm_tx_setup()
1024 if (op->frames != &op->sframe) in bcm_tx_setup()
1123 op->frames = &op->sframe; in bcm_rx_setup()
1131 if (op->frames != &op->sframe) in bcm_rx_setup()
/kernel/linux/linux-5.10/net/bluetooth/
Dl2cap_core.c1027 control->sframe = 1; in __unpack_enhanced_control()
1035 control->sframe = 0; in __unpack_enhanced_control()
1051 control->sframe = 1; in __unpack_extended_control()
1059 control->sframe = 0; in __unpack_extended_control()
1089 if (control->sframe) { in __pack_extended_control()
1108 if (control->sframe) { in __pack_enhanced_control()
1182 if (!control->sframe) in l2cap_send_sframe()
1222 control.sframe = 1; in l2cap_send_rr_or_rnr()
2303 control.sframe = 1; in l2cap_send_ack()
2776 control.sframe = 1; in l2cap_send_srej()
[all …]
/kernel/linux/linux-5.10/include/net/bluetooth/
Dbluetooth.h332 u8 sframe:1, member