Home
last modified time | relevance | path

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

/linux/net/can/
H A Dbcm.c166 static bool bcm_is_invalid_tv(struct bcm_msg_head *msg_head) in bcm_is_invalid_tv()
183 #define MHSIZ sizeof(struct bcm_msg_head)
350 * (consisting of bcm_msg_head + x CAN frames)
352 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user()
452 struct bcm_msg_head msg_head; in bcm_tx_timeout_handler()
484 struct bcm_msg_head head; in bcm_rx_changed()
614 struct bcm_msg_head msg_head; in bcm_rx_timeout_handler()
778 struct bcm_msg_head *mh, int ifindex) in bcm_find_op()
828 static int bcm_delete_rx_op(struct list_head *ops, struct bcm_msg_head *mh, in bcm_delete_rx_op()
879 static int bcm_delete_tx_op(struct list_head *ops, struct bcm_msg_head *m
[all...]
/linux/include/uapi/linux/can/
H A Dbcm.h57 * struct bcm_msg_head - head of messages to/from the broadcast manager
67 struct bcm_msg_head { struct
68 opcodebcm_msg_head global() argument
69 flagsbcm_msg_head global() argument
70 countbcm_msg_head global() argument
71 ival2bcm_msg_head global() argument
72 can_idbcm_msg_head global() argument
73 nframesbcm_msg_head global() argument
74 framesbcm_msg_head global() argument
/linux/Documentation/networking/
H A Dcan.rst738 struct bcm_msg_head {
883 The CAN frames following the bcm_msg_head are struct canfd_frame's
908 struct bcm_msg_head msg_head;
957 struct bcm_msg_head msg_head;
978 given as array directly behind the bcm_msg_head structure. To follow this
979 schema for the CAN FD frames a new flag 'CAN_FD_FRAME' in the bcm_msg_head
981 bcm_msg_head are defined as struct canfd_frame:
986 struct bcm_msg_head msg_head;