Home
last modified time | relevance | path

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

/freebsd/sys/dev/firmware/arm/
H A Dscmi.h81 #define hdr_to_msg(h) __containerof((h), struct scmi_msg, hdr) macro
H A Dscmi_virtio.c227 rx_msg = hdr_to_msg(rx_buf); in scmi_virtio_poll_msg()