Lines Matching defs:reply
789 * reply (even though the switch will reset). The caller should check for
797 struct tb_cfg_header reply;
811 req->response = &reply;
812 req->response_size = sizeof(reply);
841 struct cfg_write_pkg reply;
860 req->response = &reply;
878 res.response_port = reply.addr.port;
879 res.err = check_config_address(reply.addr, space, offset, length);
881 memcpy(buffer, &reply.data, 4 * length);
904 struct cfg_read_pkg reply;
925 req->response = &reply;
926 req->response_size = sizeof(reply);
943 res.response_port = reply.addr.port;
944 res.err = check_config_address(reply.addr, space, offset, length);
1024 * returns the port number from which the reply originated.