Searched refs:wire_hdr (Results 1 – 1 of 1) sorted by relevance
272 struct ha_msg_wire wire_hdr; in ctl_ha_rx_thread() local277 bzero(&wire_hdr, sizeof(wire_hdr)); in ctl_ha_rx_thread()279 if (wire_hdr.length > 0) in ctl_ha_rx_thread()280 next = wire_hdr.length; in ctl_ha_rx_thread()282 next = sizeof(wire_hdr); in ctl_ha_rx_thread()296 if (wire_hdr.length == 0) { in ctl_ha_rx_thread()297 iov.iov_base = &wire_hdr; in ctl_ha_rx_thread()298 iov.iov_len = sizeof(wire_hdr); in ctl_ha_rx_thread()304 uio.uio_resid = sizeof(wire_hdr); in ctl_ha_rx_thread()315 ctl_ha_evt(softc, wire_hdr.channel, in ctl_ha_rx_thread()[all …]