Searched refs:wire_hdr (Results 1 – 1 of 1) sorted by relevance
211 struct ha_msg_wire wire_hdr; in ctl_ha_rx_thread() local216 bzero(&wire_hdr, sizeof(wire_hdr)); in ctl_ha_rx_thread()218 if (wire_hdr.length > 0) in ctl_ha_rx_thread()219 next = wire_hdr.length; in ctl_ha_rx_thread()221 next = sizeof(wire_hdr); in ctl_ha_rx_thread()235 if (wire_hdr.length == 0) { in ctl_ha_rx_thread()236 iov.iov_base = &wire_hdr; in ctl_ha_rx_thread()237 iov.iov_len = sizeof(wire_hdr); in ctl_ha_rx_thread()243 uio.uio_resid = sizeof(wire_hdr); in ctl_ha_rx_thread()254 ctl_ha_evt(softc, wire_hdr.channel, in ctl_ha_rx_thread()[all …]