Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/can/
H A 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()
949 if (op->frames != &op->sframe) in bcm_tx_setup()
1119 op->frames = &op->sframe; in bcm_rx_setup()
1127 if (op->frames != &op->sframe) in bcm_rx_setup()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dl2cap_core.c1030 control->sframe = 1; in __unpack_enhanced_control()
1038 control->sframe = 0; in __unpack_enhanced_control()
1054 control->sframe = 1; in __unpack_extended_control()
1062 control->sframe = 0; in __unpack_extended_control()
1092 if (control->sframe) { in __pack_extended_control()
1111 if (control->sframe) { in __pack_enhanced_control()
1185 if (!control->sframe) in l2cap_send_sframe()
1225 control.sframe = 1; in l2cap_send_rr_or_rnr()
2306 control.sframe = 1; in l2cap_send_ack()
2803 control.sframe = 1; in l2cap_send_srej()
[all …]
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dbluetooth.h332 u8 sframe:1, member