Searched refs:wire_hdr (Results 1 – 1 of 1) sorted by relevance
276 struct ha_msg_wire wire_hdr; in ctl_ha_rx_thread() local281 bzero(&wire_hdr, sizeof(wire_hdr)); in ctl_ha_rx_thread()283 if (wire_hdr.length > 0) in ctl_ha_rx_thread()284 next = wire_hdr.length; in ctl_ha_rx_thread()286 next = sizeof(wire_hdr); in ctl_ha_rx_thread()300 if (wire_hdr.length == 0) { in ctl_ha_rx_thread()301 iov.iov_base = &wire_hdr; in ctl_ha_rx_thread()302 iov.iov_len = sizeof(wire_hdr); in ctl_ha_rx_thread()308 uio.uio_resid = sizeof(wire_hdr); in ctl_ha_rx_thread()319 ctl_ha_evt(softc, wire_hdr.channel, in ctl_ha_rx_thread()[all …]