ST_OK
if (rcode >= 0 && le32_to_cpu(bus_info->Status) == ST_OK) {
case ST_OK:
if (le32_to_cpu(srbreply->status) != ST_OK) {
if ((le32_to_cpu(reply->response) != ST_OK) ||
if ((le32_to_cpu(dresp->status) == ST_OK) &&
if ((le32_to_cpu(dresp->status) == ST_OK) &&
dresp->status = cpu_to_le32(ST_OK);
reply.status = ST_OK;
*(__le32 *)hw_fib->data = cpu_to_le32(ST_OK);
*(__le32 *)hw_fib->data = cpu_to_le32(ST_OK);
*(__le32 *)hw_fib->data = cpu_to_le32(ST_OK);
*(__le32 *)hwfib->data = cpu_to_le32(ST_OK);
*pstatus = cpu_to_le32(ST_OK);
*(__le32 *)hwfib->data = cpu_to_le32(ST_OK);
*pstatus = cpu_to_le32(ST_OK);
{ ST_OK, "Request Completed Successfully" },
if (op_common.status != ST_OK) {
rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK);
int status = ST_OK;