Home
last modified time | relevance | path

Searched refs:ucan_message_out (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/Documentation/networking/
H A Dcan_ucan_protocol.rst256 ucan_message_out`` values. If multiple messages are batched into one
258 ucan_message_out value. Each ucan_message_out must be aligned to 4
266 | struct ucan_message_out |
272 | struct ucan_message_out |
/linux-6.15/drivers/net/can/usb/
H A Ducan.c218 struct ucan_message_out { struct
254 #define UCAN_OUT_HDR_SIZE offsetof(struct ucan_message_out, msg)
830 sizeof(struct ucan_message_out), in ucan_write_bulk_callback()
1058 struct ucan_message_out *m; in ucan_prepare_tx_urb()
1068 sizeof(struct ucan_message_out), in ucan_prepare_tx_urb()
1107 usb_free_coherent(up->udev, sizeof(struct ucan_message_out), in ucan_clean_up_tx_urb()
1384 if (out_ep_size < sizeof(struct ucan_message_out)) { in ucan_probe()