Lines Matching refs:reply
601 struct tb_cfg_header reply; in tb_cfg_reset() local
607 return tb_ctl_rx(ctl, &reply, sizeof(reply), timeout_msec, route, in tb_cfg_reset()
630 struct cfg_write_pkg reply; in tb_cfg_read_raw() local
636 res = tb_ctl_rx(ctl, &reply, 12 + 4 * length, timeout_msec, route, in tb_cfg_read_raw()
641 res.response_port = reply.addr.port; in tb_cfg_read_raw()
642 res.err = check_config_address(reply.addr, space, offset, length); in tb_cfg_read_raw()
644 memcpy(buffer, &reply.data, 4 * length); in tb_cfg_read_raw()
667 struct cfg_read_pkg reply; in tb_cfg_write_raw() local
675 res = tb_ctl_rx(ctl, &reply, sizeof(reply), timeout_msec, route, in tb_cfg_write_raw()
680 res.response_port = reply.addr.port; in tb_cfg_write_raw()
681 res.err = check_config_address(reply.addr, space, offset, length); in tb_cfg_write_raw()