Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/cam/ctl/
HDctl_ha.c786 struct ha_dt_msg_wire wire_dt; in ctl_dt_single() local
789 wire_dt.command = req->command; in ctl_dt_single()
790 wire_dt.size = req->size; in ctl_dt_single()
791 wire_dt.local = req->local; in ctl_dt_single()
792 wire_dt.remote = req->remote; in ctl_dt_single()
797 ctl_ha_msg_send(CTL_HA_CHAN_DATA, &wire_dt, sizeof(wire_dt), in ctl_dt_single()
802 status = ctl_ha_msg_send(CTL_HA_CHAN_DATA, &wire_dt, in ctl_dt_single()
803 sizeof(wire_dt), M_WAITOK); in ctl_dt_single()
805 status = ctl_ha_msg_send2(CTL_HA_CHAN_DATA, &wire_dt, in ctl_dt_single()
806 sizeof(wire_dt), req->local, req->size, M_WAITOK); in ctl_dt_single()
[all …]