Lines Matching defs:reply
873 * reply (even though the switch will reset). The caller should check for
880 struct tb_cfg_header reply;
894 req->response = &reply;
895 req->response_size = sizeof(reply);
932 struct cfg_write_pkg reply;
951 req->response = &reply;
969 res.response_port = reply.addr.port;
970 res.err = check_config_address(reply.addr, space, offset, length);
972 memcpy(buffer, &reply.data, 4 * length);
1003 struct cfg_read_pkg reply;
1024 req->response = &reply;
1025 req->response_size = sizeof(reply);
1042 res.response_port = reply.addr.port;
1043 res.err = check_config_address(reply.addr, space, offset, length);
1128 * returns the port number from which the reply originated.