Searched refs:bcm_msg_head (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/can/ |
D | bcm.c | 145 #define MHSIZ sizeof(struct bcm_msg_head) 294 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user() 369 struct bcm_msg_head msg_head; in bcm_tx_timeout_tsklet() 412 struct bcm_msg_head head; in bcm_rx_changed() 535 struct bcm_msg_head msg_head; in bcm_rx_timeout_tsklet() 710 struct bcm_msg_head *mh, int ifindex) in bcm_find_op() 768 static int bcm_delete_rx_op(struct list_head *ops, struct bcm_msg_head *mh, in bcm_delete_rx_op() 816 static int bcm_delete_tx_op(struct list_head *ops, struct bcm_msg_head *mh, in bcm_delete_tx_op() 836 static int bcm_read_op(struct list_head *ops, struct bcm_msg_head *msg_head, in bcm_read_op() 859 static int bcm_tx_setup(struct bcm_msg_head *msg_head, struct msghdr *msg, in bcm_tx_setup() [all …]
|
/Linux-v4.19/include/uapi/linux/can/ |
D | bcm.h | 67 struct bcm_msg_head { struct
|
/Linux-v4.19/Documentation/networking/ |
D | can.rst | 701 struct bcm_msg_head { 869 struct bcm_msg_head msg_head; 918 struct bcm_msg_head msg_head; 939 given as array directly behind the bcm_msg_head structure. To follow this 940 schema for the CAN FD frames a new flag 'CAN_FD_FRAME' in the bcm_msg_head 942 bcm_msg_head are defined as struct canfd_frame: 947 struct bcm_msg_head msg_head;
|