Home
last modified time | relevance | path

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

/linux/net/can/
A Dbcm.c151 static bool bcm_is_invalid_tv(struct bcm_msg_head *msg_head) in bcm_is_invalid_tv()
168 #define MHSIZ sizeof(struct bcm_msg_head)
317 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user()
402 struct bcm_msg_head msg_head; in bcm_tx_timeout_handler()
435 struct bcm_msg_head head; in bcm_rx_changed()
560 struct bcm_msg_head msg_head; in bcm_rx_timeout_handler()
708 struct bcm_msg_head *mh, int ifindex) in bcm_find_op()
751 static int bcm_delete_rx_op(struct list_head *ops, struct bcm_msg_head *mh, in bcm_delete_rx_op()
843 static int bcm_tx_setup(struct bcm_msg_head *msg_head, struct msghdr *msg, in bcm_tx_setup()
1018 static int bcm_rx_setup(struct bcm_msg_head *msg_head, struct msghdr *msg, in bcm_rx_setup()
[all …]
/linux/include/uapi/linux/can/
A Dbcm.h67 struct bcm_msg_head { struct
/linux/Documentation/networking/
A Dcan.rst736 struct bcm_msg_head {
881 The CAN frames following the bcm_msg_head are struct canfd_frame's
906 struct bcm_msg_head msg_head;
955 struct bcm_msg_head msg_head;
976 given as array directly behind the bcm_msg_head structure. To follow this
977 schema for the CAN FD frames a new flag 'CAN_FD_FRAME' in the bcm_msg_head
979 bcm_msg_head are defined as struct canfd_frame:
984 struct bcm_msg_head msg_head;

Completed in 8 milliseconds