Home
last modified time | relevance | path

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

/linux/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/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)
828 sizeof(struct ucan_message_out), in ucan_write_bulk_callback()
1056 struct ucan_message_out *m; in ucan_prepare_tx_urb()
1066 sizeof(struct ucan_message_out), in ucan_prepare_tx_urb()
1105 usb_free_coherent(up->udev, sizeof(struct ucan_message_out), in ucan_clean_up_tx_urb()
1383 if (out_ep_size < sizeof(struct ucan_message_out)) { in ucan_probe()